Dynamic Report creation

SukanyaM
edited February 11, 2022 in Analytics #1
<p>Hi All, I'm new to BIRT. My requirement is this. A dynamic table is to be created to display the data provided as part of json input. I created a report parameter to receive json, parse the same and constructed a table based on a library reportItem in the beforeFactory() and based on the json record count created new rows using RowOperationParameters. My first question is, I'm not using a dataset at all, instead directly accessing the cells of a table and adding elements like label or data into the cells and populating the json input in the beforeFactory. Is this correct ? or is there a way by which I could bind it to a dataset and then use the dataset to populate the table ?? Please advice.</p>

Comments