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

Announcements
Join us in Toronto Sept 9th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
mhmmd_srf
Creator II
Creator II

Restricting rows in Pivot table

Hi All,

I have a pivot table like below. I want to show always last 5 rows.

Can you please help me to do that.

Thanks,

Sarif

1 Solution

Accepted Solutions
sunny_talwar

May be use a calculated dimension

If(Consolidated >= Max(TOTAL Consolidated, 5), Consolidated)

and then check 'Suppress When Value Is Null' on the dimensions tab

View solution in original post

1 Reply
sunny_talwar

May be use a calculated dimension

If(Consolidated >= Max(TOTAL Consolidated, 5), Consolidated)

and then check 'Suppress When Value Is Null' on the dimensions tab