The OneStream Community is temporarily frozen until June 29th due to the ongoing maintenance. Please read the blog post here to learn more.
Forum Discussion
EPM_22
9 months agoNew Contributor III
Consolidation percentages bulk load
Hi. I have a lot of changes to consolidation percentages (example : the consolidation % changed in 2024M9 to 60%) to various entities with a time stamp (i.e. history already has default was 100%, th...
- 9 months ago
You would have to do it in the XML lines like this. Or you would have to do it through a business rule.
<relationships> <relationship parent="Parent_1" child="Child_1"> <properties> <property name="ParentSortOrder" value="0" /> <property name="PercentConsolidation" scenarioType="" time="" revertToDefaultScenarioType="false" value="100.00" /> <property name="PercentConsolidation" scenarioType="Actual" time="2023M1" revertToDefaultScenarioType="false" value="80.00" /> <property name="PercentConsolidation" scenarioType="Actual" time="2024M9" revertToDefaultScenarioType="false" value="60.00" /> <property name="PercentOwnership" scenarioType="" time="" revertToDefaultScenarioType="false" value="100.00" /> <property name="PercentOwnership" scenarioType="Actual" time="2023M1" revertToDefaultScenarioType="false" value="100.00" /> <property name="PercentOwnership" scenarioType="Actual" time="2024M9" revertToDefaultScenarioType="false" value="100.00" /> <property name="OwnershipType" scenarioType="" time="" revertToDefaultScenarioType="false" value="FullConsolidation" /> <property name="Text1" scenarioType="" time="" revertToDefaultScenarioType="false" value="" /> </properties> </relationship> </relationships>
Russell
9 months agoNew Contributor III
You would have to do it in the XML lines like this. Or you would have to do it through a business rule.
<relationships>
<relationship parent="Parent_1" child="Child_1">
<properties>
<property name="ParentSortOrder" value="0" />
<property name="PercentConsolidation" scenarioType="" time="" revertToDefaultScenarioType="false" value="100.00" />
<property name="PercentConsolidation" scenarioType="Actual" time="2023M1" revertToDefaultScenarioType="false" value="80.00" />
<property name="PercentConsolidation" scenarioType="Actual" time="2024M9" revertToDefaultScenarioType="false" value="60.00" />
<property name="PercentOwnership" scenarioType="" time="" revertToDefaultScenarioType="false" value="100.00" />
<property name="PercentOwnership" scenarioType="Actual" time="2023M1" revertToDefaultScenarioType="false" value="100.00" />
<property name="PercentOwnership" scenarioType="Actual" time="2024M9" revertToDefaultScenarioType="false" value="100.00" />
<property name="OwnershipType" scenarioType="" time="" revertToDefaultScenarioType="false" value="FullConsolidation" />
<property name="Text1" scenarioType="" time="" revertToDefaultScenarioType="false" value="" />
</properties>
</relationship>
</relationships>
Related Content
- 3 years ago
- 3 years ago
- 2 years ago
- 3 months ago