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

Announcements
Join us in NYC Sept 4th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Field Values (True/False) in cyclic group

Hi Everyone,

I have a true/false field that I would like to incorporate in a cyclic group. This way the it shows all the true fields and when pressing the cyclic group it will show the false fields.

Should I be using an expression in the cyclic group to achieve this? I hope someone is able to provide me with some pointers.

Thanks in advance

1 Reply
Not applicable
Author

Create a cyclic group with two calculated dimensions

first one such as IF(MyField=-1,'TRUE')

Second one such as IF(MYFIELD<>-1,'TRUE')

Then click the Remove null values in the chart dimensions sheet for the group.

Rgds,

Sébastien