It is possible to get Face value from a combobox widget? #2697
-
I am trying to extract a chosen value from a combobox widget using the following code: #Extract data from combobox All I can get is field name and export value. I was wondering if it is possible to get the face value as well. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
You can access all the choice values, find the field value in that list and the face value from there. |
Beta Was this translation helpful? Give feedback.
Ok, sorry. Please look at this example. We are looking at a combo and would like to see both values based on the selected (field) value: