Expand my Community achievements bar.

How can I show the top 3 Tasks I worked on last month in a Report?

Avatar

Level 4
I'm trying to generate a Report that shows the top 3 Tasks I worked on last month, by hours. I'd like to show what I spent the majority of my time working on so I can report that out to management. Thanks in advance for the help... Aaron
1 Reply

Avatar

Level 8
Look into making an Hour Report. I think this should work Filter the Hour report down to where the Owner ID == $$User.ID, and Last Updated Date > $$TODAY-1m Then group by task name and sum by the Hours field. Hopefully this is enough! Let me know if it isn't!