Hello,
I have been trying to create a line chart with very specific criteria. I have a table of service tickets. Each has an "open" date and a "close" date. The records pulled are those in the range of the [@StartDate] and [@EndDate] parameters input. I want the x-axis to start on [@StartDate] and end on [@EndDate]. I want two lines, one representing the amount of service tickets opened on each day, one representing the amount of tickets closed on each day. Is there any way to do this? I can't seem to find a way to put both lines on one graph.
Thanks!