summarize or grouping w/put losing 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
Hello,
Please assist with solution for my issue. I promise i spent 5 hours attempting to figure out. It is passed midnight and i am losing it.
I have line item expenses with parent and child exception. I want to concatenate these exceptions ( [Exception Code], [Exception Level] [Exception Text], & [ # Exceptions ].
I created a column [ ELK&Exception Type ] . Then plan on grouping by this.
I used the summarize tool to group by ELK&Exception Type, then concatenate the exceptions. My issue is i have other columns than i need to bring in such as [ Report Legacy Key]. This field can have different keys but the summarize tool is only allowing me to bring it key, (min, max, first, last). Please see data attach.
Please help.
Solved! Go to Solution.
- Labels:
- Help
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
It seems like you just need to also Group By the other field [Report Legacy Key]. Just change "First" to Group By and it will keep that data un-"Summarized".
The Summarize tool can Group By as many fields as you like. Doing this could also save you the extra formula of grouping the ELK and Exception Type. Just Group By each field you don't want aggregated.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
@coryanthony
By interpreting your result, I feel we can use Group and Count the field "Entry Legacy Key".
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
In order to match to your provided OUTPUT data, simply adding Text to Column tool, and select option "Split to Rows".
If I have wrong understanding on your demand, please forget it.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
I lost sleep over not being able to figure it out. now i'll lose more sleep by over the simplicity of it. Thank you so much.
