I am not able to get the result of this If Then Else formula to display in a group header.
if (not isnull({IP_FLWSHT_MEAS.FLO_MEAS_ID}) and {IP_FLWSHT_MEAS.FLO_MEAS_ID} = "4409" ) then {IP_FLWSHT_MEAS.MEAS_VALUE} else
"*"
The report is grouped by Patient Encounter ID. The formula displays correctly in the details section of the report. If I move it into a header or footer, it displays only the * (else statment I am using to check the formula).
How can I get the result of this formula to display in the group header?
if (not isnull({IP_FLWSHT_MEAS.FLO_MEAS_ID}) and {IP_FLWSHT_MEAS.FLO_MEAS_ID} = "4409" ) then {IP_FLWSHT_MEAS.MEAS_VALUE} else
"*"
The report is grouped by Patient Encounter ID. The formula displays correctly in the details section of the report. If I move it into a header or footer, it displays only the * (else statment I am using to check the formula).
How can I get the result of this formula to display in the group header?