I have a query that has the following two fields:
Rejects and Totals. I created a new field called "Percentage" and the following formula:
"Percentage: [Rejects]/[Totals]*1" to get the percentage of rejects.
When I run it the percentage field works fine but when I try to filter by percentage it says 'Overflow'
What can I do to fix this issue?