Now since i got the configuration done with Birt 3.7 n web app.
But the next problem which I'm facing right now is regarding "running count " Aggregation function.
Its giving the Exception - org.eclipse.birt.report. service.api. ReportServiceException: Error happened while running the report.
tired of searching in google too.... :(
But the next problem which I'm facing right now is regarding "running count " Aggregation function.
Its giving the Exception - org.eclipse.birt.report.
tired of searching in google too.... :(
Cant find the reason for this Running Count ....
ReplyDeleteBut ya... found another way to display the S.No in the
table. Right click on a cell-- insert Data Dynamic Text
--> Select Available Column Bindings -- >
Under Sub Category -- Select the Data Set which is
used to display data in current table -->
and then Under the tab 'Double Click to insert' just
double clik on RowNum.
It will come in the expression Builder . Now since
It starts with 0 , just +1 it and say Ok ;) .