G
Guest
I am trying to return a sum of a calculated field "Weight loss" if the "Patient Status" is = to "SS" or "Ongoing" in a Patient Name footer. I am getting a number but not the correct one. It seems so easy this is what I have done that does not work
IIF([Patient Status]="SS" Or "Ongoing",Sum[Weight loss],"0")
IIF([Patient Status]="SS" Or "Ongoing",Sum[Weight loss],"0")