How to set reference qualifier for catalog item to check if short description contain first variable
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-04-2023 03:27 AM
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"
Thanks,
Chandan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-04-2023 09:38 AM
You can use below reference qualifier
javascript: "short_descriptionLIKE"+current.variables.find
Where find is the name of the variable Find:
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-07-2023 02:16 AM
Hi,
can we use the same for list collector as well !
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-07-2023 08:23 AM
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.