How to refer RITM variable for drop down options to sys_choice table

Nisha30
Kilo Sage

Hi Experts,

 

Please suggest how to proceed. Creating an RITM with a variable which should be 'Drop Down' and the values from drop down choices should come from sys_choice table , so that whenever we add or remove it should reflect accordingly.

 

Thanks

1 ACCEPTED SOLUTION

Brad Bowman
Kilo Patron
Kilo Patron

You can do this with a Lookup Select Box type of variable.  I have configured this example to emulated Category as seen on the Incident form / table

BradBowman_0-1726055059316.png

BradBowman_1-1726055182050.png

In the Reference qualifier, use the name and element from your desired choice list.

 

View solution in original post

2 REPLIES 2

Brad Bowman
Kilo Patron
Kilo Patron

You can do this with a Lookup Select Box type of variable.  I have configured this example to emulated Category as seen on the Incident form / table

BradBowman_0-1726055059316.png

BradBowman_1-1726055182050.png

In the Reference qualifier, use the name and element from your desired choice list.

 

Thanks @Brad Bowman  that gave a direction useful to proceed .