Hi... i don't know how to pass the parameter of the stored procedure to the iReport.
In the Report Query, i tried
1. sp_storedprocedure ' value'
2. sp_storedprocedure +''''+$P{parameter}+''''+
3. sp_storedprocedure +$V
+$P{parameter}++$F
($F
is a variable having a value of ' (a single quote))
may you enlighten us please? thank you