Skip to main content
Solved

Simplest form of Transpose rows to columns

  • August 24, 2021
  • 2 replies
  • 44 views

weetak
Contributor
Forum|alt.badge.img+2

I would like to know what would be the simplest step to transform the following source: 

 test1to the following

 

test2

Best answer by gazza

An Aggregator should do it. Group by Fruits and concatenate the Stores attribute.

This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.

2 replies

gazza
Contributor
Forum|alt.badge.img+6
  • Contributor
  • 132 replies
  • Best Answer
  • August 24, 2021

An Aggregator should do it. Group by Fruits and concatenate the Stores attribute.


weetak
Contributor
Forum|alt.badge.img+2
  • Author
  • Contributor
  • 1 reply
  • August 25, 2021

An Aggregator should do it. Group by Fruits and concatenate the Stores attribute.

thanks that works