ContributionsMost RecentMost LikesSolutionsRe: Account Attribute: In Use versus Allow Input In addition to using the InUse setting, have you considered setting up an alternative hierarchy? E.g. adding a suffix to all existing parent accounts ("_pre2025") and create a new hierarchy without t...Re: How to stop a BR from updating a Certified Entity Hi, in your rules, you just check if the workflow data unit of the respective entity is certified (i.e. locked) and do not run the seeding from Actual for the locked ones. You can use e.g. this: ...Re: Mass modification of a Metadata member attribute Agreed. Use Regular Expressions (or RegEx) for a "smart" find and replace if needed. Or you just find and replace the prior property that is in the file, e.g. Text6 and replace it with Text6 and Te...Re: How do I clean a scenario before copying data from another scenario? in the member formula. Yes, from what I see, you do not need any additional logic such as data buffers. Maybe something to clear the durable data as rhankey suggested. You can use the scenario member formulas if you wa...Re: How do I clean a scenario before copying data from another scenario? in the member formula. Hi, as per default, each data unit gets cleared during a calculation operation (e.g. during a consolidation). This only does not apply if the corresponding scenario setting is set to False. However, ...Re: Journal creation through Excel Addin Hi, adding this also for the wider audience, a journal import template is also available via the SolutionExchange, including the necessary XFJ range: Just download the "Sample Templates".....Re: Dynamic Cube Data Load from BiBlend Table Hi, with the setting you used, you can "share" data dynamically. So you could pull the translated data from the BIBlend table and display it on the parent currency member in the consolidation dimensi...Re: Anyone doing planning at a proxy member? In cases such as this where extensibility is in use already and the requests to plan at whatever level whenever, which is hard to reflect in a consistent and easy to understand data model, or a new d...Re: Anyone doing planning at a proxy member? Hi, in OneStream, this is a great use case for extensibility. RegionA would be the base member in a top cube or a given scenario type. The details below are in an extended dimension below RegionA whi...Re: Can we write a dynamic calc in Scenario member Hi, the answer is yes and no ;) No, if you are trying to write a dynamic formula in the Formula of the scenario, that will not work, that is for stored calculations. Yes, if you use the correct d...