Notifications
Clear all
Topic starter
Hello,
I keep getting false in my formula fields for my specific obs I am pulling into the report. Any suggestions on what I am doing wrong?
Posted : April 15, 2019 7:17 am
What does your formula look like? Sounds like an IF statement without any logic associated with the ELSE portion.
Posted : April 15, 2019 11:39 pm
Topic starter
The values that are associated with the OBS
{OBSHEAD.NAME}= "WKAVGDIST" is one of the Obs that I am adding to the report. The values for this Obs would be (0-None, 1-3 Mild, 4-6 Moderate, and 7-10 Severe)
Posted : April 16, 2019 3:00 am
I would think you would use a formula field like the following:
if {OBSHEAD.NAME} = "WKAVGDIST"
then {OBS.OBSVALUE};
Posted : April 16, 2019 5:23 am
Topic starter
I really appreciate the help!
Posted : April 16, 2019 6:31 am