arcosoftwaredevelopment_1 Posted July 28, 2022 Posted July 28, 2022 Hi all,I've created a report based on "JSON File" adapter.I'm getting data from an external URL (http://.....).The JSON returned from the external service contains some arrays so I created sub datasets and populate them with"((net.sf.jasperreports.engine.data.JsonDataSource)$P{REPORT_DATA_SOURCE}).subDataSource(".someNode")"This is all working fine except for one thing, the external services is called over 40 times.It seems like every time the sub dataset is used the service is called again, I would expect the service being called once and the sub datasets would just navigate through the JSON response.Do I need to do something special to accomplish this or is it just not possible ?Thanks in advance.
arcosoftwaredevelopment_1 Posted August 8, 2022 Author Posted August 8, 2022 Nobody any idea, or nobody using this ?
arcosoftwaredevelopment_1 Posted August 8, 2022 Author Posted August 8, 2022 Nobody any idea, or nobody using this ?
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