Forum Discussion

SeanV's avatar
SeanV
New Contributor III
7 months ago

Changing the value of a Dashboard Component Property that doesn't accept an XFBR

I'd like to change the Show Header property of a Cube View component on a Dashboard from a button on that Dashboard. How do I programmatically reference that property?
  • FredLucas's avatar
    7 months ago

    Hi SeanV,

    I'm not aware of a way to dynamically change that property but a workaround could be to create two versions of that CV (one with that property as True and the other as False) and have the button determining which CV to show on the dashboard.