Profile Picture

Working with columns of data instead of rows

Posted By Mark Whitmore 15 Years Ago
Author
Message
Mark Whitmore
Posted 15 Years Ago
View Quick Profile
Forum Newbie

Forum Newbie (2 reputation)Forum Newbie (2 reputation)Forum Newbie (2 reputation)Forum Newbie (2 reputation)Forum Newbie (2 reputation)Forum Newbie (2 reputation)Forum Newbie (2 reputation)Forum Newbie (2 reputation)Forum Newbie (2 reputation)

Group: Forum Members
Last Active: 15 Years Ago
Posts: 2, Visits: 1

Hi,

I have data being passed from a database and I want to use that data in columns as opposed to rows

For example

Customer   Month_1_Value         Month_2_Value            Month_3_Value

Cust1        200                        210                           190

Cust2        160                        170                           180

Cust3        140                        150                           160

I am trying to display this as a stacked bar chart with the bars representing the months. The problem I have is that the chart data is generated dynamically and the number of customers varies dependant upon parameters passed. The only way I seem to be able to display it is with a separate stacked bar per customer.

Am I missing something simple?

Regards,

Mark






Similar Topics


Reading This Topic