M
Mikael Lindqvist
Good morning,
I have 1 table with a few fields (A, B, C) that I'm using for various
calculations.
For various reasons are some of the input "weird" and I want to leave that
out of the calculation (average).
For example, Field A requires > 0 AND < 100, B < 400
Now, if one record doesn't fullfil A requirement I don't want to use it for
A's average calculation BUT I want to use it for B's average calculation (if
it satisfy B's requirement).
This means that if I use the query criteria A: >0 AND <100 it will filter
out all other records and thus I can't use them for B's average calclulation
(which I want).
Does anyone know how to get around this?
Kindly,
Mikael
Sweden
I have 1 table with a few fields (A, B, C) that I'm using for various
calculations.
For various reasons are some of the input "weird" and I want to leave that
out of the calculation (average).
For example, Field A requires > 0 AND < 100, B < 400
Now, if one record doesn't fullfil A requirement I don't want to use it for
A's average calculation BUT I want to use it for B's average calculation (if
it satisfy B's requirement).
This means that if I use the query criteria A: >0 AND <100 it will filter
out all other records and thus I can't use them for B's average calclulation
(which I want).
Does anyone know how to get around this?
Kindly,
Mikael
Sweden