Conditionally displayed column not auto-refreshing

If you think that something doesn't work in Aware IM post your message here
Post Reply
tford
Posts: 4238
Joined: Sat Mar 10, 2007 6:44 pm

Conditionally displayed column not auto-refreshing

Post by tford »

I have a query column I need to conditionally hide if LoggedInSystemUser.Chosen_BDL IS DEFINED

The column is properly hidden when the condition is met when the query is first displayed. But if LoggedInSystemUser.Chosen_BDL becomes defined, the query refreshes (along with the Summary section if it's defined on this dialog box), the hidden column does not display. Auto-refresh is not re-evaluating conditionally displayed columns.
Conditional_Hiding_Column.png
Conditional_Hiding_Column.png (44.52 KiB) Viewed 3863 times
Tom - V8.8 build 3137 - MySql / PostGres
aware_support
Posts: 7523
Joined: Sun Apr 24, 2005 12:36 am
Contact:

Re: Conditionally displayed column not auto-refreshing

Post by aware_support »

By default auto-refresh of a query only refreshes the data - it does not refresh the layout of the query. To make sure that the layout is refreshed provide your own auto-refresh process in the Auto-Refresh settings. The process should re-display the query:
DISPLAY 'Query Name'
Aware IM Support Team
tford
Posts: 4238
Joined: Sat Mar 10, 2007 6:44 pm

Re: Conditionally displayed column not auto-refreshing

Post by tford »

Perfect, thanks!
Tom - V8.8 build 3137 - MySql / PostGres
Post Reply