renssak Posted February 2, 2016 Posted February 2, 2016 Hi all,is it possible to list all views / tables which are used in all jasper-reports?We currently have no documentation, which report uses which table or view and I want to set up a report for this.RegardsMartin
hozawa Posted February 2, 2016 Posted February 2, 2016 There are 2 ways. First is to use REST v2 API to get all report recursively. You'll need to write a program to do this.The second way to to directly look at the jasperserver database table jiresource and find jrxml files.
renssak Posted February 2, 2016 Author Posted February 2, 2016 Thanks hozawa,but in jiresource I can see the reportname.What I am looking for is the database view or tablename I am using in the report query.If I can find the whole query in thejasperserver database this would help me, too.Martin
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now