I have a text field on an iForms template. I only want to print the text when a field in my database file is equal to "NO ". Here's what I have so far...
$F{W3LREFORM}.equals("NO ") ? Boolean.TRUE : Boolean.FALSE
I can run a query and see the value of W3LREFORM is equal to "NO ". I'm a little iffy on using the Expression Editor and haven't found help in the manual.