0

I’d like to propose the following enhancements to filtering: Field-to-Field Comparison in Filters


Currently, filters allow conditions based on static values, but it would be highly beneficial to support comparisons between two fields within the same record.


Example use cases:

  • Identify records where Actual Revenue > Estimated Revenue
  • Find records where Closed Date < Created Date
  • Detect inconsistencies like Resolved Date != Expected Resolution Date


Proposed enhancement: Add the ability in filter conditions to select another field as the comparison value (not just constants), enabling dynamic field-to-field comparisons within the same row.

Category: General
STATUS DETAILS
New