Jump to content

How to gather information from a CheckBox Set


DPaquin

This topic is 1610 days old. Please don't post here. Open a new topic instead.

Recommended Posts

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

 

Screen Shot 2019-11-21 at 10.33.32 PM.png

Select a step to process.pdf

Link to comment
Share on other sites

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 ) )

 

  • Thanks 1
Link to comment
Share on other sites

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!

Screen Shot 2019-11-22 at 3.10.44 PM.png

Screen Shot 2019-11-22 at 3.11.39 PM.png

TriggerTraitementPourPublication.pdf

Link to comment
Share on other sites

This topic is 1610 days old. Please don't post here. Open a new topic instead.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.