Consolidating Data with several Matching fields
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hi Friends,
I'm working on a 12 month budget with several rows of data and I want to consolidate all rows that have identical ACCT_NO + DEPT_ID + VENDORID.
with my limited experience, I'm thinking of using a summarize tool to combine all rows that contain 3 identical values, but not sure how to build that reference. Please let me know if you can help.
In the example below, the bottom 4 rows would be combined to make a single row. I've attached a sample workflow
thanx in advance, happy day
Solved! Go to Solution.
- Labels:
- Designer Cloud
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Are you looking to Sum the Month Ended January 2023 and concatenate the NOTE-Month Ended January 2023 if you consolidate the ACCT_NO, DEPT_ID, VENDOR_ID?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Yep. Exactly!!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Summarize tool will work for it. Group on the ACCT_NO, DEPT_ID, VENDOR_ID, Sum the Month End and use the String>Concatenate on the Notes.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
One other note, make sure the Month end is changed to a Double back in your Select tool. Its set to String right now which wont SUM it.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
This is working perfectly, except the output on my summarize tool only brings in the 3 fields we grouped and leaves out the others. Can I bring those over with the same tool too?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Yes, just group on those other fields in the summarize tool that are missing.
