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
Ok, turns out I was able to use a range column chart with reversed axes to do everything I want-- I'll leave this here in case it comes up for anyone else.