[Date Prev][Date Next][Thread Prev][Thread Next]
[Author Index] [Date Index] [Thread Index]
[SQR-USERS Info] [SQRUG Home Page]

Brio.Report : Multicharts



I was trying to create multichart (combination of line & bar charts). I
forward two examples:

Example 1 : chart_test1
I created two arrays : actual & planned, I used print_chart command to
create line & bar charts on one graph.
The line chart should represent actual values : 80 , 90 ,70 and the bar
chart should represent planned values : 80,80,80.
When I run the program the output shows only the bar chart with the
actual values 80,90,70. These actual values should
be represented as a line chart. Planned values are "ignored".

Example 2 : chart_test
This example is similar to chart_test1. The difference is that I added
third field to actual array and inserted 90,80,50 into
this field. When I run the program the output shows bar & line charts
but planned values are ignored again. The values
from the third field in the actual array are represented as a line
chart.

Any suggestions are welcome

Frances Jordaan

chart_test1.sqr

chart_test1.spf

chart_test.sqr

chart_test.spf