I am new to BRIO, and I am trying to create a script that
extracts the employee ID from a dropdown list that is populated with a list of employee names from an existing table. After the user selects an employee name, I want the application to match it with the corresponding employee ID.
Do I need to create a separate query for this action or can this be done on the fly?
extracts the employee ID from a dropdown list that is populated with a list of employee names from an existing table. After the user selects an employee name, I want the application to match it with the corresponding employee ID.
Do I need to create a separate query for this action or can this be done on the fly?