Want to get involved? We're always looking for ideas and content for Weekly Challenges.
SUBMIT YOUR IDEAMy first run, the months were not in the correct order, but a simple work around fixed that :)
Completed suggested match and added an additional flow to output report by year.
A nice easy one :)
A couple notes for this challenge:
The directions indicate to make a report of 2024 data. However the file contained multiple years and the provided Output solution did not filter the dates.
I've seen some interesting/creative solutions to ordering the months. Mine seems simpler but: I just used a Select Tool to reorder the months by their calendar sequence rather than alphabetically. After the Cross Tab tool, Select will treat each month as an independent column, allowing custom "sort" order. Hope that might be of help to others!