You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register

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

Tagged:

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!