|
|
|
Forum Newbie
      
Group: Forum Members
Last Login: 1/20/2008 5:56:13 PM
Posts: 2,
Visits: 12
|
|
Hello
I am having difficulties using my mysql/php database with your charts.
Can any help me generate stacked chart with this sql
$strQuery = "SELECT SUM(RAW_AMOUNT) as TotalRawAmount, SUM(FG_AMOUNT) as TotalFGAmount, SUM(WIP) as TotalWIPAmount, UPLOAD_DATE FROM raw_fg_sum GROUP by UPLOAD_DATE";
thanks
|
|
|
|
|
Supreme Being
      
Group: Moderators
Last Login: Today @ 2:58:00 AM
Posts: 811,
Visits: 1,289
|
|
|
|
|