- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-23-2019 11:37 AM
I have Variable for a Catalog Item that shows a software list in the cmdb_software_product_model table (menu works fine). However, I'd like to only show software that is In Production. Retired and Sold should not show up.
On my Variable, I have a Look up Select Box and under the Type Specifications tab I have the following (see below), but my Reference Qualifier doesn't work. I've tried a few variations -- does anyone know how I might filter on Status.
Lookup from table: cmdb_software_product_model
Lookup value field: Display name
Reference Qualifier: javascript:'Status=In Production'
Solved! Go to Solution.
- Labels:
-
Customer Service Management
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-23-2019 01:34 PM
Try lowercase
status='In Production'
Vinod Kumar Kachineni
Community Rising Star 2022
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-23-2019 01:34 PM
Try lowercase
status='In Production'
Vinod Kumar Kachineni
Community Rising Star 2022
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-23-2019 01:37 PM
Brilliant!