Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
hi all,
I know how to include a value for filtering using a button action 'Select in Field' but I don't know how to exclude a value (e.g. <>'myvalue' in SQL). Any ideas?
Mat
I am trying to figure out how to do this as well. Were you able to get this to work?
Hi,
Just use two actions, one Search in Field, and the second Search Excluded in that same field.
Hope that helps.
Or, as an alternative, just format a search condition - "<>myValue" in the Select Action
I have a button set up that currently does this...
(5*|6*|2*|*118429308*)
It takes all data in my field that starts with 5, 6, 2, and is 118429308.
I have another button that does this...
(1*|0*|8*|7*)
It takes all data in my field that starts with 1, 0, 8, and 7. However, I want it to exclude the number 118429308 even though it starts with a 1.
How do I do this?
see an extraordinary solution here :