Jump to content
  • 0

Is there a way to populate multiple, Yes or No filed using a comma-delimited string?


HowDoYouWannaDoThis

Question

I have a comma-delimited value of different choices that my users picked from a different form. Now I want to create a new DataPage (tabular report) that will get this data and convert to a yes/no field

Ex.

apple, orange, pear will turn to:

apple | Orange | Pear | Mango

  Y               Y               Y               N

 

 

Link to comment
Share on other sites

2 answers to this question

Recommended Posts

  • 1

If you're looking for a trigger solution then you can use this.

Screenshot_1.png.9f72ff761f0cab0361b8684b58c2dfea.png

The trigger above will take your comma-delimited string and check for a "substirng" (in this case one of your choices) if it's in that string. If it did find the specific value then it will return a 1 which is greater than 0 causing the condition to set the value for that Yes/No field to True.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...