SOLVED
Simple transpose
Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
Andrzej
8 - Asteroid
‎09-27-2019
07:03 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
I have a simple table with spatial objects (Polygons).
Point number | Spatial Object |
1 | a |
2 | b |
3 | c |
4 | d |
5 | e |
6 | f |
7 | g |
I would like to transpose rows to columns (sth like excel transpose).
1,2,3... should be names of columns, and a,b,c... values of columns
1 | 2 | 3 | 4 | 5 | 6 | 7 |
a | b | c | d | e | f | g |
What is the simplest way, to achieve it?
Greetings
Andrzej
Solved! Go to Solution.
Labels:
- Labels:
- Transformation
4 REPLIES 4
17 - Castor
‎09-27-2019
07:11 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hi @Andrzej
You need to use the Cross-Tab tool.
It's under the Transform tab.
Use Your first field as Headers and the 2nd fields as values for these Headers.
Cheers,
‎09-27-2019
07:20 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Dear @Thableaus
I do not have an option to concatenate. Maybe it is because I really used a spatial object.
Cheers
17 - Castor
‎09-27-2019
07:25 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
‎09-27-2019
07:27 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Thank you,
previously I was using group by option and it didn't work properly.
Now everything is ok
Regards
Andrzej Gabryel
