I'm looking for a solution for the following problem in Cognos Transformer:
My fact table is set up as follows:
date fact1 fact2
---- ----- -----
20090101 0 7
20090102 0 6
20090103 0 7
20090104 0 4
........ . .
20090131 80 8
Fact1 is only filled for the last date of the moth. Fact2 is filled for every date. Both measures have a different time-state rollup. Fact1 is last-period, fact2 is sum. I would like to know if it's possible to spread fact1 so that the value for the last day of the month is also shown for all dates in that month. In the cube this would look as follows:
date fact1
---- -----
20090101 80
20090102 80
20090103 80
20090104 80
........ .
20090131 80
My fact table is set up as follows:
date fact1 fact2
---- ----- -----
20090101 0 7
20090102 0 6
20090103 0 7
20090104 0 4
........ . .
20090131 80 8
Fact1 is only filled for the last date of the moth. Fact2 is filled for every date. Both measures have a different time-state rollup. Fact1 is last-period, fact2 is sum. I would like to know if it's possible to spread fact1 so that the value for the last day of the month is also shown for all dates in that month. In the cube this would look as follows:
date fact1
---- -----
20090101 80
20090102 80
20090103 80
20090104 80
........ .
20090131 80