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

Set Variable on List Box click

Graph.png

The above image shows List Box.

I want to set a variable when any of the week is selected.

1 Solution

Accepted Solutions
alexandros17
Partner - Champion III
Partner - Champion III

go to

Settings -> document properties -> triggers -> field event triggers - >on select

and add the action you need (external -> set variable)

View solution in original post

4 Replies
alexandros17
Partner - Champion III
Partner - Champion III

go to

Settings -> document properties -> triggers -> field event triggers - >on select

and add the action you need (external -> set variable)

maxgro
MVP
MVP

you can define the variable so that when there is one or more weeks selected.........

=if(GetSelectedCount(WeekField) > 0, MaxString(WeekField))

adapr the function in bold to your need

shannoypaul
Creator
Creator
Author

Thank You

shannoypaul
Creator
Creator
Author

Thank You