Summarizing the data like Excel pivot
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
SahadhKuruniyan
8 - Asteroid
‎09-09-2023
04:24 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hi Team,
I have data like below.
Team | Product |
A | X |
B | X |
C | Y |
D | Z |
D | Z |
C | Z |
A | Y |
B | Y |
I am looking for a tool which help me summarize the data like below:
Row Labels | X | Y | Z |
A | 1 | 1 | 0 |
B | 1 | 1 | 0 |
C | 0 | 1 | 1 |
D | 0 | 0 | 2 |
Labels:
- Labels:
- Workflow
2 REPLIES 2
16 - Nebula
‎09-09-2023
04:33 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hi, @SahadhKuruniyan
This is super easy by using Cross Tab tool. Tips is that, before Cross Tab, adding one column with value=1, and specify this field as Value column of Cross Tab configuration.
After that, non exist cell will be "Null", so replace them with 0 by Data Cleansing Tool.
Refer to attached workflow for more detail.
binuacs
21 - Polaris
‎09-09-2023
07:44 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
@SahadhKuruniyan One way of doing this
