Discussions
Categories
- 17.9K All Categories
- 3.4K Industry Applications
- 3.3K Intelligent Advisor
- 62 Insurance
- 536.1K On-Premises Infrastructure
- 138.2K Analytics Software
- 38.6K Application Development Software
- 5.7K Cloud Platform
- 109.4K Database Software
- 17.5K Enterprise Manager
- 8.8K Hardware
- 71.1K Infrastructure Software
- 105.2K Integration
- 41.6K Security Software
How can the Allocation object be used in the designer of a calc manager for multi dim?

User_5PKGB
Member Posts: 10 Blue Ribbon
How can the Allocation object be used in the designer of a calc manager for multi dimension? The allocation range will only allow one dimension unlike ERP where it allows multiple dimension. I need something to use as a mdallocate. so it would give option in the exclude multiple dimensions something along the lines of this.
"Account1" = @MDALLOCATE(("Account2"->"Group1_DIM1"->"All_DIM_3"->"All_DIM_4"*(100/100)) , 2, @remove(@Relative("Group1_DIM_3", 0),@LIST("DIM_3_EXCLUDING_LIST")) ,
@remove(@Relative("Group1_DIM_4", 0),@LIST("DIM_4_EXCLUDING_LIST")) , "Driver_Account"->"DIM_1_VAL" , , share , noRound );