Graphics with Crystal Reports

1

Good morning!

I have a report that shows the sales performance by salesperson with period comparison. I would like to plot this data with a line chart as follows:

Eixo vertical (Y): Soma de valor de venda (por mês)
Eixo horizontal (X): Meses do ano
Linhas: uma linha para cada ano

So I can compare sales figures with the same periods in years past, but I'm not sure how to plot a line for each year.

Thank you!

    
asked by anonymous 27.01.2015 / 12:47

1 answer

1

Create a year field in your database or create formula for the Year, use the function Year ()

Insert a chart, type Line (Stacked lines)

Na alteração de :
   Ano(formula ou campo)
   Data (formate exibição para mes)

Mostrar valores
   Valor
    
12.02.2015 / 12:26