I have an iframe field to integrate ireport with oracle.
I have the url string http://localhost:8080/JasperReportsIntegration/report?_repName=rep_01&_repFormat=pdf&_dataSource=default&_outFilename=&_repLocale=en_US&_repEncoding=UTF-8**&codi=${codigo}**
report presents empty, but if you send with a fixed value presents the reporte:http://localhost:8080/JasperReportsIntegration/report?_repName=rep_01&_repFormat=pdf&_dataSource=default&_outFilename=&_repLocale=en_US&_repEncoding=UTF-8**&codi=01**
My question is how should I put the variable (global) so you can run the report.
Thanks