bentong Posted August 14, 2010 Share Posted August 14, 2010 if my field >=9the output should be this 1else the output is "-" thanks Link to comment Share on other sites More sharing options...
Teodor Danciu Posted August 19, 2010 Share Posted August 19, 2010 Hi, <textFieldExpression>$F{MyField}.intValue() >= 9 ? "1" : "-"</textFieldExpression> I hope this helps.Teodor Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now