Trying to group a 'risk class' using if/then. And then name the group based on that result. So if greater than blank and less than blank, group those together, and then I want the title of that group to be BLANK.
So here is what I have which is not working because I am trying to write it in the group name formula editor.
if {Risk.RiskClass} = ' > 66' then {high.risk} else
if {Risk.RiskClass} = '33 <= 66' then {medium.risk} else
if {Risk.RiskClass} = '< 34' then {low.risk}
The {high.risk} part of my formulas above are NOT in the tables I am pulling from. That's just what I want to name the group.
Please help!
So here is what I have which is not working because I am trying to write it in the group name formula editor.
if {Risk.RiskClass} = ' > 66' then {high.risk} else
if {Risk.RiskClass} = '33 <= 66' then {medium.risk} else
if {Risk.RiskClass} = '< 34' then {low.risk}
The {high.risk} part of my formulas above are NOT in the tables I am pulling from. That's just what I want to name the group.
Please help!