João Rosado wrote:
Thanks again I really appreciate it!!!
Chris
Hi Christopher,
If you need a url parameter called customer_number just add it in the url as ?custumer_number={customer_number}
That will automatically create an input on your action.
Regards,
João Rosado
Thank you Joao! I will give this a try but to be clear you are saying that by adding the ?customer_number ={var_custno} to the end of the Jasper Report url call, Jasper knows to take the ?customer_number ={var_custno} and add it to the data adapter call Japser makes (in this case .../clientlistreportREST would become .../clientlistreportREST?customer_number ={var_custno} )? If so this is exactly what I am looking for!If you need a url parameter called customer_number just add it in the url as ?custumer_number={customer_number}
That will automatically create an input on your action.
Regards,
João Rosado
Thanks again I really appreciate it!!!
Chris