How do I transform this data with Cross Tab. I want to add an extra column for price
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.
@Beveline
Thank you!