For example I have 2 cubes. One of them contains 3 dimensions Items, Numbers and measures1 (with elements - element 1 and element 2).
Another contains 4 dimensions - Items, Numbers, months and measures2 (with elements 3 and element 4).
I wrote rule in the second cube
[element 3] = N: DB('Cube1',!Items,!Numbers,'element 1');
How I can write a feeder in the first Cube if I don't have dimension months there?
I tried to wrote
['element 1'] => DB('Cube1', Items, !Numbers, !months, 'element 3'); but it shows error because I don't have dimension months in Cube 1. One thing works if I write
['element 1'] => DB('Cube1', Items, !Numbers,'Jan', 'element 3'); but I must write 12 feeders for every months. It isn' convinient.
Also I don't have consolidated elements in months dimension. (I have heard about advice to write feeder as)
['element 1'] => DB('Cube1', Items, !Numbers,'Total','element 3');
Can you give me any advice?
Question about Feeders
-
- Regular Participant
- Posts: 221
- Joined: Sat Dec 04, 2010 2:35 pm
- OLAP Product: PAL
- Version: 2.0.9
- Excel Version: 2016
-
- Posts: 82
- Joined: Thu Jun 03, 2010 3:50 am
- OLAP Product: Cognos TM1
- Version: 9.5.0 64-bit
- Excel Version: 2003 SP3
Re: Question about Feeders
I'm no expert, but my suggestion would be: add a consolidation element to Month and then use your last feeder. Because when a consolidation is fed, so are its children. And a consolidation in Month would come in handy anyway
Windows Server 2003 Enterprise x64
Windows XP Pro 2002 SP3
Internet Explorer 7
Windows XP Pro 2002 SP3
Internet Explorer 7
-
- MVP
- Posts: 2836
- Joined: Tue Feb 16, 2010 2:39 pm
- OLAP Product: TM1, Palo
- Version: Beginning of time thru 10.2
- Excel Version: 2003-2007-2010-2013
- Location: Atlanta, GA
- Contact:
Re: Question about Feeders
I echo what Comma says. Plus, a month dimension with no hierarchy for rolling into quarters and then a year? Quite unusual.
-
- Regular Participant
- Posts: 221
- Joined: Sat Dec 04, 2010 2:35 pm
- OLAP Product: PAL
- Version: 2.0.9
- Excel Version: 2016
Re: Question about Feeders
Actually this dimension is in auxiliary cube where I don't need consolidation. And also the dimension is being used as a picklist so I don't want to have consolidation elements there.tomok wrote:I echo what Comma says. Plus, a month dimension with no hierarchy for rolling into quarters and then a year? Quite unusual.
ok. I will use another dimension in that cube - with consolidation.
-
- Community Contributor
- Posts: 132
- Joined: Thu Oct 15, 2009 7:45 pm
- OLAP Product: TM1
- Version: 9.4.1 9.5 9.5.1
- Excel Version: 2003 2007
Re: Question about Feeders
even if you are using a dimension in a picklist, you can still have consolidated elements.
a picklist can be based on a subset from the dimension, which would allow you to limit it to level 0 elements.
a picklist can be based on a subset from the dimension, which would allow you to limit it to level 0 elements.
Ankur Jain