Pass Parameter from one child data set to another child data set in BIRT report [message #1792468] |
Wed, 18 July 2018 06:29 |
Eclipse User |
|
|
|
Hi All,
I would like to know how can we pass parameter from one dataset to another dataset ( Note none of the dataset is MAIN dataset) . For example I have 5 dataset in BIRT report and I am would like to pass the parameter from 4th dataset to 5th dataset. Please let me know how can we achieve it. I have attached the report for your reference . In this I would like to pass JPNUM value from pmJPSeqDataSet to pmJPDeqLaborDataSet. I tried adding pmJPSeqLaborDataSet.setQueryParameterValue(1, rows[1]["jpnum"]); in open method of the pmJPDeqLaborDataSet however it gave me null pointer exception error.
|
|
|
Powered by
FUDForum. Page generated in 0.03940 seconds