Forum Discussion

qontrol's avatar
qontrol
New Member
4 years ago
Solved

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:   ...
  • ImkeF's avatar
    4 years ago

    Hi qontrol ,
    you should be able to do this with pivot transformations:

    1. Delete empty rows in column "FeatureTitle"
    2. Create a new column that combines column "FeatureTitle" and "FeatureDescription"
    3. Delete column "FeatureDescription"
    4. Pivot column "FeatureTitle" with the newly created column from 2. as values (without aggregation)