I have an action on a detail form that appears if a field on the screen IS NOT the term “Checkout” and it works just fine. I’m unable to add a 2nd condition that prevents the action from being displayed but suspect I’m not creating the condition correctly and want to confirm the functionality of the “Only if ths condition is true” feature for the action. I’m needing the following condition:
The action should be visible at all times “unless”
[vir_checklist_category] = “Checkout” OR
if LEFT( [name], 10)=“Take Image” and the [image] field is blank
I’ve tried several scenarios and can’t seem to get this one to display correctly. Might be overthinking it.
Hi June, records with a [vir_checklist_category] of Checkout should not display the action independent of the other two. Using the “AND” assumes all conditions would need to be met Yes?
It’s because the first part of the OR() statement only checks the [vir_checklist_category]. If you want to hide it if the image is blank then your expression should be