F
F. GOMEZ
I hope somebody could help me:
Happen that I am designing a query and I am adding 1 column that is
something like this:
Amount_US QTY Unit/Price Total
-100 5 $20.00 $ 100
In the "Total" field, I want to put a formula like this:
IF(Amount_US<0,QTY*Unit/Price*-1, QTY*Unit/Price), this formula does not
work in my query, what would be the correct way to do it.
Thanks
Fernando
Happen that I am designing a query and I am adding 1 column that is
something like this:
Amount_US QTY Unit/Price Total
-100 5 $20.00 $ 100
In the "Total" field, I want to put a formula like this:
IF(Amount_US<0,QTY*Unit/Price*-1, QTY*Unit/Price), this formula does not
work in my query, what would be the correct way to do it.
Thanks
Fernando