Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I have a straight table with chart exploration which is for users to create their own tables.
I have a variable called vReportBuilder which goes through values 1,2,3, controlled by buttons 'referral', 'assessment' and 'call'.
The default fields show using a show condition on the column. i.e. show column if: 'vReportBuilder = 1' to show all referral fields.
Users should always have all fields available in 'Alternative columns' so I have all referral fields there as show column if 'vReportBuilder <> 1'.
Upon clicking buttons, the table view changes correctly, but the alternative columns are not updating, unless the page is refreshed.
How can I fix this?
I tried action 'Refresh dynamic views' to a button but this did not work.
Thanks