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

OnActivateSheet trigger help

Hello,

I currently have one OnActivateSheet trigger set up, Set Variable, which I'm using to control the color and font color of the tabs.  I'm trying to add a 2nd OnActivateSheet trigger, to automatically select two values from my "Question" field.  The selections are, "Group: Productivity" and "Self: Productivity".  I currently have it set as:

Action -- Select in Field

Field -- Question

Search String -- ='(Group: Productivity|Self: Productivity)'

But this doesn't seem to be working.  I'm not getting anything selected.  If I use just ='Group: Productivity', it works fine, same with Self: Productivity.

Also, once I can get this working correctly, should I place a OnLeaveSheet trigger as well?

Thanks,

Tim

1 Solution

Accepted Solutions
datagrrl
Creator III
Creator III

'("Group: Productivity"|"Self: Productivity")'

Try that.

View solution in original post

2 Replies
datagrrl
Creator III
Creator III

'("Group: Productivity"|"Self: Productivity")'

Try that.

Not applicable
Author

That worked, thank you!