OSDN Git Service

Ver8.5.1.0
[opengion/opengionV8.git] / uap / webapps / gf / jsp / GF6110_haishi / chartTypePie.jsp
1 <jsp:directive.page pageEncoding="UTF-8" />
2 <!-- include ファイルは、jsp:text が使用できません。  -->
3
4 <og:query command="NEW" >
5                 select BLOCK,SUM(SALES) AS SALES
6                 from GF43
7                 where YYYY = '{@YYYY}'
8                 group by BLOCK
9                 order by SALES DESC
10 </og:query>
11
12 <og:chartCreate
13         width           = "600"
14         height          = "400"
15 >
16         <og:chartDataset
17                 chartType        = "{@chartType}"
18                 useTableData = "true"
19         />
20 </og:chartCreate>