Hello,
I created a query that has a field lets call it field1 field1 can be 3,4 or P
then I have another field, lets call it field2.
field2 is a number and last field, field3. It is also a number
I wold like to do something like this
If field1=3 then field2/1000 and then multiply by field3 else If field1=4 then field210000 and then multiply by field3 else If field1=P then 1/field2 and then multiply by field3
I am really lost on this one
any help is appreciated.
I created a query that has a field lets call it field1 field1 can be 3,4 or P
then I have another field, lets call it field2.
field2 is a number and last field, field3. It is also a number
I wold like to do something like this
If field1=3 then field2/1000 and then multiply by field3 else If field1=4 then field210000 and then multiply by field3 else If field1=P then 1/field2 and then multiply by field3
I am really lost on this one
any help is appreciated.