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: 
12AMilek
Contributor
Contributor

Include zero or nonzero values in a table by parameter

Hi,

I want to use parameter 'Dont show 0' to show only values <>0 in table. I've checked that two below formulas work, but when I use parameter it doesn't work 😞  

Notice: When parameter 'Dont show 0' is unclick table should show all records.

if( Text='Dont show 0',
           Sum( {<Customers={"=sum(Debt-Credit)>0 or sum(Debt-Credit)<0"}>} Debt-Credit),

            sum(Debt-Credit)

)

In attached .qvf file. 

Thanks for helping in advance.

1 Reply
12AMilek
Contributor
Contributor
Author

Hello, any ideas how to do it?