Friday, August 26, 2011

Running count not working in Birt 3.7 - org.eclipse.birt.report.service.api.ReportServiceException: Error happened while running the report.

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....  :(

1 comment:

  1. Cant find the reason for this Running Count ....

    But 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 ;) .

    ReplyDelete