Hi,
the data source of one of our reports is a web service which returns a list of elements based on some input parameters.
Is Pentaho Reporting able to:
1) pass the report prompt parameters to the web service
2) transform the web service result into a datasource that the report can use
Example:
The web service returns a list of "people" (name, address etc) based on a "name" parameter (which accepts wildcard matches).
I need to give access to this list using a Pentaho report, where the user enters the search value in a prompt and the list of relevant rows are displayed on the report.
Can I do it with Pentaho, preferably without writing any code?
the data source of one of our reports is a web service which returns a list of elements based on some input parameters.
Is Pentaho Reporting able to:
1) pass the report prompt parameters to the web service
2) transform the web service result into a datasource that the report can use
Example:
The web service returns a list of "people" (name, address etc) based on a "name" parameter (which accepts wildcard matches).
I need to give access to this list using a Pentaho report, where the user enters the search value in a prompt and the list of relevant rows are displayed on the report.
Can I do it with Pentaho, preferably without writing any code?