November 22, 20196 yr This is the first time I am using a CheckBox set from a list and do not know how get what has been selected within a script. I am showing both the list of possible values along with a script I've thought would work. I know how to work with radio button but never did use this approach. I would appreciate if someone could provide me with an example. Best regards! Daniel Select a step to process.pdf
November 22, 20196 yr A field formatted as a checkbox set will normally contain a return-separated list of the values checked by the user, in the order they were checked. In order to test if a known value is checked, you should use: not IsEmpty ( FilterValues ( "Your Value" ; YourTable::YourField ) )
November 22, 20196 yr Author Excellent, I am now able to perform processes based on the user selection. The first choice to the user is "All of those process down below: " By making this choice I would like the application to show all other actions has being selected. I thought entering all actions in a calculated field would do it. Unfortunately, it did not. Is this possible to do? Would it be possible to provide me with a short example. Best regards! TriggerTraitementPourPublication.pdf
November 22, 20196 yr Here's one way you could look at it: CheckboxSelectAll.fmp12 Edited November 22, 20196 yr by comment Uploaded an improved file.
Create an account or sign in to comment