Reporting - Count of time cards by week starts one, processed over time
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-20-2024 03:09 PM
Hi,
I'm trying to create what I thought was going to be a simple report but I can't get it to work.
What I'm trying to get is a report with the x-axis broken into week starts by and the y access would be a count of time cards for that week starts on.
Essentially I want to report how many time cards are being processed each week.
Any help would be appreciated.
Cheers Ben
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-21-2024 02:51 AM
Create a column chart with a group_by on 'Week starts on' and a trend_by 'Week starts on'. Set it to 'count' and 'per week'. Set it to 'hide legend' so you don't see the trend legend and it will be something like this:
Please mark any helpful or correct solutions as such. That helps others find their solutions.
Mark