- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-06-2024 03:30 AM
I am trying to write a Reference qualifier in catalog variables for filtering Application Env CI based on the Business App CI selected:
I tried the below, But it isn't working:
Could someone help me with this?
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-06-2024 03:49 AM
Hi @chaithra10 I think you missed variables inbetween
it should be current.variables.variablename;
Harish
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-06-2024 03:51 AM
Hello @chaithra10
Update your reference qual as below
'parent='+current.variables.business_application_ci
if it helps, kindly click on like icon and mark it as accepted solution

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-06-2024 03:49 AM
Hi @chaithra10 I think you missed variables inbetween
it should be current.variables.variablename;
Harish
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-06-2024 03:51 AM
Hello @chaithra10
Update your reference qual as below
'parent='+current.variables.business_application_ci
if it helps, kindly click on like icon and mark it as accepted solution
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-06-2024 03:52 AM
Right! Seems to be working now, But values returned are sys IDs:
how do I get the display value of these?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-06-2024 03:56 AM
Hello @chaithra10 ,
On the list, that was opened by clicking on the reference field (loop icon), right-click at the table (list) header and choose 'Configure- list layout'. There you can add new columns.