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: 
Qlikuser09
Creator II
Creator II

select all values except a specific filter selection

i have a 3 filters i want to get all the selections when applied to filters 1 and 2 , but on filter 3 , i want to get the values that are not in the selected field 2,

 

Labels (6)
1 Reply
khaoulaaa
Partner - Contributor III
Partner - Contributor III

Hello,

and if you try to use the set function E()  to exclude selected values from filter 2 may be like this :

{<FieldNameFiltre3=E(selectedValuesFieldFiltre2)>}