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

How to filter rows on a table

Hello,

I'm a bit newbie and I'm trying to filter a table, taking only the rows when NPS > NPSb

Captura.PNG

I only want to show these rows

2.png

Which is the best way to do it without modify the Load Script?, Should I create a Calculated Dimension? or Is it better to use a measure? 

Ty

1 Solution

Accepted Solutions
VishalWaghole
Specialist II
Specialist II

Creating only one expression as below,

If(sum(NPS)>sum(NPSb), sum(NPS))

Regards,
Vishal

View solution in original post

3 Replies
VishalWaghole
Specialist II
Specialist II

Creating only one expression as below,

If(sum(NPS)>sum(NPSb), sum(NPS))

Regards,
Vishal
jcarloscandela
Contributor II
Contributor II
Author

I tryed it before, but I want to hide the Null values, It is possible to hide null values in a expression?

VishalWaghole
Specialist II
Specialist II

Go to chart proprties, under both dimensions you will get option as Include null values, just uncheck it.

Hope this will work for you.

Regards,
Vishal