December 11, 2008 at 9:33 pm
Hi all,
I've a table which look like this:
id name team A B C D E F G H I J K L Total
1 greg A1 1 0 0 3 4 5 2 0 1 0 2 3 21
2 eric A2 0 2 3 1 0 2 1 0 2 0 1 3 15
i want to create a chart out of that table.
this is the cart i want it to be:
10
9
8 * = greg
7 ^ = eric
6
5 *
4 *
3 ^ * *
2 ^ ^ * *
1 * ^ ^ *
----^---*--*-----^-------*--^*--------------
A B C D E F G H I J K L
any idea of how to make this ? sorry if the graph is hard to understand.
December 12, 2008 at 6:44 am
[font="Verdana"]Can't you use any reporting tools such as Crystal Report. I would suggest, queries should be to retrive data from DB and all the processing should be done at FE instead of BE.
Mahesh[/font]
MH-09-AM-8694
December 14, 2008 at 5:24 pm
Hi Mahesh, thanks for the reply.
Unfortunately, I can't use Cristal Report or any other technology. I have to do everything on the backend.
December 17, 2008 at 5:32 am
Can you use Reporting Services 2k5 or 2k8 ?
Or
do you want a TEXT BASED GRAF, with Prints 😉 :hehe:
Cheers
December 17, 2008 at 10:34 am
You can use FusionChart. It's easier to come out the chart but you should understand XML format.
December 17, 2008 at 4:33 pm
hi all, thanks for the replies.
I've managed to get around this problem by adding a new dataset (not really a solution, huh? ) that can easily be translated into a chart.
Thanks again for your time
Viewing 6 posts - 1 through 5 (of 5 total)
You must be logged in to reply to this topic. Login to reply