I have a variable called device hostname, in this variable I need to show the devices which are avai
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-05-2024 07:25 AM
I have a variable called device hostname, in this variable I need to show the devices which are available under the site sal code variable in the form and in the second image it is location.
Please suggest.
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-05-2024 08:31 AM
If the value of the Site SAL Code variable matches a column on a CI table, the Device Hostname variable should be a reference to that CI table, and you can use an advanced Reference qualifier like
where u_sal_code is the name of the field on the CI table that matches the variable value, and v_site_sal_code is the name of the variable.