Else part never getting executed in crystal report formula field -


I have a simple formula in the crystal syntax, which looks something like this:

  Ifdate (text (absentee details return for work date of interview)) = true and {absence description. Return requirement for work interview} = true 1 and 0;  
< P> This is the real code of the formula

But the second part is not being executed, when the situation is not correct, the report will only appear blank I'm not sure what I'm doing wrong.

Thank you in advance - Amit.

It may be that there is some free value in your area, then you either need to" convert the empty values ​​to the default ", test for the report or the clear test against the tap.


Comments

Popular posts from this blog

python - Overriding the save method in Django ModelForm -

html - CSS autoheight, but fit content to height of div -

qt - How to prevent QAudioInput from automatically boosting the master volume to 100%? -