Hi
I run the following report
Top 4 count of cases
Company ID Count of cases
Acme Ltd 100
ABC Ltd 80
DEF Ltd 40
Blah Ltd 25
Other 300
What I want to do is make some of the results anonymous - so
Company ID Count of cases
Acme Ltd 100
Company A 80
Company B 40
Company C 25
Other 300
So what I'm after is a formula that is along the lines of
Company ID is not "Acme Ltd", and where the count of case is Top N = 1 then "Company A" else where the count of case is Top N = 2 then "Company B" else where the count of case is Top N = 3 then "Company C" else count all remaining cases
I'd be grateful for some help to write this formula
I run the following report
Top 4 count of cases
Company ID Count of cases
Acme Ltd 100
ABC Ltd 80
DEF Ltd 40
Blah Ltd 25
Other 300
What I want to do is make some of the results anonymous - so
Company ID Count of cases
Acme Ltd 100
Company A 80
Company B 40
Company C 25
Other 300
So what I'm after is a formula that is along the lines of
Company ID is not "Acme Ltd", and where the count of case is Top N = 1 then "Company A" else where the count of case is Top N = 2 then "Company B" else where the count of case is Top N = 3 then "Company C" else count all remaining cases
I'd be grateful for some help to write this formula