Skip to main content
June 13, 2024
Solved

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

  • June 13, 2024
  • 1 reply
  • 0 views

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?

Best answer by FredLucas

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. 

1 reply

FredLucasAnswer
June 13, 2024

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.