ContributionsMost RecentMost LikesSolutionsRe: Using "ColumnDisplayType" property in grid view component Hi DRider To use these you need to... Set ColumnDisplayType property as OneStreamClientImage. Pass in your nominated XFClientImageTypes property as a string to your nominated colum...Re: Bulk edit dashboard frames Hi DRider I don't believe there is anything generally available to help you with this at the moment. So your path of least resistance is probably xml updates via a text editor. Please make s...Re: Dynamic Time Filter in Data Management Export Step If you haven't already, you may want to consider adding Range criteria to your Budget scenario setup e.g. Range: To define a custom range that is displayed as a one-time period including the star...Re: Supplied Parameters and Embedded Dashboards/Dialogs Hi SteveK There's a lot of potential variables in dashboards in terms of complexity e.g. number of embedded dashboard layers, nested parameters, etc. But, the best rule of thumb for using Suppli...Re: Need help passing business rule into scenario member filter of Cube View. ' Get Time Variables using TimeDimHelper class ' Workflow POV time (from SessionInfo) Dim wfTime As String = TimeDimHelper.GetNameFromId(si.WorkflowClusterPk.TimeKey) Dim wfYear As Integer = Tim...Re: Data Management Step Service documentation missing ? So think of the Data Management service as the ability to run traditional Data Management steps / sequences from within a workspace and do the same thing an Extensibility rule does via a workspace as...Re: Data Management Step Service documentation missing ? Configure the Service Factory Build Data Management in Workspaces Re: Need help passing business rule into scenario member filter of Cube View. Hi lrossi1 One of the issues you might be having could be to do with the api object you are passing into your function E.g it sounds and looks like you are using a Finance BR... but you are no...Re: Is is possible to share any dashboard component across Workspaces? Hi MichaelHahn Not too clear how you are trying to use a button between workspaces. You can only add components to a dashboard from the maintenance unit that you are in using the Add Dashboard C...Re: Introduction To Tree Views Yes, if you have >1 level in your hierarchy you would need to recursively iterate through your hierarchy to capture the parent/child relationships. Your suggested approach above is one way of doing ...