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

Announcements
FLASH SALE: Save $500! Use code FLASH2026 at checkout until Feb 14th at 11:59PM ET. Register Now!
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

calculated dimension

value
RangeCount
0-1289
0-13

100

Is there a way to only display row 2 in a pivot table?

IF(Count = max(Count),ONLY(Range))  does not give the desired result. I just want to display row number 2 only.

Thanks

Labels (1)
1 Solution

Accepted Solutions
tresB
Champion III
Champion III

Try expression like:

=AGGR (IF(Count = max(total Count), Range) , Range, Count)


And the check 'Suppress When Value is Null' in the dimension tab 

View solution in original post

1 Reply
tresB
Champion III
Champion III

Try expression like:

=AGGR (IF(Count = max(total Count), Range) , Range, Count)


And the check 'Suppress When Value is Null' in the dimension tab