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 08:48 AM
For the list collector you would have to create a table and add the values to it. I think your better off using checkbox variables. If you want 4 checkboxes you'll need to use 4 different checkbox variables.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-04-2016 09:02 AM
If I create four checkboxes Will I be able to group four different check boxes under same label.? Will I be able to make multiple selections?
Bargavi
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-04-2016 09:11 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-04-2016 10:01 AM
Thanks Deepak. Can you also confirm the field type in form. should it be list?
Regards,
Bindu
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-04-2016 10:17 AM
The field type corresponding to checkbox variable is 'True/False'(Boolean) on form.