Forum Discussion
Stack one column under another column
- Anonymous7 years ago
I would do this - from the link post, copy paste the code to your advanced editor and look at one step at a time and see how is data changing with each step.
That way you learn and understand too.
Regards
I would do this - from the link post, copy paste the code to your advanced editor and look at one step at a time and see how is data changing with each step.
That way you learn and understand too.
Regards
- Anonymous4 years agoNot applicable
Hey, so try to follow these steps:
1. Open transform data
2. Select the columns you want to analyze and duplicate the query (to keep the original query unharmed)
3. In the new query, add a uniquie idetenfier column or an index column, choose the columns you want to stack, (dont choose the unique identifier of those entries/ or an index), and click on unpivot option.
4. Click on save and close, and start making graphs. Now the variables will stack one beneath the other.
I hope this helps.