Rule question
Posted: Wed Apr 28, 2021 9:30 pm
Hi All,
I used to have the belwo rule
[Currency:'USD', 'FX Rate': 'Budget'] = N:[Currency:'Input Currency', 'Actual'] * (DB('Exchange Rates', 'Budget', !Currencies, 'USD', 'Ending Rate',!Months));
it takes the sales value for that month and goes to exchnage rate cube to get the rate for that month and calculates .
Now my source cube has data stored at day level , but the exchange rates are stored at month level ,so when I pass !Months is it sufficient that I Pass
first parent of the Day member .
Thank you
I used to have the belwo rule
[Currency:'USD', 'FX Rate': 'Budget'] = N:[Currency:'Input Currency', 'Actual'] * (DB('Exchange Rates', 'Budget', !Currencies, 'USD', 'Ending Rate',!Months));
it takes the sales value for that month and goes to exchnage rate cube to get the rate for that month and calculates .
Now my source cube has data stored at day level , but the exchange rates are stored at month level ,so when I pass !Months is it sufficient that I Pass
first parent of the Day member .
Thank you