A
andrew3254
Hi
I have a report with multiple subreports on it, one for each month.
The subreports are linked to the main report via a project ID, and some
projects dont have data entered for that month. The missing data is blank
but I want to show 0s. I have tried
Nz([Int Forecast], 0)
and
IIf(HasData, [Int Forecast], 0)
and neither work.
Does anyone have any ideas?
I have a report with multiple subreports on it, one for each month.
The subreports are linked to the main report via a project ID, and some
projects dont have data entered for that month. The missing data is blank
but I want to show 0s. I have tried
Nz([Int Forecast], 0)
and
IIf(HasData, [Int Forecast], 0)
and neither work.
Does anyone have any ideas?