I want to show the ratings of two specific performance document section names in columns.
I named the header like the section name. I used a "CASE WHEN" statement for "Average Manager Section Rating" and "Average Calculated Section Rating"
I tried these two formulas:
CASE WHEN "- Performance Document Section"."Document Section Definition" = ' Germany Leistungsbeurteilung' THEN "- Performance Rating"."Average Calculated Section Rating" END
And with RCOUNT
CASE WHEN RCOUNT("- Performance Rating"."Average Manager Section Rating" BY "- Performance Document Section"."Document Section Definition") = 1 AND "- Performance Document Section"."Document Section Definition" = ' Germany Leistungsbeurteilung' THEN"- Performance Rating"."Average Manager Section Rating" END
It works, when I have the section Name inside the report, but it will show several rows for the rating.
Hiding the column "name" will lead to the same situation. Removing the column "name" will change the results for the calculcated section ratings.
Only the formatting is exactly the way we want it. Rating are all in one row. Values are not correct.
I am using "Workforce Performance - Performance Rating Real Time"
Appreciate every help.