Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
Is this possible
I have a table with say 4 common dimensions and I have variable input buttons set up to change the measure
vmeasure = 1, dim2,dim3
So if measure 1 has 4 rows I only want to see 4 rows, measure 2 has 10, so I see 10 that works fine.
But can I hide the measure column in the front end.
Thanks
create 2 buttons,one for Hide and second for Show
in Hide button - set variable value is 1
in Show button - set variable value is 0
in measure under conditional show define the condition like $(Variable)
Is there away without the user to press buttons and I want the columns permanently hidden.
Permanently hide means?
You can pass 0 in conditional show
But I already have
vMeasure = 1
In show condition