I have boolean value either class a or class b.. if those given condition are fulfilled then i want to have class a label in my report else class b. but when i inserted below format in formula field then i got error. this is just a sample. plz provide me right syntax and formula for it.. would be very helpful..
if {a<5} || {b<5} || {c<3} || {d<3} then
"Class A"
else
"Class B"