Hi,
I need some help on a formula using crystal XI. I am trying to compare sums based on groups from a field.
I have a field that hold items like bus, car, truck, road, river, air let's call it (Field1}. I have a formula that creates groups:
if (Field1} in [bus, car, truck] then "vehicle"
else...