AgileReports is an AgilePoint NX component where you can create, run, and configure reports and reports settings related to data in your applications. It lets you create Interactive Ad-hoc dashboards and Advanced Visualization based reports based on your custom application data.
Sometimes your target audience might want to see these reports right within the context of the form where you might pass some form parameters as input to the report. You can achieve this by following the steps outlined below
- Report should be a Global report or else it cannot be accessed by everyone. If you wish to restrict this app to certain users only you can use the shared reports as well
2. Using Iframe and some CSS to control the height and width we can render the report using iframe source URL. Sample URL is shown below
<iframe src=”https://trialapp2.nxone.com/Reports/ViewReport?reportID=ahReport250001” style=” width: 100%; height: 400px;”></iframe>
ahReport250001 is the report Id which will be visible in URL when we view report directly from Report center. You can manually open the URL from Report Center and copy the report Id from there.
Here is a sample screenshot of how the resulting form might look like for the end user.