C
Carlee
Hi there,
I am doing some billing calculations. What I need to do is have my query
select the minimum of two choices(the results of two calculations). I have
tried min(option1,option2) but I keep getting the error 'wrong number of
arguments'. Can someone help me out?
here is the calculation I am trying to write:
DiscountTierOne: min(TV*(.1)*(.08), max(0,[PrintCount]-(1.2)*(TV)) * (.08))
Can anyone help me with this monster?
Many kind regards in advance,
Carlee
I am doing some billing calculations. What I need to do is have my query
select the minimum of two choices(the results of two calculations). I have
tried min(option1,option2) but I keep getting the error 'wrong number of
arguments'. Can someone help me out?
here is the calculation I am trying to write:
DiscountTierOne: min(TV*(.1)*(.08), max(0,[PrintCount]-(1.2)*(TV)) * (.08))
Can anyone help me with this monster?
Many kind regards in advance,
Carlee