Skip to main content
Announcements
Customer Spotlight: Discover what’s possible with embedded analytics Oct. 16 at 10:00 AM ET: REGISTER NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

"Not equal" condition in Actions > Search String

Hi guys,

Need help here. How do you code "Not equal" condition in Actions > Search String? (In attached image, I want to select all non blue items when user click this text object / button but the code is not working as intended)

notEqual.PNG.png

Cheers,
Kx

1 Solution

Accepted Solutions
Not applicable
Author

Hi,

In expression you can use the field like -= that is

Sum({<Combine-={'Blue'}>}fieldName)

View solution in original post

3 Replies
lironbaram
Partner - Master III
Partner - Master III

hi you can achieve this  with two actions

1. first action select in f Combine the value Blue

2 then add a select excluded action on the Combine field

Not applicable
Author

Please refer the attached application

Not applicable
Author

Hi,

In expression you can use the field like -= that is

Sum({<Combine-={'Blue'}>}fieldName)