Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Intelligence (Analytics)
Need some ideas
grather
Using a Scripted DataSet.
I have multiple charts in same report.
I have one query bringing all the data back to populate all the charts.
But since the event open and fetch is called each time for each chart.
And my event handlers are getting instantitated each time.
Where can I control this.
I actually checked if my fetched dataset has been done one. Not to fetch again.
This works. But wondering if I can controll this higher up the chain?
Gary
Find more posts tagged with
Comments
cypherdj
You could use a report item to select data, so the 1st chart will use the data set, then each subsequent chart can then use this chart (report item) as the source for its data.
This may prevent your data access issue,
Hope that helps,
Cedric