
Basically I want to pivot my table so that the Value of the attribute to analyze is the value of the new columns. To make sure I have one attribute per column, I first created a list of the actions based on the same group by as the pivoter with the addition of the column attribute and then concatenated that in one attribute. Now I want to see my group by attributes in the rows, with the column attribute as columns and the values (text) of the Actions as values for their columns.
