Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » BIRT » Possible to reuse a single resultset for a chart and table?
Possible to reuse a single resultset for a chart and table? [message #149138] Tue, 28 March 2006 23:16
marko is currently offline markoFriend
Messages: 39
Registered: July 2009
Member
I have a report with a chart and table. They both display data for the
same dataset. Currently the same dataset is configured for both the chart
and the table, so at runtime the same query is being executed twice. Is
there an easy way to configure the chart and table so that they can
"reuse" the same single resultset at runtime (so not to incur the
performance cost of running the same query twice)?

I know i could probably use a scripted dataset to do this, but i was
hoping that there might be a more lost-cost way of implementing this?

Thanks for your help.
Re: Possible to reuse a single resultset for a chart and table? [message #149146 is a reply to message #149138] Tue, 28 March 2006 21:10 Go to previous message
Jason Weathersby is currently offline Jason WeathersbyFriend
Messages: 9167
Registered: July 2009
Senior Member

If you put the Chart in the table and say use report data, I would think
this would work.

Jason

"mm" <mmilicevic@pssd.com> wrote in message
news:219916ba2bd87e4b63bc629eef7849a4$1@www.eclipse.org...
>I have a report with a chart and table. They both display data for the
>same dataset. Currently the same dataset is configured for both the chart
>and the table, so at runtime the same query is being executed twice. Is
>there an easy way to configure the chart and table so that they can "reuse"
>the same single resultset at runtime (so not to incur the performance cost
>of running the same query twice)?
>
> I know i could probably use a scripted dataset to do this, but i was
> hoping that there might be a more lost-cost way of implementing this?
>
> Thanks for your help.
>
>
Previous Topic:Generating a BIRT PDF Question
Next Topic:How to resize the Chart
Goto Forum:
  


Current Time: Sun Sep 01 09:20:22 GMT 2024

Powered by FUDForum. Page generated in 0.03160 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top