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

android - Why am I getting the message 'Youractivity.java is not an activity subclass or alias' -

python - How do I create a list index that loops through integers in another list -

c# - “System.Security.Cryptography.CryptographicException: Keyset does not exist” when reading private key from remote machine -