Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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
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