Advanced Search String vs Set a selection with Trigger
Hello all.
I am a bit disappointed because it seems that selections done with a trigger are less powerful than the Advanced Search.
For example:
In the search of a List Box I can write "My Field like 'A*' or My Field like 'B*'" but with a trigger I need to add an action Select in field on My Field and write "='(A*|B*)' "
In the search of a List Box I can write "NOT ( My Field like 'A*' )" but with a trigger I need to add an action Select in field on My Field and write "='A*' " then add a second action Select Exclude on My Field.