i am using jasperserver
. Below is my PHP
jasper server
url
http://localhost:8080/jasperserver/rest_v2/reports/reports/projects/crm_extra_work.pdf?customer_id=7704&query%5B0%5D=29&query%5B1%5D=32
From that the parameter query
is array . But the jasperserver
getting NULL
value. What is the problem in that?
i tried query[]=29&query[]=32
and query[0]=29&query[1]=32
but no Use..