I have a simple field in a report that I am trying to have show "N/A" if the field is blank. I am currently simply using
I have tried a few variations but cannot seem to get it right using the =IIF(IsNull...function.
Any help is appreciated.
Thank you,
Paul
Code:
=Avg([days])
I have tried a few variations but cannot seem to get it right using the =IIF(IsNull...function.
Any help is appreciated.
Thank you,
Paul