Forum Discussion
qontrol
4 years agoNew Member
Need help with transposing and merging rows
Hello everyone
I'm having issues with a query to transpose rows but also combining them into one cell.
Here's my table now:
This is how I want it to look after the query:
So basically I want it to transpose the feature rows to new headers called Feature 1/2/3/4 and combine the values in row "FeatureTitle" and "FeatureDesc".
I know how to merge multiple rows to one cell, but the P/F column is not helping me.
Thank you all for your feedback!
Regards
Hi qontrol ,
you should be able to do this with pivot transformations:- Delete empty rows in column "FeatureTitle"
- Create a new column that combines column "FeatureTitle" and "FeatureDescription"
- Delete column "FeatureDescription"
- Pivot column "FeatureTitle" with the newly created column from 2. as values (without aggregation)
2 Replies
- ImkeFCommunity Champion
Hi qontrol ,
you should be able to do this with pivot transformations:- Delete empty rows in column "FeatureTitle"
- Create a new column that combines column "FeatureTitle" and "FeatureDescription"
- Delete column "FeatureDescription"
- Pivot column "FeatureTitle" with the newly created column from 2. as values (without aggregation)