Dynamic Column generation in scripted dataset ,BIRT
Hi All,
I have a requirement to create a table dynamically in BIRT. In this scenario, the columns of the scripted data set is dynamic.Is it possible to dynamically populate the scripted data set with dynamic column generation and to create a table based on that dynamically generated data set?
Please me know is it feasible to do this way.If so , please provide me an example code snippet or rptdesign file.
Thanks in advance.
One answer
I doubt you can do that. But I could be wrong. I think you should ask this question in the BIRT forums as this is really a general BIRT question that is not specific to RTC.
If it is not possible, you could always not use a scripted data set but have the report generate HTML tables dynamically through scripting (Dynamic Text).
If it is not possible, you could always not use a scripted data set but have the report generate HTML tables dynamically through scripting (Dynamic Text).
Comments
Hi Rafik,
Can you please tell me in what scenarios cross tab is been useful.Will my requirement be fulfilled by crosstab. If so may i know how?
Hi Sri. There is a lot of material in the WEB about BIRT cross-tab support. Cross-tabs give you more options than tables on how to visualize your data. They may work for your case.