alex.gomes.sis Posted June 16, 2015 Posted June 16, 2015 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!
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now