ContributionsMost RecentMost LikesSolutionsRe: Saving an export directly to the shared folder Hello Christian thank you, your solution helped me a lot. I had to add one modification as in my case folder names does include a dot sign, so I do not remove them when looking for user's folder ...Re: Business rule to upload the file and then Import using Workflow Dim wfClusterPkBig As WorkflowUnitClusterPk = BRApi.Workflow.General.GetWorkflowUnitClusterPk(si, "WorkflowName", "Actual", "2023M1") Dim wfClusterPk As WorkflowUnitClusterPk = BRApi.Workflow.Gene...Re: Business rule to upload the file and then Import using Workflow Does it really work? How do we point to the workflow we want to execute? I tried this by opening the chosen workflow and no result after business rule execution. I found in another topic that there ...CubeView - how to hide elements depending on the time? Hello All, I have two elements, let' say for example "KPI before 2020" and "KPI after 2020". I would like to create a cube view that's shows >>> only"KPI before 2020" when my POV time is <=2019...How to set automatic export of metadata with separate files for every dimension? Hello All, I found two very instructive discussion on the forum: Extender: Export Metadata via Extender - OneStream Community (onestreamsoftware.com) Solved: Automatic back up of security - OneStr...Entity rename (or rename any other dimension member) - what are implications? Hello Everyone, I need to rename a few entities as user provided incorrect names. They loaded data already and I am wondering what are exact implications of renaming them now. I tested renaming...SolvedRe: Entity rename (or rename any other dimension member) - what are implications? Hello, I mentioned cube views, business rules, etc. in my previous message. I am fully aware of that. Basically to me it looks that if anywhere member name is hardcoded, we need to update it manual...Re: Addin - Separate Data tab to have Refresh and Submit in different tabs Hello Nuno, it is possible to create custom groups on ribbon tab. Please see the screenshot below. Kudos forPeterFuas he inspired me with his solution Kind regards Jarek Re: Pick a .csv file stored in the DM Export in Filestore and covert to a .zip file Hi Jack, I fully agree. I hope that this forum is going to grow. I can see you are doing a good job in aim to make it. Re: Pick a .csv file stored in the DM Export in Filestore and covert to a .zip file Dim ZipFileName As String = "test.zip" Dim folderLocation As String = FileShareFolderHelper.GetDataManagementExportUsernameFolderForApp(si, True, configSettings.FileShareRootFolder, si.AppN...