Good evening and Happy Holidays. I created a calendar view attached to a sharepoint list. I made a version into a vacation request based on a few videos I saw. Now I want to use this same calendar to visual the total number of requests made for that day. My table is simple....
| Request Type | Start Date | End Date |
What I am looking to do is not visualize the individual records within that date in the calendar, but the total # of requests made for that particular day. I tried throwing in a text box with a count, but it shows each individual record as "1." I just want one number in that calendar square that shows the total requests.
If anything else needed please let me know.