Hello,
I am trying to display how frequently orders are being used. I need to display how many times these orders have been used per month for the last 3 months. Ideally, I would like to linked the months to the parameters so the month will only display when the months are chosen within the date range. Example;
{Date Range}(4/21/2011 to 6/21/2011)
Month: April May June
Orders: 15 20 0
{Date Range}(1/21/2011 to 3/21/2011)
Month: Jan Feb Mar
Orders: 36 51 6
I hope this makes sense
I am trying to display how frequently orders are being used. I need to display how many times these orders have been used per month for the last 3 months. Ideally, I would like to linked the months to the parameters so the month will only display when the months are chosen within the date range. Example;
{Date Range}(4/21/2011 to 6/21/2011)
Month: April May June
Orders: 15 20 0
{Date Range}(1/21/2011 to 3/21/2011)
Month: Jan Feb Mar
Orders: 36 51 6
I hope this makes sense