Jasper Reports Help

2006-09-19 Thread Peter Dawn
guys, i am implementing jasper reports within my tapestry web app. and i am sorry i should probably post this to jasper forums, but i am really in urgent need for help here. i have a field which is returning a boolean value true or false. i want to replace a true with a 1 and a false with a 2

Re: Jasper Reports Help

2006-09-19 Thread Peter Dawn
and if its not 1 or 2 but some text like correct, incorrect etc. and thanks a lot. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Jasper Reports Help

2006-09-19 Thread Peter Dawn
and where does it go, in TextField expression. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Jasper Reports Help

2006-09-19 Thread Scott Russell
Have you tried this? textFieldExpression class=java.lang.String! [CDATA[$F{myBooleanField}.booleanValue() ? 1 : 2 ]]/textFieldExpression -Scott On Wednesday 20 September 2006 10:21, you wrote: guys, i am implementing jasper reports within my tapestry web app. and i am sorry i should