Skip to main content



      Home
Home » Archived » BIRT » Dynamic "italics"?
Dynamic "italics"? [message #91637] Wed, 16 November 2005 10:55 Go to next message
Eclipse UserFriend
I have a column value in a table that I'd like to dynamically change to
"italics" based on the value. In the following example, I'd like the
"null" value to be italics. Is this possible with BIRT?

if ( row["value"] == null ) {
"null"
} else {
row["value"]
}
Re: Dynamic "italics"? [message #91710 is a reply to message #91637] Wed, 16 November 2005 15:32 Go to previous message
Eclipse UserFriend
Absolutely. With BIRT, you can format values based on conditions. Use the
Highlights page on the Property Editor. The UI walks you through specifying
formatting rules, so you don't need to write any code. For more information,
see the online documentation: Help-->Help Contents-->BIRT Developer
Guide-->Field Guide to BIRT-->Formatting report content-->Formatting data
based on conditions.

"Owen Funkhouser" <eclipse@dafunks.com> wrote in message
news:dlfkqg$a2k$2@news.eclipse.org...
> I have a column value in a table that I'd like to dynamically change to
> "italics" based on the value. In the following example, I'd like the
> "null" value to be italics. Is this possible with BIRT?
>
> if ( row["value"] == null ) {
> "null"
> } else {
> row["value"]
> }
Previous Topic:Nested lists advice, part deux
Next Topic:BIRT 2.0 IDEReportEditor.getFile() class cast exception
Goto Forum:
  


Current Time: Wed Apr 30 11:59:06 EDT 2025

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

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

Back to the top