Crystal 8.5, SQL Database
Hello,
I wrote a cross tab report where I am trying to display the number of patient discharges by nurse station by hour. Nurse station is on left and time range across top. I have a formula that converts the actual time into the 'hour' of discharge.
EX.
if {@hour} = 0 then '0000 - 0059' else
if {@hour} = 1 then '0100 - 0159' else
if {@hour} = 2 then '0200 - 0259' else
if {@hour} = 3 then '0300 - 0359' else ...
My issue is the report does not display a time range when it is not valued. I need the time ranges to always display regardless of any data.
Thanks for any help.
Hello,
I wrote a cross tab report where I am trying to display the number of patient discharges by nurse station by hour. Nurse station is on left and time range across top. I have a formula that converts the actual time into the 'hour' of discharge.
EX.
if {@hour} = 0 then '0000 - 0059' else
if {@hour} = 1 then '0100 - 0159' else
if {@hour} = 2 then '0200 - 0259' else
if {@hour} = 3 then '0300 - 0359' else ...
My issue is the report does not display a time range when it is not valued. I need the time ranges to always display regardless of any data.
Thanks for any help.