Conditional Display of dashbaord's component
Hello All,
I'd like your input on whether it is possible, or not, to conditionally display or hide a dashboard's component ?
I have a case that, depending on the scenario selected in the workflow, I want in my dashboard to display, or not, a button (that will then allow user to seed forecast, but I want them to be able to do that only when they are doing their forecast, as dashboard is shared across scenarios)
I tried to use a XFBR that would return me a different value (True or False) depending on the scenario selected and add this XFBR as value of the setting "Is Visible" of the button component, but that didn't work (thrown an error "Index was outside the bounds of the array").
So I don't know if it's because it's not possible or I did an error but open to any suggestions to make this requirement work
Thank you
Matthieu
Hello - you are definitely going about it the right way. Likely, the XFBR was the issue. Here is an example of doing similar that may help: