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
Marco
1 year agoContributor II
How to Create a .base in a Step Using a Calculate
Hi everyone.
i want to make the following calculate, but i want to make the one of all the departments and all the projects, but when i put it as .base it gives me error in the calculate, then i wo...
rhankey
1 year agoContributor III
Use FilterMembers() to filter the source UD1, and remove UD1 from the destination intersection, as expansion/filter functions are not valid in any intersection definition.
If U4#All_Projects is a parent member, then remove it from both the source and destination intersections, as you cannot write to a parent member. If the formula must be applied to the All_Projects member, then specify that on the source side, but specify a U4# base member on the destination side.
Why are you referencing so many dims in your intersections? Time as an example is totally pointless to include.
Related Content
- 8 months ago