|
|
|
Junior Member
      
Group: Forum Members
Last Login: 1/1/2008 9:38:37 AM
Posts: 13,
Visits: 24
|
|
I will be purchasing Fusion Charts and will need to get it working within CCS projects. I'm looking for anyone who has done this before and can offer any type of "how to".  Thanks Don
|
|
|
|
|
FusionCharts Team
      
Group: Administrators
Last Login: Yesterday @ 8:20:12 AM
Posts: 2,194,
Visits: 521
|
|
| Hi, As of now, we've not yet integrated FusionCharts with CCS. However, if someone is willing to take this initiative, we can help in all possible ways.
Thanks, Pallav Nadhani FusionCharts Team
|
|
|
|
|
Junior Member
      
Group: Forum Members
Last Login: 1/1/2008 9:38:37 AM
Posts: 13,
Visits: 24
|
|
|
|
|
|
FusionCharts Team
      
Group: Administrators
Last Login: Yesterday @ 8:20:12 AM
Posts: 2,194,
Visits: 521
|
|
Yes Don. We would be glad to help you with all integration/debugging issues.
Thanks, Pallav Nadhani FusionCharts Team
|
|
|
|
|
Junior Member
      
Group: Forum Members
Last Login: 1/1/2008 9:38:37 AM
Posts: 13,
Visits: 24
|
|
I have made some progress in that I can get some of the data using the db examples but can I get pointed to an example like the BasicDBExample.asp with only one table involved. The data I need to pull in would come from a query like this...
Table:
ID, TktNbr, Fname, LName, Lead, Agent
1,123,John,Smith,1,0
2,124,Jane,Doe,0,1
3,125,Bob,Jones,1,0
4,126,John,Smith,1,0
select count(id) as Tickets, concat(FName," ",LName) as Name where Lead =1 Group by Lname
Resulting in:
2, John Smith
1, Bob Jones
Now I would need that in to an xmlString
Once I get that working, I will be able to see and document how to make CodeCharge Studio use it. I know this may be simple but I just have never had to do this, CCS makes it so easy and does not use XML.
|
|
|
|
|
Junior Member
      
Group: Forum Members
Last Login: 1/1/2008 9:38:37 AM
Posts: 13,
Visits: 24
|
|
| Made some headway but I'm getting an error when it goes to render the chart: Line: 10 Char: 3 Error: 'FusionCharts' is undefined Code: 0 URL: http:// IP /ReportsV1/DEV/NewPage1.asp
Do you want to continue running scripts on this page. I select yes and I get a blank page with "Chart." on top. I have seen referance to this on several sites but no resolution.
|
|
|
|
|
FusionCharts Team
      
Group: Administrators
Last Login: Yesterday @ 8:20:12 AM
Posts: 2,194,
Visits: 521
|
|
This is when you've not included FusionCharts.js in the HTML file.
Thanks, Pallav Nadhani FusionCharts Team
|
|
|
|
|
Junior Member
      
Group: Forum Members
Last Login: 1/1/2008 9:38:37 AM
Posts: 13,
Visits: 24
|
|
| Got past that error. I created a sub folder called include and placed the .JS, .asp, and the Pie3d.swf file in it and made sure it points to the file. I added a print atatement and see my data on the page when it does the loop. I see no chart at all or attempt to render it. The page is blank except the data printed from within the loop.
|
|
|
|
| | |