
Announcements
I could use some help with a formula so that when a user clicks my Add Carrier Feedback button it will only display my ButtonSubmitFeedback & ButtonCancelFeedback (highlighted in yellow of screenshot) instead of all the buttons circled in red. In the screenshot I have my Edit button that is set up to display all 3 buttons circled on select which is how I want it to work.
In my Add Carrier Feedback button the formula to display the 3 circled buttons is Set(ShowBtns,!ShowBtns). This is also the formula I use in the Edit Button to display all 3 circled buttons. What would be the formula so that Add Carrier Feedback on select would only display my ButtonSubmitFeedback & ButtonCancelFeedback buttons?
Hi @bts1906 ,
To achieve the desired behaviour where the “Add Carrier Feedback” button displays only the “ButtonSubmitFeedback” and “ButtonCancelFeedback” buttons, you can use a conditional formula. Here’s how you can do it:
Conditional Visibility Formula:
Explanation:
Implementation:
Summary: By using conditional visibility formulas, you can control which buttons are displayed based on the state of the “Add Carrier Feedback” button.