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

SeanV
New Contributor III

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?

1 ACCEPTED SOLUTION

FredLucas
Contributor

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. 

View solution in original post

1 REPLY 1

FredLucas
Contributor

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.