How to make the matrix report in OBIEE
Hi Friends,
I had a requirement today to make the report which looks like Matrix.
For example
a= 5
b=5
a(Original)=5
b(original)=5
a(Yesterday)=4
b(Yesterday)=4
a(Last Week) =3
b(Last Week) =3.I need to to show like this
----------------------------------------------------------------------------------------------------
(original) (Yesterday) (Lastweek)
a 5 4 3
b 5 4 3
--------------------------------------------------------------------------------------------------
Please help me friends.