M
Michael
I have this sql in one place
=[Peso lordoKG]-[PesoDellaCassaVuotaGr]/1000*[NColli]-[PesoPedana] and this
next to it,
=[Peso lordoKG2]-[PesoDellaCassaVuotaGr2]/1000*[NColli2]-[PesoPedana2]
if you put the same numbers into both I get different results. The problem
is in the division by 1000. the weights are in kilos so this is done to
correct the amounts. The second example refuses to divide by 1000 so my
answer is always minus 1000 more than it should be.
The form for the second sql is a copy of the first.
thank you
Michael
=[Peso lordoKG]-[PesoDellaCassaVuotaGr]/1000*[NColli]-[PesoPedana] and this
next to it,
=[Peso lordoKG2]-[PesoDellaCassaVuotaGr2]/1000*[NColli2]-[PesoPedana2]
if you put the same numbers into both I get different results. The problem
is in the division by 1000. the weights are in kilos so this is done to
correct the amounts. The second example refuses to divide by 1000 so my
answer is always minus 1000 more than it should be.
The form for the second sql is a copy of the first.
thank you
Michael