I have a listing of all open Purchase Order Lines, listing Qty Ordered & Qty Received. I'm trying to set a filter to display only rows where the Qty Received value is less than the Quantity Ordered. It's simply not working at all. I've also tried filtering only listings where the Qty Ordered != Qty Received, and it's still doing absolutely nothing. They are both integer values (obviously), and are also both standard fields for the PurchaseOrderLine table.
As a workaround, I added a YesNo column for "Is Received" and added it as a new table field, then created a filter only to display rows where the checkbox is set to NO. The problem with this is that it requires manual input, where I'm thinking that it should easily be able to filter results based on Qty Received < Qty Ordered.
To further the problem, sometimes when I enter a filter for LESS THAN or GREATER THAN (tried both sides of this from both angles that make sense, obviously), the first page shows, and even shows around 192 results, but when I try to click to the next page, no results are coming up. Nothing.
What am I doing wrong?