Page 1 of 1

Indicating Mailouts and include in reports flags

Posted: Tue Mar 06, 2007 4:36 pm
by John Dykema
I'm trying to print a simple report- name, etc, Include in Mailouts. These are flags that are set to .T. or .F. (at least that is how they are showing on my printout). I want to say if true then print a 'Y' in its place.
I tried in the expression builder IIF(mailout=".T.","Y","N") but I get an "operator or ??" error. I've tried figuring out that expression builder but I don't have much clue how to do that. Any advice?

Posted: Wed Mar 07, 2007 9:51 am
by Zorak
I don't think you need the quotes around .T.