Multiple fields greater than 0

Lambo

Registered User.
Local time
Today, 06:44
Joined
Nov 20, 2012
Messages
30
I'm sure this is probably simple but at this time of night i can't get my head round it.

I have a complicated query that shows 3 fields at the end with values. What i'm after is to not show if 2 of the fields have a 0 value in the same row to be excluded from the results.
 
Do you only want results where no more then One Field has Zero ?

I would tend to use a custom Function where you can use SQL/Query and Code to get your result.
 
If all are 0 then i don't want the record to display, if any of them has a value of 1 or more then display the record.
 
If only Zero or above are options then you could add a Calculated Field to your Query that Sums the three fields.
Only Select records where the calculated field is >0
 

Users who are viewing this thread

Back
Top Bottom