cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - Need to share some code when posting a question or reply? Make sure to use the "Insert code sample" menu option. Learn more! X

Report : Output stream

skuppamohanram
10-Marble

Report : Output stream

Dear All,

Is there an API to execute report (Report or Report Template) in backend and get result as outputstream?

For example :

1. I created an Report Template using QueryBuilder

2. How to get report result as an outputstream by passing necessary report parameters to execute above created "Report Template"

 

3. Is there an API available?

 

1 ACCEPTED SOLUTION

Accepted Solutions

Hello Binesh,

Your information gives me debug more inside API and helped me resolve this issue.

Thanks.

View solution in original post

2 REPLIES 2

Did you look at data monitor?

You can create a custom queue to exectute the report. Look at the methods from wt.query.template.ReportTemplateHelper, specifically generate report and get result

Hello Binesh,

Your information gives me debug more inside API and helped me resolve this issue.

Thanks.

Top Tags