Community Tip - If community subscription notifications are filling up your inbox you can set up a daily digest and get all your notifications in a single email. 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.