The reports typically contain only the layout and the database connection details. When users open the report, the data is fetched from the database in real-time and populated into the report layout. This way the users always view reports with real time information.
Run-time Parameter Support
Users can specify parameters at the time of running the reports. This helps users to get only relevant information that they want to see in the reports. Further, this also ensures optimal network utilization.
Users can receive specific reports at regular intervals by scheduling them. They can even choose report filters and/or templates to be applied for the scheduled reports.
Apart from being able to automate report generation, administrators can optimize network performance by running scheduled reports at off-peak hours.
Report filters are specific criterion applied to the reports in order to filter the data obtained from the database. Report filters are useful to screen the data viewed in reports.
Cascade Filters
Allows users to create a cascade of filters for their reports. At runtime the report filters get applied in the specified order, where the output from one filter becomes the input for the next filter and so on.
Report Templates
Allows users to upload saved layouts from their client. The uploaded layouts can then be applied at the time of running a report. Users can also specify the uploaded templates as private or public
View and Analyze Reports
Users view and analyze reports using the Active-X version of IntelliVIEW Report Analyzer. For a detailed list of capabilities, please refer to IntelliVIEW Report Analyzer features
Report administrators can control access to content inside a report based
on user role. This gives row-level security for reports (for e.g. When a sales report is accessed by an USA sales person, he/she will see only records relevant to US and not other countries)
Allows users to upload saved layouts from their client. The uploaded layouts can then be applied at the time of running a report. Users can also specify the uploaded templates as private or public
Platform Independent
It can be deployed in Windows, Linux and Solaris
Supports Java and .NET Application Environments
Works on any ASP.NET/Server-side Java or COM environments. Doesn’t have any proprietary code. Reports are callable as .aspx and .jsp pages.
Stored Procedure Support
»
Mapping Report Filters
Offers the flexibility to map report filters to values available in different tables through Stored Procedures.
»
Mapping Stored Procedure Parameters
Users while creating reports from Stored Procedures can map the input parameters of the selected Stored Procedure through another Stored Procedure.
»
View Stored Procedure based Published Report
Users can view published reports created using IntelliVIEW Designer using Stored Procedures.