Jump to content
JasperReports Library 7.0 is now available ×

blank page in JI 1.0.1


mazu29

Recommended Posts

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

Link to comment
Share on other sites

  • Replies 2
  • Created
  • Last Reply

Top Posters In This Topic

Popular Days

Top Posters In This Topic

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

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×
×
  • Create New...