SOLVED
Cross tab without concatenate
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
IJH34
8 - Asteroid
‎06-13-2023
10:50 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
I would like to perform a cross tab on the following data....however I would not like it to be aggregated via the concatenate method. Please see below.
Current Format
Wednesday, Jun 07 - | 1 |
#85286074Z00XV63AW | 2 |
25307.03 | 3 |
Wednesday, Jun 07 - | 1 |
#82711164Y000JWY0Q | 2 |
-111.23 | 3 |
Wednesday, Jun 07 - | 1 |
#75140514YS66JRS2T | 2 |
-582.99 | 3 |
Wednesday, Jun 07 - | 1 |
#85286074X00XV5FTN | 2 |
15000 | 3 |
Desired Format
Wednesday, Jun 07 - | #85286074Z00XV63AW | 25307.03 |
Wednesday, Jun 07 - | #82711164Y000JWY0Q | -111.23 |
Wednesday, Jun 07 - | #75140514YS66JRS2T | -582.99 |
Wednesday, Jun 07 - | #85286074X00XV5FTN | 15000 |
Solved! Go to Solution.
Labels:
- Labels:
- Datasets
- Help
- Output
- Preparation
2 REPLIES 2
17 - Castor
‎06-13-2023
11:11 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hi @IJH34 you need to use a Multi-Row tool to create a new field which you can use to group your data in the crosstab to achieve the desired results. I mocked up a approach however essentially in the Multi-Row I used a field I called Rank which is your data that goes from 1-3 to group your data into a single row in the crosstab tool.
 
 
nagakavyasri
12 - Quasar
‎06-13-2023
11:15 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
