Skip to content
Discussion options

You must be logged in to vote

I'm not using BIRT charts, but I think they just use BIRT datasets. So why don't you create a separate scripted dataset that does what you want?
In the layout, you'd use a hidden list before/above your chart, which is bound to your original JDBC dataset.
Then, either there or in the JDBC dataset you use JS events to fill a JS object structure that serves as the basis for the scripted dataset.
This hidden list item forces the JDBC dataset to execute and thus fills the data for your scripted dataset before the scripted dataset is used by the chart item.

Replies: 2 comments 11 replies

Comment options

You must be logged in to vote
8 replies
@istduncan
Comment options

@hvbtup
Comment options

hvbtup Jan 21, 2026
Collaborator

@istduncan
Comment options

@hvbtup
Comment options

hvbtup Jan 21, 2026
Collaborator

@istduncan
Comment options

Answer selected by istduncan
Comment options

You must be logged in to vote
3 replies
@istduncan
Comment options

@hvbtup
Comment options

hvbtup Jan 27, 2026
Collaborator

@istduncan
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
2 participants
Converted from issue

This discussion was converted from issue #2362 on January 17, 2026 10:23.