Combining/Summarizing Data
- 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
I am looking to combine and add these two tables into one to show combined total of high, low, medium. Which tool would I need to use as the summarize tool is not combining them. Thanks in advance!
Solved! Go to Solution.
- Labels:
- Reporting
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
@Cspen you need to calculate the combined sum before bringing it into the table tool, once you have the sum bring the data to table tool
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
@binuacs I have tried to sum the data before hand and it is not giving me the correct information I need. It is not adding things correctly
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Union the input files based on position and calculate the sum sing summarize tool make sure group by Initial HRA field
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
I have done this however the sum via the summarize tool is greyed out for me so I cannot calculate. I have already union the input files to the position they need to be
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Check your count field is numeric, if not change to numeric data type using a select tool and try again
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Changing the numeric field allowed me to find the sum but then it changed the data so it does not show the sum of High, medium, low.. Just the overall sum, I know this is an easy fix but I can not seem to figure it out.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Count needs to be in numeric and HRA in string. In summarize tool, Group by HRA and Sum the count.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
@Cspen Sample workflow attached
