Reference Qualifier Question Choice values not visible to business user
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-30-2024 08:50 AM
Hi All, Looking to get some support on this issue. I created a question choice field to allow users to multi-select values for field. See below for the reference qualifier I'm using to reference the question choice table. I tested as Admin and it works fine, but non-admin business users reported not being able to select value. Any idea, please advise. Thanks in advance.
 

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-30-2024 09:04 AM
This is an ACL issue. Users would not have read access to the question_choice table. You could add a Read ACL to the table but a better option would be to create you own table to hold the options. Then point your list collector to that.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-19-2025 06:41 AM
We have the same issue. If the data type of the question is Select box, the options are visible, it's only when we change the type to List collector that the options are now not visible. So ACLs seem an unlikely culprit.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-09-2024 10:38 AM
Thanks for the reply. We located the table where item was hidden.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-14-2025 02:14 AM
Hello @Daemyian
The Question_Choice table is an OOB table, and business users don't have access to this table.
Create a custom role.
Create a read ACL on the question_choice table
Add the custom role in the above ACL.
You will be able to see the choices in the variable
Thank You!