Nov 18, 2005 #1 be1s Programmer Joined Dec 8, 2003 Messages 59 Location US I need to pull birthdates of individuals who are 9 months old or less. I thought I can use the datediff funtion but it's not supported in ver 7? Any tips would be helpful. Thanks.
I need to pull birthdates of individuals who are 9 months old or less. I thought I can use the datediff funtion but it's not supported in ver 7? Any tips would be helpful. Thanks.
Nov 19, 2005 #2 lbass Technical User Joined Feb 9, 2002 Messages 32,818 Location US You could approximate this by using: {table.birthdate} > currentdate - 274 -LB Upvote 0 Downvote
Nov 19, 2005 #3 dgillz Instructor Joined Mar 2, 2001 Messages 10,059 Location US datediff() is available via a download in any version of crystal. Search the BO website and you will find this. Software Sales, Training, Implementation and Support for Macola, eSynergy, and Crystal Reports http://www.gainfocus.biz Upvote 0 Downvote
datediff() is available via a download in any version of crystal. Search the BO website and you will find this. Software Sales, Training, Implementation and Support for Macola, eSynergy, and Crystal Reports http://www.gainfocus.biz