Want to get involved? We're always looking for ideas and content for Weekly Challenges.
SUBMIT YOUR IDEASolved using the following tools: Formula, Find Replace and Summarize
Enjoyed solving this challenge. I used the formula tool, join tool and summarize tool and was able to get to the output. Looking forward to solving more challenges.
Steps used to find solution:
1. Inspect input files for data and metadata;
2. Tile tool, manual method, 'Postal Area' as numeric column, entered "2019", "2039", "2059", "2079", "2100" as tile cutoffs;
3. Formula tool - create "Region" column and apply formula ""R" + ToString([Tile_Num])";
4. Join tool, joining by "Region" field;
5. Summarize all joins, grouping by "Region", "Sales Rep", "Responder"; and counting by "Responder"
Solved! Solved! Solved!
Steps to be followed to achieve the desired result:
Yeah!!!! You have got the desired result. Congrats!
Use formula tool to include region --> Use join tool to merge both files --> Summarize tool to group by region, sales rep and responder and count customer id.