Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Dear Community members,
I just have learned how to set up characteristic value filter at the chart level.
Two next questions:
How to setup characteristic value filter to the Tab level (all charts on the same tab) if possible?
How within the Chart setup multiple filters, for example FRUIT_COLOR = 'YELLOW' and FRUIT_ORIGIN = 'LA'?
Many thanks for your support!
For Tab Level create a List Box with your field to filter, lock it and hidden it. (list box layout condition)
For chart level, use a Calcuated Dimension like this:
if(FRUIT_COLOR = 'YELLOW' and FRUIT_ORIGIN = 'LA', ChartDimension)
Hope this helps