Show Dropdown Field based on Previous Dropdown Values chosen

Hello Guys, I have created a Vehicle Maintenance Record where I need to choose Values based on previous value selection.

Ex: Below I shared the screenshot of this app. If a Vehicle Maintenance checking person chose the Value for  "Headlight Dim" as "Issue" then the  next column should get visibility and show the Values in dropdown such as "Fused", "Not available". If the person chose the Value for  "Headlight Dim" as "No Issue" then the next Field "Headlight Dim Issue" should not be shown.

VehicleMaintenance.png

0 7 145
7 REPLIES 7

In the Headlight dim issue use the showif like [Headlight Dim]="Issue" i think this should solve your problem

Kindly share the expression.

Use this expression in Show if Headlight dim issue

 

 [Headlight Dim]="Issue"

No. This is not something like you think.

It's actually value based on previous form field selection.. like [THIS.row]..

Have you tried above expression

Yes. Its not working...

Steve
Platinum 4
Platinum 4
Top Labels in this Space