I typed formula --- If {product category} = "SI" then {Qty Shipped} / 1000 else {Qty Shipped}
I get an error message between "else" and "{Qty Shipped} that a Boolean is required here.
I am using cross-tabs to show quanty shipped in each product category by each territory across the US. Some numbers become rather large so would like to divide them them by 1000. But others are small so want to see whole number not divided by 1000.
What is wrong with my formula????
Deano