I'm having a problem with returning records with null values. I have a field called street type, which is null about 15% of the time. I wrote the following formula(streettype) to check for Null Values and assign them a default value.
if Isnull ({ta_cla.street_type})
then {ta_cla.street_type} = 0
I then placed this formula in a formula called address. I use the Evaluateafter(streettype) function and I still cannot get the Null values to default to "0".
Am I doing something wrong???
if Isnull ({ta_cla.street_type})
then {ta_cla.street_type} = 0
I then placed this formula in a formula called address. I use the Evaluateafter(streettype) function and I still cannot get the Null values to default to "0".
Am I doing something wrong???