Reporting - Conditional Reporting based on Field contents?

Brand new to this and messing around with Reporting. Is there a way to only Report on fields where lets say one value does not equal another value, i.e. conditional reporting?

I don’t want to list every record in the database, only those where there is a difference between 2 fields.

Thanks in advance for any help you can give.

Kenny

Hi,

You may follow the steps below:

Step 1. Create a “Check” free text field with IF() to calculate if those values are equal.

Step 2. Create a shared view to filter out, based on the “Check” field, the entries you want to generate reports.

Step 3, Generate the report and apply the saved shared view.