Can someone tell me what 's wrong with that line.
The cube has 5 dimensions of which these 2 dimensions were specified in the rule, the other 3 simply ALL.
Please help!

I'm not following you.Chengooi wrote:I was trying to find help for what this line actually do, was it to initialise the element actual ?![]()
['Oct-08','Test'] =N: ['Oct-08','Actual'];
Imagine that you have a cube which doesn't have any feeders in it. (It's possible to write cubes without feeders, but in MOST cases it's not a good idea. There are a handful of exceptions that we won't go into here.)Chengooi wrote:I started the line :
Feeders;
['Oct-08','Actual'] =>['Oct-08','Test'];
Thinking that will map all n element of Oct, actual to all n oct-08 test.
But it did not work, so I posted the question and I was told to use
add one line at the begining, so I thought that was initialised line.
['Oct-08','Test'] = N: ['Oct-08','Actual'];
As soon as I added that line, I get Bob's your uncle, so I could not undersatnd why we need 2 lines to get it worked as per se.
what you have explained was ['Oct-08','Test'] = N: ['Oct-08','Actual']; what about the second line below feeder why is it required.
I understood the manual but I am also confused by it.