Find your people. Pick a challenge. Ship something real. The CreatorCon Hackathon is coming to the Community Pavilion for one epic night. Every skill level, every role welcome. Join us on May 5th and learn more here.

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
Mega 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.