I have two dropdowns with two different sets of data. one with country and another with profession.
I have a listbox with the all the possible country/profession combined as a formattedvalue. how can I get the rawvalue/index using the formattedvalue from the two fields above.
I will pick a specific country and profession and then I need to get the index of that combo in the listbox.
Any help would be appreciated.