I have a dropwdown menu that shows the value after the user selects the field in the dropdown menu. However, i do not want the user to then have to click the value shown:
Before the user has chosen value from dropdown menu:
After the user has chosen the value from the dropdown menu:
I do not want the user to have to click (4324) from my example above. I wan that value to automatically be chosen
Solved! Go to Solution.
For the Category column, set Type to Text.
For the GL Code column set the Initial value expression to:
LOOKUP([_THISROW].[Category], "GL CODE TABLE", "Category", "GL CODE")
User | Count |
---|---|
15 | |
14 | |
8 | |
7 | |
4 |