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

Qlik Sense - hide row in pivot table

Hi,

I have created the following Qlik Sense pivot table:

CountryStateCityAmount
USA8 000
Alabama4 500
Montgomery1 000
Birmingham2 000
Mobile1 000
Hoover500
Quebec1 000
1 000
Ontario2 500
2 500

I want to hide rows with empty City. Totals and subtotals shoud be left as is .

Any idea how to solve this?

Regards,

R

1 Reply
Chanty4u
MVP
MVP

HI

try some thing like this

if(sum(Amount)>0,City)