actions

I have a [status] name column
- Status "Done"
- Status "Not Done"
- status "waiting"
I want to show the edit icon by statusWeb capture_16-9-2022_13640_www.appsheet.com.jpeg

 

Solved Solved
0 6 217
1 ACCEPTED SOLUTION

Use can use OR() AND() as per your requirement

e.g. OR([Status]="waiting",[status]="not done")

View solution in original post

6 REPLIES 6

Make the Edit Action Display Overlay or Display prominently and in the Only if this condition is true you can give

[Status]<>"Done" 

or other condition as per your requirement

Thank you... But what is meant is the show / hide requirement
Edit button based on record status

1-"Done" - hide the edit button

2-"Not done" - Show edit button

If you give this condition

[Status]<>"Done" 

in the "ONLY IF THIS CONDITION IS TRUE" field for EDIT ACTION, then the EDIT button will only be visible for those ROWS with Status not equal to DONE

If I had more than one condition... What is the formula

Use can use OR() AND() as per your requirement

e.g. OR([Status]="waiting",[status]="not done")

Top Labels in this Space