Hi all
I am struggling here without manuals. I want to write a simple SQL statement like
SELECT
customerid,
customertype,
orderid,
ordertotal,
iif(customertype="A",.1,.2) as discountrate,
ordertotal * discountrate as discounttotal
FROM
salesorder
etc etc
Thanks for your help
George
George Allard
Crystal Reports Consultant and Trainer
I am struggling here without manuals. I want to write a simple SQL statement like
SELECT
customerid,
customertype,
orderid,
ordertotal,
iif(customertype="A",.1,.2) as discountrate,
ordertotal * discountrate as discounttotal
FROM
salesorder
etc etc
Thanks for your help
George
George Allard
Crystal Reports Consultant and Trainer