Hi,
i try to launch a report in JasperIntelligence 1.0.1 but i have a blank page, no result.
In Ireport 1.2.4 it's ok, all is normal.
My query :
select *
from sales_order_invoices
where invoice_number >= $P{Num_Facture}
--> dialog box appears in ireport and the report operate.
--> no dialog box in JI and no happens unless blank page.
If i change my query like that:
select *
from sales_order_invoices
where invoice_number >= "1000"
then it's ok in Ireport and JI.
Help.
Thanks
mazu29
Excuse me for my english, i'm french.
Post edited by: mazu29, at: 2006/10/04 14:05
i try to launch a report in JasperIntelligence 1.0.1 but i have a blank page, no result.
In Ireport 1.2.4 it's ok, all is normal.
My query :
select *
from sales_order_invoices
where invoice_number >= $P{Num_Facture}
--> dialog box appears in ireport and the report operate.
--> no dialog box in JI and no happens unless blank page.
If i change my query like that:
select *
from sales_order_invoices
where invoice_number >= "1000"
then it's ok in Ireport and JI.
Help.
Thanks
mazu29
Excuse me for my english, i'm french.
Post edited by: mazu29, at: 2006/10/04 14:05
2 Answers:
Posted on October 4, 2006 at 2:53pm
In JI you need to define an input control in the report unit for each interactive report parameter. If you don't do that, the report parameter will use its default value (which is null, unless you've set a default value expression for the parameter).
Check the JI user guide to see how to define an input control that corresponds to a report parameter.
HTH,
Lucian
Check the JI user guide to see how to define an input control that corresponds to a report parameter.
HTH,
Lucian