Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
anshulsri
Partner - Contributor III
Partner - Contributor III

By using "Select in field" trigger,trying to exclude some values

Hi All,

I have requirement like:

I have a button in the app. We have a trigger "Select in field" in it. The field which is getting selected has 100s of records. On clicking of button all the values except 5-6 values should be selected. My idea is we can't give these many values in the trigger so we have to write some expression for the excluded values.

Please help me in implementing this requirement.

Many thanks

1 Solution

Accepted Solutions
jonathandienst
Partner - Champion III
Partner - Champion III

AFAIK, you need to do this in two steps - the first to "Select  in Field" the items to be excluded; the second a "Select Excluded" action to invert the selection.

Logic will get you from a to b. Imagination will take you everywhere. - A Einstein

View solution in original post

2 Replies
jonathandienst
Partner - Champion III
Partner - Champion III

AFAIK, you need to do this in two steps - the first to "Select  in Field" the items to be excluded; the second a "Select Excluded" action to invert the selection.

Logic will get you from a to b. Imagination will take you everywhere. - A Einstein
anshulsri
Partner - Contributor III
Partner - Contributor III
Author

Thanks Jonathan,This works absolutely fine.