ContributionsMost RecentMost LikesSolutionsRead only access to Ancillary Tables 8.5 environment, on prem. My understanding is that if I want read only access for users to Ancillary Tables I need to use the config utility and set Access Group for Ancillary Tables to a user group...Re: Introduction To Tree Views This is pretty slick, I have most of it working, however my children of my parent account end up in a flat list of accounts, like this example. To get the indentation, hierarchy build out I a...Re: Introduction To Tree Views This is a very nicely laid out example of the various ways to get a tree view. Would you be able to help me and share the full Dashboard Data Set rule that the Data Adapter uses in your code example...Re: How to build a Multi-Select TreeView Would it be possible to get the contents of the Dashboard Data Set Rule that your reference?{Workspace.Current.MSTV_Select.MSTV_Select_HelperQueries}{GetTreeView} 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? 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