Advice for a chart
Posted: Mon Nov 03, 2008 8:15 am
I am new to chart world, so i ask you for help.
I have a datasource with one record for each customer, with the following columns:
Customer name
Customer Type
Total Billed
Say i have three record with the following values:
"Customer1" "Public" "1.000"
"Customer2" "Private" "1.500"
"Customer3" "Public" "1.200"
I have a report that prints these data, and works ok.
At the end of this report i need to show a bar chart, where each bar is a "Customer type" (the second column "Customer Type", x-axis) with its own value (the sum of the third column "Total Billed" based on "Customer type" grouping, y-axis).
With the three records as above, i should have a chart with two bars, the first bar called "Public" with a value of 2.200 and the second bar called "Private" with a total of 1.500.
Any advice for the chart report design?
I cannot change the datasource schema and i cannot manage report events, i can only change the report design.
Thank you.
I have a datasource with one record for each customer, with the following columns:
Customer name
Customer Type
Total Billed
Say i have three record with the following values:
"Customer1" "Public" "1.000"
"Customer2" "Private" "1.500"
"Customer3" "Public" "1.200"
I have a report that prints these data, and works ok.
At the end of this report i need to show a bar chart, where each bar is a "Customer type" (the second column "Customer Type", x-axis) with its own value (the sum of the third column "Total Billed" based on "Customer type" grouping, y-axis).
With the three records as above, i should have a chart with two bars, the first bar called "Public" with a value of 2.200 and the second bar called "Private" with a total of 1.500.
Any advice for the chart report design?
I cannot change the datasource schema and i cannot manage report events, i can only change the report design.
Thank you.