For more information, please refer to this announcement explaining best practices for getting answers to questions.
Transpose rows to columns for Ratings
Summary:
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" = 'DTFS 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" = 'DTFS Germany Leistungsbeurteilung' THEN"- Performance Rating"."Average Manager Section Rating" END