Sorry if this is simple - but it is Friday afternoon - I am sick - and probably simple myself.
I have a table with a column that has two values - one is empty and the other is "NY".
When I print my report I want the empty (or blank) to show as PA and NY to show as NY
I have tried =IIF([state]="", PA, [state])
but it does not recognise "" as a blank cell in the table.
What am I missing and what do I need to do?
Thanks,
Jeb
I have a table with a column that has two values - one is empty and the other is "NY".
When I print my report I want the empty (or blank) to show as PA and NY to show as NY
I have tried =IIF([state]="", PA, [state])
but it does not recognise "" as a blank cell in the table.
What am I missing and what do I need to do?
Thanks,
Jeb