Hoping to pick your collective brains. I'm building a sales plan and currently in the model I have two primary cubes; MD_Sales_Plan and MD_Disposable_Sales_Revenue.
I want to now take the revenue numbers from these two cubes and bring them over to a consolidated sales cube (see below).
Still learning TM1 nd not exactly sure what to do next. In the MD_Disposable_sales_revenue cube I have the following as a test feeder;
['Liver Transplant']=>DB('Medical Devices Sales Plan',!MD_Accounts,!MD_PrimaryGPO,!MD_Regions,'Liver Transplant','Sales Revenue',!MD_SalesExecutive,!MD_Time,!MD_Versions);
But when I recalculate I still have $0's.
Thanks
Building Consolidated Sales Plan
-
- MVP
- Posts: 352
- Joined: Wed May 14, 2008 1:37 pm
- OLAP Product: TM1
- Version: 2.5 to PA
- Excel Version: Lots
- Location: Sydney
- Contact:
Re: Building Consolidated Sales Plan
You say you have a feeder in your MD_Disposable_sales_revenue cube, but you don't say what your rule is in the Medical Devices Sales Plan cube.
Andy Key
-
- Posts: 21
- Joined: Wed May 25, 2011 1:49 pm
- OLAP Product: TM1
- Version: 9.5.1
- Excel Version: 2007
Re: Building Consolidated Sales Plan
That was it. I need rules within the target cube and feeders in the source cubes. All working nicely now. Thanks.