Community Tip - Did you get called away in the middle of writing a post? Don't worry you can find your unfinished post later in the Drafts section of your profile page. X
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?
Solved! Go to Solution.
Hello Binesh,
Your information gives me debug more inside API and helped me resolve this issue.
Thanks.
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.