I'm mainly having trouble with finding out what the term for the following is called so I can't google an answer. A quick push in the right direction would be great.
Basically I have data like so:
01-Jan-2000 1
01-Jan-2000 2
02-Jan-2000 1
02-Jan-2000 3
And I'd like to perform some aggregate calculations on the non-date-data and then display the date as the column and the aggregates below that.
Is this possible without resorting to horrible string concats etc?
Much thanks