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

Announcements
See why IDC MarketScape names Qlik a 2025 Leader! Read more
cancel
Showing results for 
Search instead for 
Did you mean: 
jzimolong
Creator II
Creator II

Suppress Row in Pivot Chart

I've been trying to figure this out, based on a separate question in the following thread:

http://community.qlik.com/thread/148381

In attached file, how can the Pivot Chart only display rows where "RCA_WISE" has a value?

Seems simple enough, but no matter what I try, it is not working.

14 Replies
Clever_Anjos
Employee
Employee

Change your expression to

if(Rank( Count( {<SUB_VERTICAL_DESC={'AUTO'} >} SI_NO)) <=10,Count( {<SUB_VERTICAL_DESC={'AUTO'} >} SI_NO),0)

and tick 'Supress zero values' at presentation tab

morganaaron
Specialist
Specialist

This doesn't work unfortunately, neither does the above suggestion, as when using the rank() function it disables the ability to suppress zero values entirely.

jzimolong
Creator II
Creator II
Author

Ok, I'm installing SR7, so I'll report back to see if my issue is resolved.

jzimolong
Creator II
Creator II
Author

Sure enough, I installed SR7 and it works now.  Thanks for the lead on the version Reshma.

Clever_Anjos
Employee
Employee

I´ve just did it here

Capturar.PNG