Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » BIRT » Conditionally hide footer based on data in detail row in BIRT report
Conditionally hide footer based on data in detail row in BIRT report [message #1793843] Fri, 17 August 2018 06:48
Vijayalakshmi laxman is currently offline Vijayalakshmi laxmanFriend
Messages: 21
Registered: June 2014
Junior Member
I would like to know how to conditionally hide footer row which displays the total cost when any of the record in the detail row has CRAFT starting with letter K ? I tried the below condition however it doesn't work on footer row ( Total cost : 1900)

Sample data
CRAFT LineCost
K-ABC 1000
OPERATOR 500
CLEANER 400
Total cost : 1900

Condition used in the visibility on the footer is

if (BirtComp.like(row["craft"],"K%")){
true
}
else {
false
}
Previous Topic:how to i display total numbers?
Next Topic:Birt chart Group by fieldname and date on x-Axis
Goto Forum:
  


Current Time: Thu Mar 28 17:57:58 GMT 2024

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

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

Back to the top