- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-16-2019 12:08 AM
I'm creating a report using the Time Card table to replicate one of our reports from another system (picture below). The grouping is on the user (I marked out names in red), and we report how much time they spent on each project (marked out in black). Time range will be dynamic so we can report a user's total hours for weeks, months, or whatever time range is selected. I need to be able to sum the column results per user, which you can see at the bottom of the picture. How do I do this in a list report? Do I need to create a pivot table?
Solved! Go to Solution.
- Labels:
-
Reporting
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-16-2019 05:56 PM
If a list doesn't cut it for you, you may want to look at a custom UI page to give exactly what you want.
Generally, this is discouraged as it is custom and often the same business objects can be met with OOTB functionality. However, if it has to look like this, that may be the way to go.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-16-2019 12:13 AM
Hi,
you should use the Performance Analytics by setting up two indicators and using a list scorecard.
Check the official documentation below:
If I have answered your question, please mark my response as correct and/or helpful.
Thank you very much
Cheers
Alberto

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-16-2019 03:00 AM
Pivot or multi-level pivot should be fine.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-16-2019 03:38 PM
The problem with pivots is that they don't allow for multiple columns. We need columns for every day of the week, and the last column is the total. On each row (marked out in black) is a project the user has worked on. Is there a way to get pivots to do that?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-16-2019 05:56 PM
If a list doesn't cut it for you, you may want to look at a custom UI page to give exactly what you want.
Generally, this is discouraged as it is custom and often the same business objects can be met with OOTB functionality. However, if it has to look like this, that may be the way to go.