Nov 7, 2004 #1 UHsoccer Programmer Apr 24, 2003 139 US I am using Crystal 8.5 and need a formula to create a date that always displays the first of that month date, such as: field name is {forecast.CloseDate} 9/25/2004 -> 9/1/2004 12/16/2005 -> 12/1/2005 etc Thanks in advance
I am using Crystal 8.5 and need a formula to create a date that always displays the first of that month date, such as: field name is {forecast.CloseDate} 9/25/2004 -> 9/1/2004 12/16/2005 -> 12/1/2005 etc Thanks in advance
Nov 7, 2004 #2 lbass Technical User Feb 9, 2002 32,818 US You could use: {forecast.CloseDate}-day({forecast.CloseDate})+1 -LB Upvote 0 Downvote
Nov 7, 2004 Thread starter #3 UHsoccer Programmer Apr 24, 2003 139 US Thanks, added to my report, but have trouble connecting to the data base. Will let you know in the morning. Thanks Upvote 0 Downvote
Thanks, added to my report, but have trouble connecting to the data base. Will let you know in the morning. Thanks