I am making a report with Ireport and passing a parameter with date range
My sql in report SELECT * FROM venda WHERE data between (venda.data = $P{dataInicial}) AND (venda.data = $P{dataFinal})
However, when testing the report in the preview, I select the interval date at the prompt and come the screen did ..
Does anyone have any ideas?