Check boxes to make multiple selections
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-04-2016 07:28 AM
can we include a check box field for selecting multiple values in record producer? what should be the variable type in record producer and field type in form?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-04-2016 07:46 AM
If you wanted multiple checkboxes you would need a variable for each checkbox. You could also use a multiple choice (radio buttons) or list collector variable. Could you share a little more about what you're wanting to achieve?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-04-2016 07:51 AM
Hi Brad,
Thanks for replying.
I have a field name Project Type which has choices X, Y, Z and Other. I must be able to select X and Y out of X,Y,Z and other.
Bargavi

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-04-2016 07:53 AM
Then I think you'll either need to use multiple checkbox variables or create a lookup table and use a list collector.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-04-2016 08:38 AM
Hi Brad,
1. what does the list table refer to when I use list collector?
2. I do not find anything like multiple check box variable in record producer.
Bargavi.