The PTC Community will be on read only status starting March 23rd in preparation for moving our platform to a new provider. Read more here
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.
