Hi Forum,
I have a query including one field being a sum of balances (summed in earlier query).
To restrict the thousands of results I would like to filter zero balance records and leave just positive and negative balances.
If I use <0 the result is all zero and negative records and >0 gets all positve and zero balance records and <>0 gets all records including zero.
Workaround is <-0.001 or >0.001 which filters all records between neg 0.001 and positive 0.001.
Effectively this is just as good as filtering zero BUT why wouldn't the zero filter work??
I have a query including one field being a sum of balances (summed in earlier query).
To restrict the thousands of results I would like to filter zero balance records and leave just positive and negative balances.
If I use <0 the result is all zero and negative records and >0 gets all positve and zero balance records and <>0 gets all records including zero.
Workaround is <-0.001 or >0.001 which filters all records between neg 0.001 and positive 0.001.
Effectively this is just as good as filtering zero BUT why wouldn't the zero filter work??
