- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-20-2023 10:44 AM
I have a list collector in a catalog item that I am trying to filter down the requirement
Right now I have it looking at another variable to get the list smaller, but need to add another qualifier and so far have not had any luck
Here is what the collector is set up to
The next layer I need it to be Active users only, so I am assuming the line Active=true needs to be added, but where?
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-20-2023 10:50 AM - edited 12-20-2023 10:51 AM
You can add it to the reference qualifier
javascript:"active=true^department="+current.variables.deparment;
Please mark this response as correct or helpful if it assisted you with your question.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-20-2023 10:50 AM - edited 12-20-2023 10:51 AM
You can add it to the reference qualifier
javascript:"active=true^department="+current.variables.deparment;
Please mark this response as correct or helpful if it assisted you with your question.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-20-2023 10:57 AM
Now I am getting no results
and my previous code is not getting results either.
Trying to get it back to what it was
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-20-2023 11:07 AM
Typo on my part causing panic.. Thank you @SanjivMeher !