birt 2.1.1 runtime sql column alias problem [message #212842] |
Fri, 19 January 2007 11:37  |
Eclipse User |
|
|
|
Hello
I've created a report in All-in-One Designer 2.1.1, the sql in data set is:
select *,
CONCAT(profill_order.DELIVERY_PLACE_NAME,
profill_order.DELIVERY_PLACE_CITY,
profill_order.DELIVERY_PLACE_ZIP_CODE,
profill_order.DELIVERY_PLACE_STREET,
profill_order.DELIVERY_PLACE_PHONE,
profill_order.DELIVERY_PLACE_PERSON) as DELIVERY_PLACE
from profill_order
then i use DELIVERY_PLACE as group expresion
and in designer preview all work fine.
But when i run the report in runtime on jboss or tomcat a get an error:
There are errors evaluating script "row["DELIVERY_PLACE"]
Whats wrong?
Patryk
|
|
|
|
Powered by
FUDForum. Page generated in 0.02689 seconds