Stuck in Feederville
Posted: Wed Apr 01, 2009 12:55 pm
Hi,
I believe the following to be a Feeder issue but for the life of me I can't figure it out. Any help on the matter would be appreciated.
PART 1 - RULE:
[{'Actual','Budget'},'20','S2 - Site':'Allocation','S4 - Account':'Fixed %','S5-Brand':'Allocation',Attribute1:'Allocation',Attribute3:'Allocation', Attribute4:'Allocation',Report:'Allocation','Direct',{'Movement','Opening Balance'}] =N:
DB('Allocations Cube', !Year, !Month, !S3 - Cost Centre, !Attribute2, 'Fixed %') ;
FEEDER:
['Fixed %']=>
DB('Adcock Ingram GL', !Year, !Month, 'Actual', '20', 'Allocation', !S3 - Cost Centre, 'Fixed %', 'Allocation', 'Allocation', !Attribute2, 'Allocation', 'Allocation', 'Allocation', 'Direct', 'Movement'),
DB('Adcock Ingram GL', !Year, !Month, 'Budget', '20', 'Allocation', !S3 - Cost Centre, 'Fixed %', 'Allocation', 'Allocation', !Attribute2, 'Allocation', 'Allocation', 'Allocation', 'Direct', 'Movement'),
DB('Adcock Ingram GL', !Year, !Month, 'Actual', '20', 'Allocation', !S3 - Cost Centre, 'Fixed %', 'Allocation', 'Allocation', !Attribute2, 'Allocation', 'Allocation', 'Allocation', 'Direct', 'Opening Balance'),
DB('Adcock Ingram GL', !Year, !Month, 'Budget', '20', 'Allocation', !S3 - Cost Centre, 'Fixed %', 'Allocation', 'Allocation', !Attribute2, 'Allocation', 'Allocation', 'Allocation', 'Direct', 'Opening Balance');
This section works fine. I pull in all the percentages to the GL Cube. The next part is where it get's tricky:
RULE:
['S2 - Site':'101','S4 - Account':'F-Debit'] =N:
['S2 - Site':'Sales Sites','EXPENSES','All Attributes (2)']*
['20','S2 - Site':'Allocation','S4 - Account':'Fixed %','S5-Brand':'Allocation',Attribute1:'Allocation',Attribute3:'Allocation',Attribute4:'Allocation',Report:'Allocation','Direct'] ;
FEEDER:
[{'Actual','Budget'},'20','S2 - Site':'Allocation','S4 - Account':'Fixed %','S5-Brand':'Allocation', Attribute1:'Allocation',Attribute3:'Allocation',Attribute4:'Allocation',Report:'Allocation','Direct',{'Movement','Opening Balance'}] =>
['F-Debit'];
The result of all this is that I can see the data, correct figures when I drill down to the leaf level of all elements. Consolidations are empty and doing a zero suppression also returns no data.
I believe the following to be a Feeder issue but for the life of me I can't figure it out. Any help on the matter would be appreciated.
PART 1 - RULE:
[{'Actual','Budget'},'20','S2 - Site':'Allocation','S4 - Account':'Fixed %','S5-Brand':'Allocation',Attribute1:'Allocation',Attribute3:'Allocation', Attribute4:'Allocation',Report:'Allocation','Direct',{'Movement','Opening Balance'}] =N:
DB('Allocations Cube', !Year, !Month, !S3 - Cost Centre, !Attribute2, 'Fixed %') ;
FEEDER:
['Fixed %']=>
DB('Adcock Ingram GL', !Year, !Month, 'Actual', '20', 'Allocation', !S3 - Cost Centre, 'Fixed %', 'Allocation', 'Allocation', !Attribute2, 'Allocation', 'Allocation', 'Allocation', 'Direct', 'Movement'),
DB('Adcock Ingram GL', !Year, !Month, 'Budget', '20', 'Allocation', !S3 - Cost Centre, 'Fixed %', 'Allocation', 'Allocation', !Attribute2, 'Allocation', 'Allocation', 'Allocation', 'Direct', 'Movement'),
DB('Adcock Ingram GL', !Year, !Month, 'Actual', '20', 'Allocation', !S3 - Cost Centre, 'Fixed %', 'Allocation', 'Allocation', !Attribute2, 'Allocation', 'Allocation', 'Allocation', 'Direct', 'Opening Balance'),
DB('Adcock Ingram GL', !Year, !Month, 'Budget', '20', 'Allocation', !S3 - Cost Centre, 'Fixed %', 'Allocation', 'Allocation', !Attribute2, 'Allocation', 'Allocation', 'Allocation', 'Direct', 'Opening Balance');
This section works fine. I pull in all the percentages to the GL Cube. The next part is where it get's tricky:
RULE:
['S2 - Site':'101','S4 - Account':'F-Debit'] =N:
['S2 - Site':'Sales Sites','EXPENSES','All Attributes (2)']*
['20','S2 - Site':'Allocation','S4 - Account':'Fixed %','S5-Brand':'Allocation',Attribute1:'Allocation',Attribute3:'Allocation',Attribute4:'Allocation',Report:'Allocation','Direct'] ;
FEEDER:
[{'Actual','Budget'},'20','S2 - Site':'Allocation','S4 - Account':'Fixed %','S5-Brand':'Allocation', Attribute1:'Allocation',Attribute3:'Allocation',Attribute4:'Allocation',Report:'Allocation','Direct',{'Movement','Opening Balance'}] =>
['F-Debit'];
The result of all this is that I can see the data, correct figures when I drill down to the leaf level of all elements. Consolidations are empty and doing a zero suppression also returns no data.