Tree incremental load
Hi all, I'm wondering if there's a way to incrementally load a TreeView. I know how to load it in one shot but what if it's supposed to contains a lot of data ? Is there a way to load it incrementally, when a node is clicked (loading the leafs belonging to the node itself and the 1st level nodes under the clicked one) ? Thanks in advance FabioG20Views0likes0CommentsError calling a Workspace Business Rule from a different Workspace (Data Management Step)
Hello, I am trying to run a Business Rule located in a specific Workspace (VentaNeta) from a Data Management Step that lives in the Default Workspace. According to the OneStream documentation for cross-workspace references, the syntax should be: Workspace.MyWorkspaceNameOrNSPrefix.MyWsAssemblyName.MyShortBRName In my case, I configured it as: Workspace.VentaNeta.VN_Cube.ExtenderHelper However, when running the Data Management Sequence from the Default Workspace, it fails with this error: "Error processing Data Management Step 'GenerateUnassignedClientes'. Business Rule 'Workspace.VentaNeta.VN_Cube.ExtenderHelper' is invalid." Here is the strange part: If I move this exact same Data Management Step inside the VentaNeta Workspace and change the syntax to use Workspace.Current, it executes perfectly: Workspace.Current.VN_Cube.ExtenderHelper Configuration details for the VentaNeta Workspace: Workspace Name: VentaNeta Namespace Prefix: VentaNeta Is Shareable Workspace: True My goal is to keep this DM Step inside a master sequence in the Default Workspace. Has anyone seen this behavior before? Does the "MyWsAssemblyName" token resolve differently when called externally versus using Workspace.Current? Any help would be greatly appreciated!11Views0likes0CommentsHide Tabs in Dashboard
Hi, I have a dashboard with 5 tabs which is assigned to a workflow step. One of the tab has a cube view where assumptions are inputted. I want this tab to be visible only for administrators and not for every user. IsVisible is something i have used to hide dashboard components with an XFBR but i dont see the same option for embedded dashboard. Is there a way to get this done?96Views0likes2CommentsDynamic Parameter on Bound List
Hi all, I'm trying to pass a Dynamic Parameter (from a repeater) to dynamically build the Bound List of a Combo. While (for example) ~!Text!~ and ~!Tooltip!~ params do correctly populate Text and Tooltip properties of a Combo, I'm not able to pass a Dynamic Parameter (eg: ~!DisplayMember!~ to the param (Bound List) beyond the Combo. It's not translated into its actual value. Since the repeater is Dynamic, and the number of repetitions is variable (unknown at design time), I'm wondering how would be possible to parametrize a single Bound List Parameter, without having to duplicate it 10 times (limiting de facto the power of dynamic components). TIA Regards FabioG92Views1like3CommentsPOV Actions
Hi all, I've found a different behavior between 8 and 9 releases of OneStream, related to the "Change Workflow" POV Action on a ComboBox component. In a Dashboard I have 2 combo boxes with the ebove mentioned Action: Select Scenario => Set WFScenario Select Time => Set WFTime In rel 8, when I select values in the combo, things works as expected: the WF variables changes and I DON'T exit from my dashboard. In rel 9 (9.2.0.18004), whenever I change one of the combos, the current dashboard lose the focus and I get redirected to the Workflow page. Why this behavior has changed ? Is there any workaround ? TIA FabioG25Views0likes0CommentsExporting Grid View Filter Results
Hi OneStream Community, I had a question regarding extracting dimension metadata and properties from OneStream. Currently, when we go to the Dimension Library, apply member filters in the grid view, and then right-click and export to CSV, we can download file containing the metadata along with its properties. I’m trying to find out if there is a way to automate this instead of doing it manually. Ideally, I would like to extract the same information (based on member filters or a specific hierarchy) through something like a Dashboard, Data Management step, or Business Rule, so the export can be automated. Has anyone implemented something similar or know of an approach to achieve this?120Views0likes2CommentsExecuteCustomCalculateBusinessRule in parallel
Hi all, so I'm running a Finance Business Rule through BRApi's ExecuteCustomCalculateBusinessRule method, passing a POV through its nameValuePairs parameter. Since I need to run it from a WorkSpace for a bunch of different DataUnitPK, I'd like to run them in parallel. Unfortunately it doesn't work. It seems to me that: The first launch runs with a POV passed in parameters (let's call it POV-A) The second launch sets its own POV (let's call it POV-B) if the first launch is still running - and that's natural for parallel execution - every reference to api object seems broken, since it refers now to POV-B Does someone was able to parallelize the above mentioned method ? Thanks in advance for Your help Regards FabioGSolved133Views0likes4CommentsLoad/Extract EventHandler
Hi OneStream experts, I was looking to understand if it's even possible to handle the load button from the Load/Extract section in OneStream using a specific EventHandlers of any kind. I need to be able to add validations whenever a Metadata xml file is loaded through the Load/Extract to check certain things of its content without falling (as usual) in a custom development from scratch. Hopefully someone is able to assist. Thank you!Solved73Views0likes1Comment