Hey Folks
In the app I am creating, I am trying to display or hide a column value dependent on a dropdown list value. I am not sure whether it is possible.
Scenario:
Dropdown List:
Sale
Purchase
Other
I would like to show description for (in app for user to enter details) like this
Other: (Give Details)
Only when the “other” option is chosen. If Sale or Purchase is chosen from the dropdown list, I want to hide the “Other: (Give Details)” column, so the user doesn’t have to enter anything or see the option itself.
Is this possible?
Please help.
Thanks
Dan