Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Cyclic Groups and Conditionally hiding a column

Hello,

I have a straight table where the dimension is a defined group (Day and Month).  I'd like to conditionally hide a column depending on whether the Day dimension is displayed or the Month dimension is displayed.  I found the presentation tab in the properties, and see a conditional box, but am unclear on how to use it for this situation.

Anyone have any tips on how to do this?  Thanks!

George

1 Solution

Accepted Solutions
johnw
Champion III
Champion III

In the conditional box, put something like this:

getcurrentfield(MyGroupName)='Day'

View solution in original post

2 Replies
johnw
Champion III
Champion III

In the conditional box, put something like this:

getcurrentfield(MyGroupName)='Day'

Not applicable
Author

Thanks!  Exactly what I was looking for.