TeeChart in Group Header
I have a MasterData band with a group header. In the group header I have placed a TeeChart. The chart series are connected to the MasterData band. The Group header is as large as a physical paper page and is meant to show the graph and a few other summary items, before the main part of the report. I have the report set as a 2-pass report (but the single pass doesn't work either). The dataset has over 100 records to step through and each new record in the MasterData is set to start a new page.
The data that populates the chart is offset by one record. For example, the data from first record ends up populating the chart located in the group header for the second record in the dataset. How do I get it to "fire" early enough to populate the chart on the correct page?
The data that populates the chart is offset by one record. For example, the data from first record ends up populating the chart located in the group header for the second record in the dataset. How do I get it to "fire" early enough to populate the chart on the correct page?
Comments
same problem as trying to show group totals in the header.
however you can get around this using fixed data(striings )for the chart and a 2pass report
the chart values must be stored in arrays on the first pass and passed to the chart on the second pass.