1

I'm using iReport 3.7.3 with ejbql connection. My problem is when I want to get the fields from the query, the ireport sets the name of the fields with "COLUMN_1", "COLUMN_2" even if I use the sentence "as" the ireport gets me that name to the fields. Here's an example of my query:

select doc.docId as DocumentID, doc.transactionDate as TransationDate from Document doc

Jonas Heidelberg
  • 4,984
  • 1
  • 27
  • 41
Jorge
  • 17,896
  • 19
  • 80
  • 126

1 Answers1

1
  1. right-click on the field
  2. rename the field, e.g. My_campo
  3. set description = COLUMN_1
Jonas Heidelberg
  • 4,984
  • 1
  • 27
  • 41
ZacJacK
  • 11
  • 1
  • 1
    (translated answer using Google Translate - see [here](http://stackoverflow.com/revisions/3620067/1) for original Spanish version) – Jonas Heidelberg Jan 15 '12 at 23:23