hello all,
Hoping someone who may have already built something similar can help me with an SSRS issue. I am having trouble articulating it, so haven't been able to find a solution in the usual places (stack overflow, etc).
Basically, using a combination of order, booking, and custom data, I need to create a report that resembles a daily calendar view in outlook, with the appointment box stretching from the start time to end time. I've already got a good basic calendar set up (table nested in a matrix in SSRS), but everything is only listed by start time. I want it to be visually obvious where the overlap is. My custom proc includes end time data as well, so it's available, I just don't know how to do it
Anyone have any ideas?
Sheila
Hi Sheila,
We've ran into this problem as well. We happened to be in a Tessitura project at the time and they created a calendar report based on some resource scheduling. Unfortunately, this is also a matrix style report and because of this, it doesn't look neat and tidy. From what I've seen and know, the best bet for a calendar is doing a C#/PHP based one in a web environment.