AlexaRamirezPam
3 months agoNew Contributor
Conditional Visibility of Button Based on ComboBox Selection
Hi, I need help implementing conditional visibility for a button in my dashboard. In the attached image, there's a Store button that I'd like to make visible only when the "Single Store" option is s...
- 3 months ago
Hi, I think you could create an XFBR that checks the parameter value and returns a True or False depending on the selection value. The Store button could then have "IsVisible = XFBR(insertXFBRdetail)" in the display format. Lastly, you would need to make sure the dashboard containing the button is refreshed whenever the store hierarchy dashboard is changed. You can use the standard "User Interface Actions" on the combo box for this.