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

Hiding rows in table

Hi,

I've got a problem in a pivot Table with products, months and sum sales. I need a additional column with the sales per jear for each month.

So far so good thats easy with set analysis: sum( {$<Monat_OrderDate=>} total<Product> Sales)

But when I select some months in the list box. I want to see only those lines with sum(sales) > 0.

How can I do this?

Have Fun With QV

Alex:)

1 Solution

Accepted Solutions
Not applicable
Author

Modify the formula e.g. like this:


IF([Sum(Sales)]>0, sum( {$<Monat_OrderDate=>} total<Product> Sales))


Kind regards.

View solution in original post

2 Replies
Not applicable
Author

Modify the formula e.g. like this:


IF([Sum(Sales)]>0, sum( {$<Monat_OrderDate=>} total<Product> Sales))


Kind regards.

Not applicable
Author

Thaks a lot,

I had a mental block!

Have Fun With QV

Alex #-)