Home
Analytics
Showing a Row Number in a Crosstab
mwilliams
This simple example shows how a row number can be shown in a crosstab by using a grid and a variable.<br />
<br />
First, a variable is initialized to 0, in the initialize script of the report. In the crosstab, a grid is added to the row dimension cell. A dynamic textbox is added to the left cell. In the dynamic text, the variable is incremented by 1 and then displayed. In the right cell of the grid, you put the dimension field. That's it. You now have a crosstab that shows a row number.<br />
<br />
This report was designed in BIRT 3.7.2
Find more posts tagged with
Comments
There are no comments yet