Reference on List Collector

Brian Sorensen
Giga Guru

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

BrianSorensen_0-1703097820791.png

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?

1 ACCEPTED SOLUTION

SanjivMeher
Kilo Patron
Kilo Patron

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.

View solution in original post

3 REPLIES 3

SanjivMeher
Kilo Patron
Kilo Patron

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.

Brian Sorensen
Giga Guru

Now I am getting no results
and my previous code is not getting results either.  

 

Trying to get it back to what it was

Typo on my part causing panic.. Thank you @SanjivMeher !