My current formula:
IF {aaUDS7;1.PrenatalPatient} = 1 AND {aaUDS7;1.Age} < 15 then 1 else 0
In my dataset, PrenatalPatient is NULL on all my patients. In my report, I am expecting to see a 0; however I am not getting any value. Should I be evaluating for my NULLs somehow?
IF {aaUDS7;1.PrenatalPatient} = 1 AND {aaUDS7;1.Age} < 15 then 1 else 0
In my dataset, PrenatalPatient is NULL on all my patients. In my report, I am expecting to see a 0; however I am not getting any value. Should I be evaluating for my NULLs somehow?