Hi,
I have a problem with generating charts with groupings. Sometimes it will give correct output, but for some data it doesnot give.It doesnot describe in the tutorial too. Is there anyway to find an advanced tutorial for generating charts?
Thanks
Problem with generating charts
Problem with generating charts
Demo.exe sample application from standard delivery contains a example report named 'Chart on DataBand'. Using charts with grouping can be done in the same way. Just add a GroupBand. Unfortunately in the current realization of the report engine Charts can't be placed on the GroupHeader band directly. So if your report requires this feature, then you should replace grouping with master-detail relation. It can be done always in each report.
If it is possible, please send to us your solution and explain the goal you want to achieve.
We shall try to help you.
Thank you.
If it is possible, please send to us your solution and explain the goal you want to achieve.
We shall try to help you.
Thank you.
Problem with generating charts
Hi,
Thank you very much for your reply.
According to ur suggestion it will give no. of charts according to grouping field. But I have to get all data in one chart with groupings.
To do that, I set "Auto series key data column" property of Series Editor to required data column. But it will not work. (i.e. it gives wrong output).
So can you suggest a way to do that.
Thanks in advanced.
Thank you very much for your reply.
According to ur suggestion it will give no. of charts according to grouping field. But I have to get all data in one chart with groupings.
To do that, I set "Auto series key data column" property of Series Editor to required data column. But it will not work. (i.e. it gives wrong output).
So can you suggest a way to do that.
Thanks in advanced.
Problem with generating charts
AutoSeriesKeyDataColumn property has one restriction on use. The count of the values for axes must be the same for all series.
If a count of points is different for at least one of the series, then the output may be incorrect.
Thank you.
If a count of points is different for at least one of the series, then the output may be incorrect.
Thank you.