Forum Discussion
alxmti
9 years agoFrequent Visitor
Pivot column - Dont aggregate
Hi, i've got these three columns like in the attach. Column two needs to be transformed into Pivot Column, but I get error when doing so. There was a topic here and a guy said it all columns...
- 9 years ago
thanks for the hints.
the solution is withing this video (although he uses two columns only, it works with a third).
MarcelBeug
9 years agoCommunity Champion
Only the Pivot column needs to be text; however if you use the menu-option to pivot on a non-text column, the generated code will take care of the transformation to text. Then again: it is not the most nice-looking code, so I would recommend to transform the pivot column to text before pivoting.
You have duplicates. This is not allowed with option "Don't aggregate".
alxmti
9 years agoFrequent Visitor
thanks for the hints.
the solution is withing this video (although he uses two columns only, it works with a third).