I have a timesheet with the following columns:
- Date
- Project Name
- Hours
- Payment
- User
Users enter daily time entries of the work performed. I have a template column Month Year User, a multiple relation on the MonthYearUser column and a rollup on this relation so I have the total payment per user per month. So far so good.
The issue is that I want my screen to have tiles for every month and then when the user clicks on the month they get details of the time entries made for each month. The rollups and MonthYearUser is giving me the rollup sum for each daily entry and the screen shows daily entries instead of the month. Can someone please share how to build a screen that shows monthly tiles and then each tile shows the daily time entries for that month?
Thanks so much and happy holidays!