Computed columns + I18N [message #167683] |
Mon, 28 August 2006 04:04  |
Eclipse User |
|
|
|
Originally posted by: devos.kristof.gmail.com
Hi,
I'm quite new to BIRT and still ave some questions:
For example I'm using a computed column to put true on my repoprt if the
integer coming out of the DB is 1 and false if the field is 0, quite
logic, owever I have to support multiple languages, now is my question can
I link this computed column to a resourcebundle file?
I would use a computed column like
if(row["STATUS"]==0)
"USER_ACTIVE"
else
"USER_INACTIVE"
and would create a row in the resourcebundle
USER_ACTIVE=User is active
USER_INACTIVE=User is not active
is this possible?
THX a lot
|
|
|
|
Powered by
FUDForum. Page generated in 0.07894 seconds