Hey Folks In the app I am creating, I am tr...

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

0 3 344
3 REPLIES 3

Yep, create a column and add a show_if requirement.

[column with dropdown]=“Other”

@Grant_Stead

Hi Grant,

Thank you so much. It worked perfectly.

Much appreciate it.

Thanks Again.

Dan

@Daniel_Veluswamy awesome to hear Dan!

Top Labels in this Space