Hey all, I'm running Crystal 10 and am having a problem with creating a formula. The problem is probably simple for you guys, but my Crystal-Fu is weak.
This is what I got:
IF {WO.DateClosed} - {WO.DateCreated} < (???) then true and
IF {WO.DateClosed} - {WO.DateCreated} > (???) then false
In place of the ??? id like to have 24 hours so I can show anything that was completed within 24 hours of the creation date.
Make sense?
I can't seem to get anything to work, but I think its to do with the fact that I want to do greater than and less than with dates. Is this a no no?