Hi Everyone,
I have requirement like this.
We have an Entity-1000, Under that entity we number of cost centers.for each cost center we will get the different number of applications and the rate is constant for Entity-1000. So we need to store the value in JAN-2015 amount.
See The below example
JAN-2015 Amount = Rate* JAN-2015 Amount
Entity Code | GL Account | Description | Cost Center | Profit Center | Key Element | Rate | Jan-2015 Count | Jan-2015 Amount | Feb-2015 Count | Feb-2015 Amount | Mar-2015 Count | Mar-2015 Amount | Apr-2015 Count | Apr-2015 Amount | May-2015 Count | May-2015 Amount | Jun-2015 Count | Jun-2015 Amount | Jul-2015 Count | Jul-2015 Amount | Aug-2015 Count | Aug-2015 Amount | Sep-2015 Count | Sep-2015 Amount | Oct-2015 Count | Oct-2015 Amount | Nov-2015 Count | Nov-2015 Amount | Dec-2015 Count | Dec-2015 Amount |
1000 | 600000 | Biometric Expenses | 1000505108 | 1000505108 | VAS | 10 | 1 | 10 | 2 | 20 | 3 | 30 | 4 | 40 | 5 | 50 | 6 | 60 | 7 | 70 | 8 | 80 | 9 | 90 | 10 | 100 | 11 | 110 | 12 | 120 |
1000 | 600000 | Biometric Expenses | 1000505109 | 1000505109 | VAS | 10 | 2 | 20 | 3 | 30 | 4 | 40 | 5 | 50 | 6 | 60 | 7 | 70 | 8 | 80 | 9 | 90 | 10 | 100 | 11 | 110 | 12 | 120 | 13 | 130 |
Here My question is
1) Is it possible to give the count and Rate run time?
2) We are thinking we need to maintain a dimension for that Count and rate. Is it ok or not, Give some better approach to reach this requirement.
Thanks,
Regards,
Saida Reddy.G