A
agarten
Hi everyone,
I'm working with a table that has origin and destination fields. I'm trying
to figure out the amount of flow between 2 locations. For example: amount
from CA to NY + amount from NY to CA. While I can get the calculation to
work correctly, in my query it returns
Origin: NY Dest: CA 1234
Origin: CA Dest: NY 1234
The 1234 is the correct total of the amount going from NY to CA added to the
amount going from CA to NY. I'm trying to figure out how to only show one of
the two rows.
Thanks for any help you can provide.
Amy
I'm working with a table that has origin and destination fields. I'm trying
to figure out the amount of flow between 2 locations. For example: amount
from CA to NY + amount from NY to CA. While I can get the calculation to
work correctly, in my query it returns
Origin: NY Dest: CA 1234
Origin: CA Dest: NY 1234
The 1234 is the correct total of the amount going from NY to CA added to the
amount going from CA to NY. I'm trying to figure out how to only show one of
the two rows.
Thanks for any help you can provide.
Amy