close ad
 
Important WebAssist Announcement
open ad
View Menu

Technical Support Forums

Free, outstanding support from WebAssist and your colleagues

Cant get a chart to work since the new updates

Thread began 7/01/2012 8:51 pm by Miguel | Last modified 7/02/2012 10:41 am by Miguel | 1183 views | 1 replies

Miguel

Cant get a chart to work since the new updates

Hello webassist since the databridge and design extender last update i try to create some dynamic charts, but no matter what options i select none load they are all empty when i check the file_data#.php files created by the extension the recordsets all come in with the red mark telling me they are bad i corrected them but still the charts wont load on the flash, more hair lost with this help please.

My system windows 7 64 bit with css 5.5, last extension update

my steps opened a new php file

Clicked the dynamic web charts icon

Changed the display to bars - Glass
Selected the database
on X i selected a date field and grouped by month

on Y value selected the Id of the records

On filter i selected sort by date desc

Clicked ok

The graph gets build but when i i select it in dreamweaver it doesnt allow me to edit anything like before and when i test them on the browser it loads an empty graph, when i mouse over them it says undefined.

I checked then the file_data1.php and it had a bad recordset it did not add the complete code for the sort leaving it to


mysql_select_db($database_gv2life, $gv2life);
$query_WADWCusuarios = "SELECT CONCAT( LEFT(MONTHNAME(uFecha), 3), ' ', YEAR(uFecha)) AS XLABEL, COUNT(idU) AS YVALUE FROM usuarios GROUP BY CONCAT( LEFT(MONTHNAME(uFecha), 3), ' ', YEAR(uFecha)), YEAR(uFecha), MONTH(uFecha) ORDER BY ";

so i added

mysql_select_db($database_gv2life, $gv2life);
$query_WADWCusuarios = "SELECT CONCAT( LEFT(MONTHNAME(uFecha), 3), ' ', YEAR(uFecha)) AS XLABEL, COUNT(idU) AS YVALUE FROM usuarios GROUP BY CONCAT( LEFT(MONTHNAME(uFecha), 3), ' ', YEAR(uFecha)), YEAR(uFecha), MONTH(uFecha) ORDER BY YEAR(uFecha), MONTH(uFecha) ASC";

i also added to the conection ../../../ and they kind of work now but still i cant edit it like before

Build websites with a little help from your friends

Your friends over here at WebAssist! These Dreamweaver extensions will assist you in building unlimited, custom websites.

Build websites from already-built web applications

These out-of-the-box solutions provide you proven, tested applications that can be up and running now.  Build a store, a gallery, or a web-based email solution.

Want your website pre-built and hosted?

Close Windowclose

Rate your experience or provide feedback on this page

Account or customer service questions?
Please user our contact form.

Need technical support?
Please visit support to ask a question

Content

rating

Layout

rating

Ease of use

rating

security code refresh image

We do not respond to comments submitted from this page directly, but we do read and analyze any feedback and will use it to help make your experience better in the future.

Close Windowclose

We were unable to retrieve the attached file

Close Windowclose

Attach and remove files

add attachmentAdd attachment
Close Windowclose

Enter the URL you would like to link to in your post

Close Windowclose

This is how you use right click RTF editing

Enable right click RTF editing option allows you to add html markup into your tutorial such as images, bulleted lists, files and more...

-- click to close --

Uploading file...