When selecting multiple values in list collector dependent value is not populating
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-20-2024 05:02 AM
Hi guys,
Can anyone please help me with the below requirement.
We have two variables one is list collector (Location Number) and 2nd one is multiline read only (access group). When selecting location num, access group will auto populate with the corresponding value.
I have stored all the location numbers(Label) and access groups (dependent value) in choice table.
the issue is when selecting one location num, access group is populating but when more than one value is selected in location num the access group value is vanishing and it will become empty.
I have attached the screenshots, please refer and help me out with this.
Thanks in advance,
Satya
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-20-2024 05:23 AM
Your on change script is checking on one number to return the value. Adding another number will have it look for the combination of those number, returning nothing, because there is no value to return on the combination of two locations.
Please mark any helpful or correct solutions as such. That helps others find their solutions.
Mark
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-20-2024 05:31 AM
Thank you for your quick reply.
Can you please let me know, how can i add for the more than one location numbers to get the corresponding access groups.