I have two cubes (source and target), but each with different time dimension.
Dimension Date of Record used in the source cube has following structure:
ALL *(this is the top element)*
- 2013
-- 2013 Q1
--- 2013 01
---- 01.01.2013 (data format is "DD.MM.YYYY")
Dimension Months (without any top element) used in the target cube is:
-2013
-- 01 2013 (data format is "MM YYYY")
For simplicity lets assume both cubes have only one more dimension - Measures. How to write a feeder to the source cube and rule to the target cube so that the data in both cubes are the same? Thank you!