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

Announcements
Now accepting applications for the Qlik Luminary and Partner Ambassador Programs: Apply by July 6!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Select Value Range to Show in Pivot Chart Expression

Hi all,

As in a straight table, I can use dimension limit tab to define the value range that I want to show in the expressions.

However, in a pivot table, the dimension limit tab just disappears. Can I know is there a similar solution to pivot table? (besides doing it in SQL)

Thanks.

Labels (1)
1 Reply
whiteline
Master II
Master II

Use calculated dimensions (and set analysis if needed):

=If(YourValueRangeCheck, YourDimension, null())