Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Conditional show based on cyclic group

Hi,

Is it possible to set a conditional show based on a which item the cyclic group in the dimension is selected?


Thanks


Ian

5 Replies
vgutkovsky
Master II
Master II

Yep, this is possible. You would use function getcurrentfield(cyclegroupname)

Regards,

Vlad

v_iyyappan
Specialist
Specialist

Hi,

Please check PFA

Regards

Iyyappan

haty
Contributor III
Contributor III

Thanks Vlad, that worked for me

Not applicable
Author

Hi

I have a dimension which is an expression, is there a way to reference the label which it has been given?

Thanks

O11235
Contributor III
Contributor III

Properties -> Presentation Tab -> Columns.

Select which dimension you wish the condition to apply to.

There after beneath is "Conditional". Select and enter the expression as suggested by Vlad:

getcurrentfield(cyclegroupname) = 'Name of field within cyclegroupname '.

Don't nest it within an "if" statement. The condition acts as one.

Thanks Vlad.