Hi,
I’m very new to Crystal Reports and I’m unsure of the correct syntax to use. If a 1 is displayed in a database field i'm trying 2 display the word "Mandatory". ie:
if {tblItem.Mandatory} = ‘1’
then
else
Do I need single/double quotes around the Boolean? Also a big question is how would I then print a word into the report in the then clause??
then print “MANDATORY” ??????????????
Also what do i need to put in the 'else' part just to end the statement without an error being given.
Thankx for all your help.
Jonathan
I’m very new to Crystal Reports and I’m unsure of the correct syntax to use. If a 1 is displayed in a database field i'm trying 2 display the word "Mandatory". ie:
if {tblItem.Mandatory} = ‘1’
then
else
Do I need single/double quotes around the Boolean? Also a big question is how would I then print a word into the report in the then clause??
then print “MANDATORY” ??????????????
Also what do i need to put in the 'else' part just to end the statement without an error being given.
Thankx for all your help.
Jonathan