anonymous Log in
Search
Recents:
v3.0
gxchart-l
Dúvida Gxchart campo Data
19/03/13 09:54

matheus_br

Replies: 0


Boa tarde,

Estou trabalhando com GXChart e fiz um gráfico totalizando as vendas por
Vendedor e foi tudo perfeito, conforme abaixo:

For Each
&GxChartData.Categories.Add(VendedoresNome)
&GxChartSerie.Values.Add(sum(Pedido_de_vendaValor_total))
Endfor
&GxChartData.Series.Add(&GxChartSerie)


Agora estou tentando fazer um por data de venda, mais o grafico não é
apresentado, poderia me passar como totalizar por data? segue a sintaxe que
estou usando:

For Each
&GxChartData1.Categories.Add(Pedido_de_vendaData.ToString())
&GxChartSerie1.Values.Add(sum(Pedido_de_vendaValor_total))
Endfor
&GxChartData1.Series.Add(&GxChartSerie1)


Atenciosamente,
Matheus
---------------------------------------
Para Suscribirse/Desuscribirse:
http://www.gxtechnical.com/cgi-bin/hforum.exe?2,3,30
Por consultas owner-gxchart-l@gxtech.com.uy


Back to gxchart-l