Birt use values from dataset at initialize phase

Viewed 78

I am using XML as the data source in my birt report. I would like to know if there is a way to use values from dataset at the initializing phase.

1 Answers

No. But why would you want to do this?

The initialize event is meant to define JS functions and variables that you want to use at different places in the report.

Related