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: 
Not applicable

How to avoid 0.00 values in the table

HI,

i am using pivot table to list the pdtname,currentmonthsale,previousmonthsale...

when i selected any one of the product in the table,the other unselected values of currentmonthsale,previousmonthsale...are became 0.00 ,So it disturbs the expression values calculation in the sheet and others,how to avoid this and i need the exact data to be displayed.

Pls,help me out....

Thanks in advance...

4 Replies
Anonymous
Not applicable
Author

HI, btechrames

>you can go to the property menu>presentation>supress_zero values(mark).this will supress all zero values.

Not applicable
Author

That too was checked eventhough its coming ,i need that it wont affect other columns,,,,,,,,,

Anonymous
Not applicable
Author

Can anyone respond to this question please?

Anonymous
Not applicable
Author


Hi,

in expression you convert the value like this  and give supress_zero in presentation tab.

num(sum({<OpexFY={$(=Max(OpexFY)) }>}OrderedAmount),'#,##0')