Writing custom reports in IIQ becomes trivial as querying a database with our JDBC Reporting utilities, part of the IIQCommon suite of tools.
The following code snippet is derived from a real example of a report used at a real IIQ installation.
As you can see, it’s just a basic wrapper around an actual SQL query, which can be as powerful as your whole database. You don’t need to know anything about IIQ, or Hibernate, or the vagaries of IIQ Filters. It’s just plain SQL.
Processing outputs is automatic and trivial, too, with a variety of options for formatting and display.
Returns the list of all failed tasks
The JDBCDataSource is just one of several powerful reports in IIQCommon. Contact us for more information using the link below!
NOTE: While the full version of the reporting framework is not part of the open-source subset of IIQCommon, you can find a simplified open-source demo in our repository, which we demonstrated at SailPoint’s 2023 Developer Days conference.