morechocolate
Technical User
Here is the formula that I have:
if {@NewWal} < 3 then "< 3"
else if ({@NewWal} in 3 to 5) then "3 to 5"
else if ({@NewWal} > 5) or ({@NewWal} <= 7) then "5 to 7"
else if ({@NewWal} > 7) or ({@NewWal} <= 10) then "7 to 10"
else if ({@NewWal} > 10) or ({@NewWal} <= 15) then "10 to 15"
else if ({@NewWal} > 15) or ({@NewWal} <= 30) then "15 to 30"
else if {@NewWal} > 30 then "> 30"
I am using the formula as a group, however the only groups that are appearing are <3, 3 to 5, and 5 to 7. Could someone please tell me what I am doing incorrectly?
Thank You
if {@NewWal} < 3 then "< 3"
else if ({@NewWal} in 3 to 5) then "3 to 5"
else if ({@NewWal} > 5) or ({@NewWal} <= 7) then "5 to 7"
else if ({@NewWal} > 7) or ({@NewWal} <= 10) then "7 to 10"
else if ({@NewWal} > 10) or ({@NewWal} <= 15) then "10 to 15"
else if ({@NewWal} > 15) or ({@NewWal} <= 30) then "15 to 30"
else if {@NewWal} > 30 then "> 30"
I am using the formula as a group, however the only groups that are appearing are <3, 3 to 5, and 5 to 7. Could someone please tell me what I am doing incorrectly?
Thank You