Skip to main content
Announcements
Accelerate Your Success: Fuel your data and AI journey with the right services, delivered by our experts. Learn More
cancel
Showing results for 
Search instead for 
Did you mean: 
D19PAL
Creator II
Creator II

Hide column in table that also has show and hide variable

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 

 

 

Labels (1)
  • Chart

4 Replies
anat
Master
Master

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)

D19PAL
Creator II
Creator II
Author

Is there away  without the user to press buttons and I want the columns permanently hidden.

anat
Master
Master

Permanently hide means? 

You can pass 0 in conditional show

D19PAL
Creator II
Creator II
Author

But I already have

 

vMeasure = 1 

In show condition