Jewel142
ISP
- Jun 17, 2009
- 39
Hi -
I'm trying to create a form using Crystal 2008 (I'm a very new user to the software) and I'm having trouble with one of my fields. I'm pulling Employee information from our Sql database and some employees have term dates and others do not.
For the employees without term dates, I want the field left blank, but if they are terminated, I want the field to show the actual termination date. I've created the following formula but my form still returns the value of 01/01/1753 in the field if the employee isn't terminated. Help!
if not isnull({EMPLOYEE.TERM_DATE}) then {EMPLOYEE.TERM_DATE} else ""
PS - I am also new to the forum so thanks in advance for your help!!
I'm trying to create a form using Crystal 2008 (I'm a very new user to the software) and I'm having trouble with one of my fields. I'm pulling Employee information from our Sql database and some employees have term dates and others do not.
For the employees without term dates, I want the field left blank, but if they are terminated, I want the field to show the actual termination date. I've created the following formula but my form still returns the value of 01/01/1753 in the field if the employee isn't terminated. Help!
if not isnull({EMPLOYEE.TERM_DATE}) then {EMPLOYEE.TERM_DATE} else ""
PS - I am also new to the forum so thanks in advance for your help!!