How to set reference qualifier for catalog item to check if short description contain first variable

chandan15
Tera Contributor

Hi,

In the below screenshot you can see we have 3 variable, where 1st is single line texts and 2nd one is reference type.

We want to filter the second variable short description with contains 1st variable value

For EX. we have "check short desc" in 1st variable, it will show those records where short descriptions contained "check short desc"

chandan15_0-1691144859699.png

 

Thanks,

Chandan

3 REPLIES 3

sowmya_d
Tera Expert

You can use below reference qualifier

javascript: "short_descriptionLIKE"+current.variables.find

Where find is the name of the variable Find:

chandan15
Tera Contributor

Hi,

can we use the same for list collector as well !

sowmya_d
Tera Expert

It's a bit different for list collector

You will need to add ref_qual_elements=find in the variable attributes if the dynamic filtering has to work for list collector.

The variable will look like below
Screenshot 2023-08-07 at 11.21.24 AM.png

 

Please mark this answer as 'correct' if this helped you.
 
 
Thanks!