Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
zagzebski
Creator
Creator

Search String in Select in Field Trigger (set Analysis)

I have the field "Producers" in my Select in Field trigger.

I need to know how to write a search string where the "Producers" selected would be based on a

FilterUser = OSUser()   (obviously the OSUser() is system generated).

Note: The FilterUser field is tied to specific Producers I want to filter on these Producers based on the FilterUser being the same as the OSUser().

Thanks in advance.

1 Reply
swuehl
MVP
MVP

Looks like you want a  Select in Field action on field FilterUser instead of field Producers, with a search string expression

=OSUser()

You can add a second action for field Producers to select possible values, if you want.