G
Guest
I have a table that is linked to an ODBC source that has a field that can
either have characters or null. I also have a field in the that same table
that I am using for grouping records. When I attempt to run queries based on
the grouping field it will split the like groups when the other field is null.
For example:
Field 1 Field 2 Field 3
AB1 Other 50.00
BC2 Other 25.00
Other 100.00
When i run a query that groups by field 2 and sums field 3 the results i get
are:
Other 75.00
100.00
Any suggestions on why this may be happening?
thanks.
either have characters or null. I also have a field in the that same table
that I am using for grouping records. When I attempt to run queries based on
the grouping field it will split the like groups when the other field is null.
For example:
Field 1 Field 2 Field 3
AB1 Other 50.00
BC2 Other 25.00
Other 100.00
When i run a query that groups by field 2 and sums field 3 the results i get
are:
Other 75.00
100.00
Any suggestions on why this may be happening?
thanks.