Hi all,
in my app, I have a drop down box on an edit screen, it only shows yes/no from a data field. On a separate screen I want to this information to be displayed in another box. It needs to change depending on the other box.
Solved! Go to Solution.
Hi @will_PA ,
You can use a label to show the value of the DropDown by setting its' Text property to DropDown.Selected.Value. You probably have to change "DropDown" to the actual identifier of your dropdown control.
Hi @will_PA ,
You can use a label to show the value of the DropDown by setting its' Text property to DropDown.Selected.Value. You probably have to change "DropDown" to the actual identifier of your dropdown control.
Perfect! Thank you very much
User | Count |
---|---|
122 | |
87 | |
86 | |
75 | |
67 |
User | Count |
---|---|
214 | |
181 | |
137 | |
96 | |
83 |