ContributionsMost RecentMost LikesSolutionsChanging 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? SolvedRe: WorkFlowEventHandler - Run a Business Rule before truly saving data to the cube? So I left out the important fact that this application does not use WorkFlow. WorkFlowEventHandler - Run a Business Rule before truly saving data to the cube? Cube View within a Dashboard. When an amount in a data cell is changed and the save button (either the cube view save button or a dashboard save button) is clicked I would like to add in validation...Re: Check sign of changed values in Cube View within a Dashboard Unfortunately the SaveDataEventHandler does not allow me to identify the CubeView so that I can isolate the action to solely a single Cube View within a Dashboard. The WorkFlowEventHandler does all...Check sign of changed values in Cube View within a Dashboard I have a cube view within a dashboard. The dashboard has a save button which fires a Dashboard Extender rule. (The cube view save button is hidden). I would like to add a step that, before any ...Re: Create Excel spreadsheet from Business Rules Got it, it was a path issue. Thank you Re: Create Excel spreadsheet from Business Rules So I get an error could not find libraryC:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\v3.0\WindowsBase.dll This is an on prem 7.2.2 environment. Any ideas? Re: Create Excel spreadsheet from Business Rules How do you get these imports to work? Imports DocumentFormat.OpenXml Imports DocumentFormat.OpenXml.Packaging Imports DocumentFormat.OpenXml.Spreadsheet Is there a DLL or something that needs t...Re: How to make indentation level to specific number using CV extender rule . Instead of trying to set the row indent, use the rule to pad the beginning of the name with the number of spaces you want to indent it. Re: Create a Function to read data from excel file in local file system Using BR api I did something similar using a dashboard extender rule to get a file from a file share folder and load it to a custom table. I know you are not trying to load to a custom table. (I used BRApi.Util...