I have a scenario where I would love to filter my data based upon a check of whether or not the data in two fields is the same, e.g.,:
Account1.BillingAddress <> Account2.BillingAddress
I know I can create a calculated field on the report to produce a Boolean string value for ease of reference (e.g., {!field1} == {!field2} ? "True"), but these items will still fall into my reporting and I want to filter them out entirely. I saw that this topic has appeared as a point of interest in Trailblazer in 2024 (# How to compare two fields in a report, so I'm hoping this might be in the works or be on the roadmap already. Thanks!