Jump to content
Changes to the Jaspersoft community edition download ×

Recommended Posts

Hello, everybody!

I hava a database where the fields are named like name_field. In iReport i have to do my querys like this:

SELECT t.nameField AS nameField FROM Table t[/code]

But in JasperReport Studio i have to do this to work:

SELECT t.name_field AS nameField FROM Table t[/code]

I have a lot of projects that pass parameters with querys using the method of iReport, there's a way to change it in JasperReport Studio?

Thanks!

Link to comment
Share on other sites

  • Replies 0
  • Created
  • Last Reply

Top Posters In This Topic

Popular Days

Top Posters In This Topic

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...