Hi,
We have two fields 1. Business Unit and 2. profit Center. Both LOV fields has same Lookup values.
Below is the scenario I wanted to generate the Report if Business Name and Profile Center values are different not the Common values.
| Name | Opportunity ID | Business Name | Profit Center |
|---|
| Test 1 | 123 | ABC | ABC |
| Test 2 | 456 | ABC | XYZ |
| Test 3 | 678 | ABC | XYZ |
I tried with the below filter but its showing error.
(DESCRIPTOR_IDOF("Sales - CRM Opportunities and Products Real Time"."Business Unit"."Business Unit Name")) <> (DESCRIPTOR_IDOF("Sales - CRM Opportunities and Products Real Time"."Opportunity Extension"."Extension Attribute LOV 005"))

How do we achieve for this.