show always all rows although no data in db
Alex1Jun 4 2012 — edited Jun 6 2012Hi,
I'm using OBIEE 11G
I have to show always same rows in my report.
Example: I have a pivot table, Entity on rows, Months on columns
-----------Jan-----Feb------Mar...----Dec
Entity1
Entity2
Entity3
...
Entity10
I prompt section with Years.
If I select Year=2008 I can see only 3 Entitys (3 rows), if I select 2009 I see 7 Entitys (7 rows)...so I have different rows depending year.
I want to see always all of my entitys (10 rows) and see null values with no data.
Doesn't work If I put "Ifnull" in a measure and change format in measure column with #,##0;-#,##0;0
Any solution about this?