T
Tony
On my report I have the summary field which is showing #Error when there is
no data matching query criteria (date range). To show blank instead of #Error
I am trying:
=IIf(IsError(Sum([Actual Cost])),Null,Sum([Actual Cost]))
but error does not want to go away. How to modify this IIf statement to fix
it ?
Tony
no data matching query criteria (date range). To show blank instead of #Error
I am trying:
=IIf(IsError(Sum([Actual Cost])),Null,Sum([Actual Cost]))
but error does not want to go away. How to modify this IIf statement to fix
it ?
Tony