How do I transform this data with Cross Tab. I want to add an extra column for price
Solved! Go to Solution.
Group by code, columns are features, values are value. Choose aggregation method as concatenate. Then you'll have one row per product with the price associated to it.
Thank you!