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: 
peisenrot
Contributor III
Contributor III

create a button with selection all except one attribute

Hello,

I would like to create a button and "Select values in a field" but tell I will have all except the "SCR" text. I can add all attributes but if a new will be added this will not shown up. So I like to say something like 

 

Value:

= Not 'SCR'

that doesn't work. How to say it? 

Best regards

Pia

Labels (2)
1 Solution

Accepted Solutions
vinieme12
Champion III
Champion III

refer below

select_Except.gif

 

 

='=WildMatch(Categoria,''B'')=0'

vinieme12_0-1678868323313.png

 

Vineeth Pujari
If a post helps to resolve your issue, please accept it as a Solution.

View solution in original post

5 Replies
vinieme12
Champion III
Champion III

Try below, use Toggle Field Selections Action

 

='=WildMatch(FIELDNAME,''SCR'')=0'

Vineeth Pujari
If a post helps to resolve your issue, please accept it as a Solution.
peisenrot
Contributor III
Contributor III
Author

hello 

this is a nice idea but it doesn't work. I expect the Toggle Field means I have to choose before this field. But I would like to start the filtering with this button.

Best regards

Pia

vinieme12
Champion III
Champion III

Your assumption regarding Toggle field selection is incorrect

Have you tried it yet?

Vineeth Pujari
If a post helps to resolve your issue, please accept it as a Solution.
peisenrot
Contributor III
Contributor III
Author

hello,

sure I have tried and it didn't work

vinieme12
Champion III
Champion III

refer below

select_Except.gif

 

 

='=WildMatch(Categoria,''B'')=0'

vinieme12_0-1678868323313.png

 

Vineeth Pujari
If a post helps to resolve your issue, please accept it as a Solution.