- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-23-2022 11:26 PM
Hi all,
I have a list collector variable called 'current_users' which refer sy_user table
In Reference qual, I call a script include to filter the selectable choices based on another variable
So, if there are no matches (glide query returns empty), list collector variables shows all sys_user records. Can I set this to be empty/non selectable?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-25-2022 03:01 AM
Hi,
I used return 'sys_idIN'; if getUsers is empty and then it worked!
Many thanks,
Bimsari
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-25-2022 10:01 AM
Glad to hear. Please mark the answer as correct to close this thread and help others.