Hi.<br />
I have the crosstab which is sorted by total column like in the screenshot:<br />
<br />
<img src='
http://img163.imageshack.us/img163/2823/crosstab.png' alt='Posted Image' class='bbc_img' /><br />
<br />
I need to add the rownum column to the report. The sorting is done by Birt, not in sql, so seems I cannot add the computed column and change it in the "onFetch" event for dataset. I think some script is necessary when the crosstab is being built but my scripting knowledge is too poor so far

<br />
<br />
My crosstab definition is as following (I tried the computed column here):<br />
<br />
<img src='
http://img841.imageshack.us/img841/820/reportr.png' alt='Posted Image' class='bbc_img' /><br />
<br />
Any help appreciated!