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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
paulyeo11
Master
Master

How to suppress row when Total column = zero value for Aging Table

Hi All

How to suppress row when Total column = zero value.

I have already try to check at dimension tab and presentation tab. but still cannot hide.

Paul

1 Solution

Accepted Solutions
sunny_talwar

May be use this expression:

If(Sum(TOTAL <COMPANY_PAY> total_ar) > 0, Sum(total_ar))

Capture.PNG

View solution in original post

3 Replies
paulyeo11
Master
Master
Author

my qvw

sunny_talwar

May be use this expression:

If(Sum(TOTAL <COMPANY_PAY> total_ar) > 0, Sum(total_ar))

Capture.PNG

paulyeo11
Master
Master
Author

Hi Sunny

Thank you very much . it work.,

Paul