BusinessObjects Board

Column Display

I need to create a report even if the value does not exist in the reporting period.
I have a query which has filter : Type in (a,b,c)
But in user entered reporting period, some times one of the value does not exist. But still i want to display “c” in the column based on below example. And if there is no data, i would like to display Zero under C (Based on below example)

I have a horizontal table

Type      a    b    c
Count    10  2

Help please


nammu (BOB member since 2011-12-02)

Hi,

Please have a look at this Reporter FAQ, it will get you started:


Marek Chladny :slovakia: (BOB member since 2003-11-27)

Hi nammu

select block and go to properties …check show rows/columns when empty and then use the formula like

=if isnull(count(Type)) then 0

:+1: :+1:


sunil kumar :india: (BOB member since 2011-10-03)

Hi Nammu,

Check the below post:

Sunil - I am not sure if simply checking the block and properties --> check show rows/ columns would work.


praveenmaddi (BOB member since 2011-05-10)

Thanks. I need to use Formula and Check those boxes to show all the values.


nammu (BOB member since 2011-12-02)