My bad about the last email.. Melissa got the right syntax.. what I wrote would be good for SQL comparison in a DB
Cheers Joe ----- Original Message ---- From: SUBSCRIBE arslist Melissa <[EMAIL PROTECTED]> To: [email protected] Sent: Thursday, October 9, 2008 8:12:15 PM Subject: Re: Crystal Question ** Can you try the is null function? if isnull({HPD_HelpDesk.LastResolveDate}) then "N/A' else {HPD_Help_Desk.Last Resolved Date} Steven Iocco <[EMAIL PROTECTED]> Sent by: "Action Request System discussion list(ARSList)" <[email protected]> 10/09/2008 07:06 PM Please respond to [email protected] To [email protected] cc Subject Crystal Question ** Hi folks, this should be a no brainer but I cannot wrap my head around it. Trying to do a formula to put "N/A" in a field on my report if the last resolved date is null. Here is my formula if {HPD_Help_Desk.Last Resolved Date}="" then "N/A" else {HPD_Help_Desk.Last Resolved Date} It returns "A date-time is required here" error. Any ideas? this is with crystal 9, or crystal 11. cheers steve _______________________________________________________________________________ UNSUBSCRIBE or access ARSlist Archives at www.arslist.org Platinum Sponsor: www.rmsportal.com ARSlist: "Where the Answers Are"

