Printwhen expression

By: Mark Rhodes - mrhodes2
Printwhen expression
2003-03-06 21:18
I need to print when not equal to a value. The following works for printing when a field = X. How do I print when the field is not X?

new Boolean($F{printme}.equals("X"))







By: Rajan Karunakaran - rkaran
RE: Printwhen expression
2003-03-07 00:38
new Boolean( !($F{printme}.equals("X")) )
2002 JI Open Discussion's picture
Joined: Aug 10 2006 - 3:28am
Last seen: 17 years 1 month ago

0 Answers:

No answers yet
Feedback
randomness