Hi OBIEE experts,
I've been looking for my answers for a while but no luck so far
.
We have vertical fact architecture in organisation with 11.1.1.7 version.
One of the requirements is to have current and previous (month or quarter) attribute in one line ( not measure ! )
So far my approach was :
a) select data for current and previous month and then use filter function , but ... - FILTER function requires a measure, not attribute
b) use AGO function - don't like it, but if this is the case , I could finally use it, but ....- AGO function also requires a measure, not attribute
b) select data for one month + union all select data for previous month , but then I have a data like below
Month Attr
SEP - 2015 Plain
DEC - 2015 Custom
How can I create 3rd column with previous value, like below ?
Month Attr Attr_prev
SEP - 2015 Plain null
DEC - 2015 Custom Plain
Is it possible without changing RPD ?
Really appreciate your help !
Thanks
Bart