Advance reference qualifier
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-21-2023 08:25 AM - edited 08-21-2023 08:27 AM
Hi folks,
Need to write a reference qualifier for a List Collector
Condition: active=true && region = requested for region && type = hardware || accessories.
Note: Requested for is from a variable set

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-21-2023 10:39 AM
Hi there,
What table is the list collector defined against?
Regards,
Chris Perry
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-21-2023 11:00 AM
Hi @BALAJI K R,
You need to write advanced reference qualifier as:
javascript:"active=true^type=hardware^ORtype=accessories^region="+current.variables.requested_for.location.region;
OR
javascript:"active=true^type=hardware^ORtype=accessories^region="+current.variables.requested_for.region;
If my response helps to solve your issue. Kindly mark it as helpful & correct. It will be helpful for future readers! 👍🏻
Thanks,
Sagar Pagar