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

Announcements
ALERT: QlikView server communication interruptions following Microsoft Windows Domain Controller security updates
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

How to remove the zero row

HI All,

I have one doc, which is attached.

This doc only includes a pivot table to show the revenue by Region.

One thing is, I want to hide the row whosw Amout is 0, how to do it?

Thanks.

Labels (1)
1 Solution

Accepted Solutions
avinashelite

Hi Isaac,

Please find the attachment for the solution.

Regards,

@vi

View solution in original post

2 Replies
tresB
Champion III
Champion III

Several ways are there, one is like:

Re-write first exp as: If(sum(Amout)=0,0,max(SpotRate))

Then enable zero supression on presentation tab. Important to note that zero supression works when all exp columns are zero (that is what made forcefully)

avinashelite

Hi Isaac,

Please find the attachment for the solution.

Regards,

@vi