Supplies are limited. Contact info@espc.tech right away to save your spot before the conference sells out.
Get your discountScore big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount
Hi All
I want to consolidate two rows for each year into one - so that it shows values for both Spoiled and Good in a single row rather than two rows for each year with nulls. I have tried all kinds of group by and aggregations but to no avail? any idea?
Thanks!
Steve
Solved! Go to Solution.
Hi, @Steevo746 select Year column and unpivot other columns. Then pivot column with former column names.
Hi, @Steevo746 select Year column and unpivot other columns. Then pivot column with former column names.