I am using JasperReports Server Web Services to retrieve a report as PDF using php curl.
Unfortunately, the report I want to generate uses a value as Input Control
If I don't provide a value to this input control, my report works but every value is 0.
According to the official guide : JasperReports Server Web Services Guide page 24, it says I should use the IC_GET_QUERY_DATA argument in the URL so I did it and provided the URI of the data source and then I used P_param_name to provide the value of the parameter but I can't get it to work, it seems the report is not using these values.
Thank you in advance for any comment that may help !