Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » BIRT » Birt Report for Maximo 7(Creating a Conditional Expression for an Element)
Birt Report for Maximo 7 [message #1234806] Wed, 22 January 2014 21:31
Scott Spencer is currently offline Scott SpencerFriend
Messages: 1
Registered: January 2014
Junior Member
I have a table that has 2 different columns. Column A is an attribute and column B is specific data related to that attribute.

Col A------Col B
NSN--------000000000000
Nomen------Bottle
Color------Clear

I have to show all 3 attributes in the report in 3 different Dynamic Text Boxes and was trying to create a filter for each text box to hide or show the data based on the attribute.

if (row["Attribute"]=='Color')
{
isVisable = false
}
else if (row["Attribute"]=='Nomenclature')
{
isVisable = false
}
else
{
isVisable = true
}
Previous Topic:Exception in RunTask while running the report
Next Topic:Data Wrapping Error
Goto Forum:
  


Current Time: Thu Apr 18 15:51:08 GMT 2024

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

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

Back to the top