Skip to main content



      Home
Home » Newcomers » Newcomers » Computed columns + I18N
Computed columns + I18N [message #167683] Mon, 28 August 2006 04:04 Go to next message
Eclipse UserFriend
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
Re: Computed columns + I18N [message #167691 is a reply to message #167683] Mon, 28 August 2006 04:12 Go to previous message
Eclipse UserFriend
Originally posted by: devos.kristof.gmail.com

sorry, you see I'm a newcomer, item should be moved to BIRT project
Previous Topic:Create .jar file does not work
Next Topic:classes in output dir getting removed
Goto Forum:
  


Current Time: Sat Jun 07 11:55:32 EDT 2025

Powered by FUDForum. Page generated in 0.07894 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top