c# - How to Create a Simple If Condition Syntax in Crystal Report Formula that Returns a String Value -


can learn crystal reports formula syntax have made code keeps saying error 'there error in formula'.

i have already:

if {dataset.gender} = "male"   // return string x   end if 

i have tried researching right 1 syntax , seems have written right 1 still not working why it?

can fix syntax on how return x value if it's male in crystal reports formula.

remove "end if" formula

if {dataset.gender} = "male" then
// return string x


Comments

Popular posts from this blog

SVG stroke-linecap doesn't work for circles in Firefox? -

routes - Laravel 4 Wildcard Routing to Different Controllers -

cross browser - XSLT namespace-alias Not Working in Firefox or Chrome -