C
cc143most
This is a continuation of my question from 2 days ago. I have a field
"Consent Status" that has data strings such as "Declined by Fam - PKO",
"Declined by Fam - Hosp Approach", "Declined by Us - Rule Out", "Declined by
Us - Can't Retrieve", "Obtained by Us", "Obtained by Hosp", and more. I need
to keep this field as is for some reporting; however, I need to be able to
total all of the subgroups of each "Declined by Fam", "Declined by Us",
"Obtained" for this specific report. I don't need the detail as to why, just
which group it falls under.
I have created the following IIF statement to give me another column; but, I
only get blanks. Can anyone tell me why?
IIf([Consent Status]="Declined by Fam*","Declined",IIf([Consent
Status]="Declined by Us*","RO",IIf([Consent Status]="Obtained*","Obtained")))
AS Consent
Thank you!
"Consent Status" that has data strings such as "Declined by Fam - PKO",
"Declined by Fam - Hosp Approach", "Declined by Us - Rule Out", "Declined by
Us - Can't Retrieve", "Obtained by Us", "Obtained by Hosp", and more. I need
to keep this field as is for some reporting; however, I need to be able to
total all of the subgroups of each "Declined by Fam", "Declined by Us",
"Obtained" for this specific report. I don't need the detail as to why, just
which group it falls under.
I have created the following IIF statement to give me another column; but, I
only get blanks. Can anyone tell me why?
IIf([Consent Status]="Declined by Fam*","Declined",IIf([Consent
Status]="Declined by Us*","RO",IIf([Consent Status]="Obtained*","Obtained")))
AS Consent
Thank you!