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: 
sunil_kumar98
Partner - Contributor
Partner - Contributor

Re: How to Ask a New Question in the Community

Hi,

I have a  Straight table and in that table, I have multiple dimensions and multiple measures and I want to remove those row whose test6 field value shows zero. Please see the below screenshot.

Eg.

clipboard_image_1.png

 

1 Reply
Kashyap_R
Partner - Specialist
Partner - Specialist

Hi

Use this for Test1 Expression

=if(Aggr(Sum([test6]),[Test1])>0,[Test1])

and uncheck the show null values in dimension properties of Test1

Hope it helps

Thanks

Thanks and Regards
Kashyap.R