Skip to main content
Announcements
Have questions about Qlik Connect? Join us live on April 10th, at 11 AM ET: SIGN UP NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
ivandrago
Creator II
Creator II

Hide Dimension when a Cyclic Selection has been made

Hi,

Is it possible to hide a Dimension from a Chart based on which Dimension is selected from a Cyclic?

So if you look at the attached I want

Hide the Dimension "Desc" when the Dimension "DimA" is selected from the Cyclic

Thanks

1 Solution

Accepted Solutions
Not applicable

Hi,

Yes it is possible, you just go to dimension sheet and select "Desc" field, then check in Allow Condicional and tip this expression:

=GetCurrentFiel("Type/Dim")<>'DimA'

And thats all.

See attached qvw.

Hide Field.png

View solution in original post

2 Replies
Marcio_Campestrini
Specialist
Specialist

Hi Ivan

Try to use something like this:

In the dimension tab, select the "Enable conditional" option and write:

=GetCurrentField(<Cyclic Name>) = 'Field name'

Márcio Rodrigo Campestrini
Not applicable

Hi,

Yes it is possible, you just go to dimension sheet and select "Desc" field, then check in Allow Condicional and tip this expression:

=GetCurrentFiel("Type/Dim")<>'DimA'

And thats all.

See attached qvw.

Hide Field.png