Estou criando um relatorio onde preciso tbm de subrelatorios, porem mesmo fazendo todo processo de passagem por parametro, usando as expressões e tals, na hora de compilar está me retornando erro.
Error filling print... net.sf.jasperreports.engine.JRException: Error
executing SQL statement for : itensPedido
net.sf.jasperreports.engine.JRRuntimeException:
net.sf.jasperreports.engine.JRException: Error executing SQL statement
... 1 more Caused by: java.sql.SQLException: Syntax error or access violation,
message from server: "You have an error in your SQL syntax. Check the manual that corresponds
to your MySQL server version for the right syntax to use near '{NUMERO}' at line 1"
Minha Query do subrelatorio:
select * from item_pedido where PEDIDO = ${NUMERO}
Alguém pode me ajudar!?