Skip to main content
Announcements
See what Drew Clarke has to say about the Qlik Talend Cloud launch! READ THE BLOG
cancel
Showing results for 
Search instead for 
Did you mean: 
jmialoundama
Specialist
Specialist

Set analysis on filter pane

Hi, 

I have this table  : 

Capture.JPG

 

I want to realize a set analysis. 

I want to filter all TAX AREA RATE belonging to F_TAXES on column Flag_Fait. 

Thanks in advance. 

Labels (4)
1 Solution

Accepted Solutions
TimvB
Creator II
Creator II

In the filter pane, put the following expression:

if(Flag_Fait = 'F_TAXES', [TAX AREA RATE], null())

Hope it helps!

View solution in original post

2 Replies
TimvB
Creator II
Creator II

In the filter pane, put the following expression:

if(Flag_Fait = 'F_TAXES', [TAX AREA RATE], null())

Hope it helps!

jmialoundama
Specialist
Specialist
Author

Hi Tim, 

 

Thanks you for your aswer 🙂