Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
paulyeo11
Master
Master

How to hide row when Total debt amount = 0 ?

Hi All

I have Table 1 , i like to hide  those row , when column = Total Debt amount equal zero. Hope some one can advise how to do it.

i have already set the diamension all field to hide row when null value.

Paul .

1 Solution

Accepted Solutions
Frank_Hartmann
Master II
Master II

Not sure if i met your requirement but perhaps like attached sample

hope this helps

View solution in original post

7 Replies
paulyeo11
Master
Master
Author

my QVW

MindaugasBacius
Partner - Specialist III
Partner - Specialist III

Try using this script:

If([Total Debt] = 0, 0, YOUR_EXPRESSION)

It seems to work fine:

Screenshot_1.jpg

vinieme12
Champion III
Champion III

haven't seen the app

but add a calculated dimension something as below

AGGR(if( ExpressionforDEBT > 0 , Field ), Field)

Then check Supress when value is null on this dimension

Vineeth Pujari
If a post helps to resolve your issue, please accept it as a Solution.
Frank_Hartmann
Master II
Master II

Hi Paul,

see attached file.

hope this helps

paulyeo11
Master
Master
Author

Hi Frank

Thank you very much for your help,

Ref to your Table 1 it only display 3 Row.

Kindly Ref to Table 2 , Top 5 Row have value. Can you advise me how to make Table 1  display those 5 Row.

Paul

Frank_Hartmann
Master II
Master II

Not sure if i met your requirement but perhaps like attached sample

hope this helps

paulyeo11
Master
Master
Author

Hi Frank

Thank you very much it work fine.

Paul