J
Jack
Hi,
I just got help on iif statement to handle null values. However I am
applying the concept from prototype to real system. I am using the following
to display Y if true(-1) and N (if false i.e. 0).
=IIf([AlloydRecommendedGuage] Is
Null,Null,IIf([AlloydRecommendedGuage],"Y","N"))
However, now most of the values should be N (as these are 0) instead I am
getting Y in all the rows for the above calculated field. This field in
backend connected sql server is int instead of smallint. I am not sure if
this datatype change has to do with the display though apparently it should
not. Thanks for any further help.
I just got help on iif statement to handle null values. However I am
applying the concept from prototype to real system. I am using the following
to display Y if true(-1) and N (if false i.e. 0).
=IIf([AlloydRecommendedGuage] Is
Null,Null,IIf([AlloydRecommendedGuage],"Y","N"))
However, now most of the values should be N (as these are 0) instead I am
getting Y in all the rows for the above calculated field. This field in
backend connected sql server is int instead of smallint. I am not sure if
this datatype change has to do with the display though apparently it should
not. Thanks for any further help.