Hi bubble-Members,
I have the following initial situation.
I have a data type “Medicare 12.06.24” that contains entries for drugs, their active ingredient and the manufacturing companies. The columns are named as follows:
“Zulassungsinhaber” (company name in German)
“Wirkstoff” (main ingredient in German)
“Bezeichnung des Arzneimittels” (drug in German).
My aim is to have a search box in which an main ingredient can be entered. All drugs that contain this main ingredient should appear in a dropdown menu. Up to this point everything works:
Now I want to select a value from the dropdown and this selected value should be displayed in an input field:
Many thanks in advance!