BusinessObjects Board

View all dimesnion values even if no join

I have a dimension lets call it DIM1
I put a filter of that dimension: DIM1 “in (1,2,3,4,5…)” which generates a filter:
“DIM 1 in (1,2,3,4,5)” on sql query.

When i put it in my report:

[DIM]
[Metric]

If value 1 (e.g.) of DIM has no value , it does not appear in the report.
Is there any way to put all the values in in clause in my report even if theres is no match in query?

So what i’d like to appear is something like:

1| 2| 3| 4| 5
| 3| | 5

Thanks in advance.

A.S.


as2010 (BOB member since 2012-01-30)

Looks into the below post


praveenmaddi (BOB member since 2011-05-10)