views:

64

answers:

1

Hi, im using iReport 3.7.3 with ejbql connection my problem is when i want 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 get's 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

I hope that someone help jeje

A: 

In spanish

  1. click derecho sobre el campo (field)
  2. renombrar el campo ej: My_campo
  3. set descripcion = COLUMN_1

vualá

I hope to help you...

Sorry i had very bad english.. :P

ZacJacK