Home
Analytics
Example showing how you can force a data set to run, store the values in an array, and use that arra
mwilliams
Example showing how you can force a data set to run, store the values in an array, and use that array to create a computed column that has a calculation involving following rows.<br />
<br />
The hidden text box is bound to the data set forcing it to run. In the data set script, an array is filled with the column we want to use. Finally a binding is created in the table that uses the array to access later rows for the calculation.<br />
<br />
This example was created in BIRT 4.4.0
Find more posts tagged with
Comments
There are no comments yet