HI all,
I have below requirement for a report to create in OBI,
There is one dimension (Time dim) and 3 different fact table.
the report requirement is to pull year and month column from time dim and quantity measure from other 3 fact table.
Time dim is common dimension for all the fact.
report:
year Month factt1.Quantity1 fact2.Quantity2 fact3.Quantity3
2017 Jun 20
2017 July 21
2017 Aug 40
2018 Jun 31 50
2018 July 30 21 21
Now , we need to include one more column that is under 1st fact table,
when i am pulling the column in the report the the other quantity measure column which is from other fact table became null,
year Month fact1.run_error factt1.Quantity1 fact2.Quantity2 fact3.Quantity3
2017 Jun 05/28-06/03 20
2017 July 07/2-07/09 21
2018 Jun 05/28-06/03 31
2018 July 07/2-07/09 30
please suggest me how i should design my model in RPD to build this report .
Thanks ,
saurav