- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-24-2018 07:42 AM
Hi Guys,
how to show active values only for reference field using catalog client script? i have a reference variable that points to a table. this table has false values. i just want to show the active values only using catalog client script. thank you
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-24-2018 08:06 AM
Hi,
In your Catalog item, go to that Reference Variable. Under Type Specification tab, Use Reference Qualifier = simple and set condition as Active is true.
Hope this helps!
Thanks

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-24-2018 08:21 AM
Set your condition in to the refence qual condition This will not affect other variables referencing to this table. This can be moved via update set.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-24-2018 08:43 AM
Thank you guys. You are both correct. I was able to sort this out and learned something new today.
Thanks again! 🙂