F
Fly Boy 5
I'm trying to pick out cutomers with motel charges over $150 per day and
calulate the amouts that are over.
We have a maximum of $150 per day.
Expr1: [DAYS]*150 It displays the total in dollars.
Expr2: [Expr1]<[LODGING] It returns a -1 for customers that are above $150
per day. I need to be able to subtract the dollar amount of Expr1: from
[LODGING] to provide the amount over.
Thanks for your help
calulate the amouts that are over.
We have a maximum of $150 per day.
Expr1: [DAYS]*150 It displays the total in dollars.
Expr2: [Expr1]<[LODGING] It returns a -1 for customers that are above $150
per day. I need to be able to subtract the dollar amount of Expr1: from
[LODGING] to provide the amount over.
Thanks for your help