I have a variable called device hostname, in this variable I need to show the devices which are avai

Archana23
Tera Contributor

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.

 

Archana23_1-1725546197937.pngArchana23_2-1725546242538.png

 

 

1 REPLY 1

Brad Bowman
Kilo Patron
Kilo Patron

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

BradBowman_0-1725550205144.png

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.