T
Tom
I'm tyring to have my data in a side by side format for each year so the
user can compare the data together.
Here is how my data is being returned to me from the database;
year sales gains loss
2007 20 1,000 200
2006 10 1500 150
I want to show the data like this:
2007 2006
sales 20 10
gains 1,000 1500
loss 1500 150
is this possible to do, and what would be the best way to do this?
user can compare the data together.
Here is how my data is being returned to me from the database;
year sales gains loss
2007 20 1,000 200
2006 10 1500 150
I want to show the data like this:
2007 2006
sales 20 10
gains 1,000 1500
loss 1500 150
is this possible to do, and what would be the best way to do this?