| Serial Numbers [message #817013] |
Fri, 09 March 2012 09:32  |
|
Hi All,
I would like to generate serial numbers without using running count as a computed column in BIRT 3.7.1. Is this possible to generated the sequence.
I have tried with the following script, but not possible.
var sr = 0;
for(var y=0; y<= Total.count(dataSetRow["RC"]); y++)
sr = y;
return sr;
Please suggest me.
Thanks.
JP
Thanks,
JP
|
|
|
|
|
|
Powered by
FUDForum. Page generated in 0.01668 seconds