List collector - Can we set the options(from table) empty?

Bimsari1
Giga Contributor

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?

1 ACCEPTED SOLUTION

Hi, 

I used return 'sys_idIN'; if getUsers is empty and then it worked!

Many thanks,

Bimsari

View solution in original post

5 REPLIES 5

Glad to hear.  Please mark the answer as correct to close this thread and help others.