I have a set of historic order data going back for several years. Simply structured like so:
[TABLE="width: 500"]
<tbody>[TR]
[TD]A[/TD]
[TD]B[/TD]
[TD]C[/TD]
[TD]D[/TD]
[/TR]
[TR]
[TD]Order number[/TD]
[TD]Customer[/TD]
[TD]Order Date[/TD]
[TD]Delivery Date[/TD]
[/TR]
[TR]
[TD]12345[/TD]
[TD]Customer A[/TD]
[TD]20/12/2017[/TD]
[TD]06/01/2018[/TD]
[/TR]
[TR]
[TD]54321[/TD]
[TD]Customer B[/TD]
[TD]01/01/2018[/TD]
[TD]10/01/2018[/TD]
[/TR]
</tbody>[/TABLE]
What I would like is to show is how many active (aka undelivered) orders a customer had on any given date. I would like to represent that as a trend over time. This is for a large range of customers, over a high number of orders, for a long time period.
So on 01/01/2018, how many active (undelivered) orders did Customer A have.
Then on 02/02/2018, how many active (undelivered) orders did Customer A have.
I am really scratching my head to figure out the best way to show this for a range of customers, over a long time period.
Can any one offer suggestions on this one?
Thanks in advance
[TABLE="width: 500"]
<tbody>[TR]
[TD]A[/TD]
[TD]B[/TD]
[TD]C[/TD]
[TD]D[/TD]
[/TR]
[TR]
[TD]Order number[/TD]
[TD]Customer[/TD]
[TD]Order Date[/TD]
[TD]Delivery Date[/TD]
[/TR]
[TR]
[TD]12345[/TD]
[TD]Customer A[/TD]
[TD]20/12/2017[/TD]
[TD]06/01/2018[/TD]
[/TR]
[TR]
[TD]54321[/TD]
[TD]Customer B[/TD]
[TD]01/01/2018[/TD]
[TD]10/01/2018[/TD]
[/TR]
</tbody>[/TABLE]
What I would like is to show is how many active (aka undelivered) orders a customer had on any given date. I would like to represent that as a trend over time. This is for a large range of customers, over a high number of orders, for a long time period.
So on 01/01/2018, how many active (undelivered) orders did Customer A have.
Then on 02/02/2018, how many active (undelivered) orders did Customer A have.
I am really scratching my head to figure out the best way to show this for a range of customers, over a long time period.
Can any one offer suggestions on this one?
Thanks in advance
Last edited: