$strxml = "<graph caption='รายงานระดับเครือข่ายองค์กรชุมชน' xAxisName='ระดับเครือข่าย' baseFontSize='12' decimalPrecision='0' numberSuffix=' คน' formatNumberScale='0'>"; $strxml.= "<categories>"; $subdata = array(); $subdata[0]['id'] = 1; $subdata[0]['name'] = "ระดับตำบล"; $subdata[1]['id'] = 2; $subdata[1]['name'] = "ระดับอำเภอ"; $subdata[2]['id'] = 3; $subdata[2]['name'] = "ระดับจังหวัด"; $subdata[3]['id'] = 4; $subdata[3]['name'] = "ระดับภาค"; $subdata[4]['id'] = 5; $subdata[4]['name'] = "ระดับประเทศ"; $data_type_netorg = $odbc->query(" SELECT type_netorg_name,type_netorg FROM com_type_netorg ORDER BY type_netorg "); foreach($data_type_netorg as $row_type1){ $strxml.= "<category name='".$row_type1['type_netorg_name']."' />"; } $strxml.= "</categories>"; $count = 0; foreach($data_type_netorg as $row_type2){ foreach($subdata as $sub_row){ $data = $odbc->query(" SELECT COUNT(level_org) AS num FROM com_r03 WHERE level_org = '$sub_row[id]' AND type_netorg = '$row_type2[type_netorg]' "); if($data[0]['num'] <= 0){ $str_value .= "<set value='0' />"; }else{ $str_value .= "<set value='".$data[0]['num']."' />"; } } if($count < 5){ $str_head .= "<dataset seriesname='".$subdata[$count]['name']."'>".$str_value."</dataset>"; } $count++; $str_value = ""; }//foreach($data_type_netorg as $row_type2) $strxml.= $str_head; $strxml.= "</graph>"; echo renderChart("report/flash/MSColumn3D.swf", "", $strxml, "MyChart", 700, 500, false, false);
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง