Hi,
I recently took over modifying our CRM and have run into an issue when trying to do a grid filter on a field that has been overridden with SQL.
SELECT DATEDIFF(DAY, viewPartsRequest.SoldDate, GETDATE())
This seems to return a simple integer like value, but when filtering on any value other than 0 or 1 (which does not return accurate results), the grid returns 0 records.
Any recommendations?
Thank you!