Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Suppress rows of a Pivot Table based on dimensions values

Hi, Qlik newbie here and working on my first qlikview report

I have a pivot table with 2 dimensions

  1. Product Type
  2. Country of Origin

Expression is a Sum of Returns

How can I suppress the entire row based on 2 conditions

1. Country = USA, CHINA AND sum is > 0

or

2. Sum > 0 for all Countries

Example Pivot Table:

ProductTotalUSACHINAGERMANY
Wrench501040-
Spanner2--2
Hammer100108010

The outcome based on the above should only show the Wrench and the Hammer Rows

Any feedback is appreciated, thanks

1 Reply
sunny_talwar

Why is Spanner not shown? It does meet the second condition of Sum > 0? or this is an and condition? If it is, then try this

May be this

Sum({<Product = {"=Sum({<Country = {'USA', 'CHINA'}>}Returns) > 0 and Sum(Returns) > 0"}>}Returns)