Nov 18, 2005 #1 be1s Programmer Dec 8, 2003 59 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 Feb 9, 2002 32,818 US You could approximate this by using: {table.birthdate} > currentdate - 274 -LB Upvote 0 Downvote
Nov 19, 2005 #3 dgillz Instructor Mar 2, 2001 10,054 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