Math filter in "query all records"

Options

I am trying to find a way to do the following:

1. There is a db with columns A and B
2. I want to get only the records where A/B>0.2
3. B values are sometimes 0, so I am using AND condition where B>0 and A/B>0.2 (with "div" math filter).

But the result of this query is very far from the truth. What's the catch?
Thanks.

Best Answer

Answers