If status equal to "No Show" then hide the feedback tab


if status equal to “No Show” then hide the feedback tab
how to do?

Set the “Depend On” condition on the Tab.

eval:doc.status!="No Show"

please check the status field name.

hi @ncp i try this one on “Depend on”



but for all condition its apply now feedback tab not show on all condition

You have to play with depend on the condition. You can also incorporate multiple conditions, so please search for it in the forum.

Try,
eval:doc.status !== “No Show”

No still same

Sorry it’s eval:doc.status !== “No Show”

Yes now its work thank you @Praveenkumar

Thank You @NCP