Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I have created the following Qlik Sense pivot table:
I want to hide rows with empty City. Totals and subtotals shoud be left as is .
Any idea how to solve this?
Regards,
R
HI
try some thing like this
if(sum(Amount)>0,City)