SOLVED
Need to group invoices with Invoice total and # of items per invoice
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
ppatane
8 - Asteroid
‎05-16-2024
10:55 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
I have tried the Union and Append fields joins but the results weren't even close (I ended up with 126 rows for each invoice...there are 126 rows in the original data.) I have attached the starting data file, and the desired output file.
I want to get from the first screenshot to the second
Solved! Go to Solution.
Labels:
- Labels:
- Workflow
2 REPLIES 2
cjaneczko
13 - Pulsar
‎05-16-2024
10:59 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Use a summarize tool that is grouped by invoice number. Then use a join tool to join the summarized data back to the main set.
‎05-16-2024
11:06 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Thanks cjaneczko! I see my error, I was renaming the Grouped by Invoice numbers and wasn't seeing where to join
