feeding all elements from a single source.
Posted: Tue Oct 25, 2011 1:27 pm
Hi Guys,
I have a Sales cube having the following dimensions
1.Sales Facility
2.Year
3.Month
4.Market Segment
5.Product line
6.Market
7.Item Sales Group
8.Scenario
9.Sales Measures
I am allowing the user to enter values on certain intersection , and then I am using these values to calculate the entire cube.
The user enters a total amount at the above specified cells and this value is used across all the elements.
My problem is writing feeders for the above rule
Is this the right way to deal with the above rules in writing feeders, Request some one to please help me on this.
I have a Sales cube having the following dimensions
1.Sales Facility
2.Year
3.Month
4.Market Segment
5.Product line
6.Market
7.Item Sales Group
8.Scenario
9.Sales Measures
I am allowing the user to enter values on certain intersection , and then I am using these values to calculate the entire cube.
Code: Select all
['No Cust Class','No Product Line','None Market','No Item Sales Group','Budgeted','Amount']=STET;
Code: Select all
['Budgeted','Amount']=N:['No Cust Class','No Product Line','None Market','No Item Sales Group','Budgeted','Amount'];
Code: Select all
FEEDERS;
['No Cust Class','No Product Line','None Market','No Item Sales Group','Budgeted','Amount']=>
DB('Sales Budgeting',!Sales Facility,!Year,!Months,!Market Segment,!Product Line,!Market,!Item Sales Group,!'Budgeted','Amount');