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

sql - VB.NET Operand type clash: date is incompatible with int error -

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

python - TypeError: Scalar value for argument 'color' is not numeric in openCV -