The SQL query below will list the following information about Perceive reports and ad-hoc views. The query can be run from the SQL console or directly against the Perceive database.
- Name
- Description
- Date created
- Date updated
SELECT *
FROM JIResource
WHERE resourceType IN ('com.jaspersoft.jasperserver.api.metadata.jasperreports.domain.ReportUnit','com.jaspersoft.ji.adhoc.AdhocDataView')
Comments
0 comments
Please sign in to leave a comment.