assign Dataset to a DPTTChart
I have placed a ppDPTTeeChart component in a report with several pipelines.
The pipelines (and their datasources and datasets) are perfectly active and
retrieve data correctly in other controls in the report. BUT after adding a
serie to the chart, and trying to select a Dataset, no Dataset is listed in
the combobox. Where is the problem?
Thanks in advance
--
David Ballestrino
http://www.neo-shop.com
The pipelines (and their datasources and datasets) are perfectly active and
retrieve data correctly in other controls in the report. BUT after adding a
serie to the chart, and trying to select a Dataset, no Dataset is listed in
the combobox. Where is the problem?
Thanks in advance
--
David Ballestrino
http://www.neo-shop.com
This discussion has been closed.
Comments
TeeChart in order to be able to use data pipelines with the chart component.
ReportBuilder 6.03 is fully compatible with TeeChart 5.02a. See
www.steema.com for more information.
--
Cheers,
Alexander Kramnik
Digital Metaphors
http://www.digital-metaphors.com
info@digital-metaphors.com
Adding a standard DBChart to a form allows me to select a dataset single
record, and select which fields I want to put in the chart.
But when I add a chart to a report, I can only select a pipeline, and a
single field from it. I have a table like
men women
---- ----
45 37
42 31
and want to make a chart displaying the data from the first record. How can
I do it?
"Alexander Kramnik (Digital Metaphors)"
to specify which fields you want associated with what. For example, one way
of rendering the data below is to create a point series and assign then
'men' column to X and the 'women' coumn to Y. Contact the TeeChart
documentation for more information on the available series.
--
Cheers,
Alexander Kramnik
Digital Metaphors
http://www.digital-metaphors.com
info@digital-metaphors.com