SOLVED
Split data into fairly equal chunks
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
Alteryx
‎07-31-2023
06:08 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hi. I have a piece of data (email addresses). Let's say they are 7 in total and I want to split them to 3 smaller chunks.
ID |
A |
B |
C |
D |
E |
F |
G |
Desired Outcome is
A
B
C
D
E
F
G
In another scenario if they are 6 in total and I want to split them into two chunks, then
A
B
C
D
E
F
I could neither think of a solution myself nor managed to find a topic discussion in Community. Is this possible with Designer? TIA!
Solved! Go to Solution.
Labels:
- Labels:
- Preparation
2 REPLIES 2
15 - Aurora
‎07-31-2023
06:28 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hi @Mert you can use the tile tool to do this.
Choose 'Equal Records' and the number of groups you want:
3 groups
2 groups
The Tile_Num will be the grouping field.
Hope that helps,
Ollie
‎08-08-2023
01:24 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Thanks a lot @OllieClarke!
