ello.. I have create a define table and Tabl...

dev_bc
New Member

ello…

I have create a define table and TableA have a ref table.

I want to create a navigation step. If the column “Current listed” is Step1 then the dropdown only show Step2. What if “Current listed” is Step2 then the dorpdown will only show Step3 and Step4.

Is there any idea to do this?

Thank you…

0 1 292
1 REPLY 1

Maybe with the Valid_If like… SWITCH([Currented listed], “Step1”,{Step2}, “Step2”,{Step3,Step4}, “Step3”,{Step1,Step5}, etc.)

Top Labels in this Space