Dec 14, 2007 #1 sbcsandhu Programmer Jul 3, 2007 113 US what is the formula i would use in crystal xi , so i only grab the month example 20071103 i would like to create a formula that say 11
what is the formula i would use in crystal xi , so i only grab the month example 20071103 i would like to create a formula that say 11
Dec 14, 2007 #2 dgillz Instructor Mar 2, 2001 10,052 US mid(totext({YourField},0,""),5,2) Software Sales, Training, Implementation and Support for Macola, eSynergy, and Crystal Reports http://www.gainfocus.biz "What version of URGENT!!! are you using? Upvote 0 Downvote
mid(totext({YourField},0,""),5,2) Software Sales, Training, Implementation and Support for Macola, eSynergy, and Crystal Reports http://www.gainfocus.biz "What version of URGENT!!! are you using?
Dec 14, 2007 #3 CoSpringsGuy IS-IT--Management Aug 9, 2007 955 US month(date((picture("20071103","xxxx,xx,xx")))) works too _____________________________________ Crystal Reports XI Developer Version Intersystems Cache 5.X ODBC connection Upvote 0 Downvote
month(date((picture("20071103","xxxx,xx,xx")))) works too _____________________________________ Crystal Reports XI Developer Version Intersystems Cache 5.X ODBC connection
Dec 17, 2007 #4 Madawc Programmer Sep 5, 2002 7,628 GB Month({your.date}) THis also works for Year. To get the day for calculations, use DatePart, which gives lots of other values. For display, there are options like Code: ToText({Your.Date}, "yy-MM") Madawc Williams (East Anglia, UK). Using Windows XP & Crystal 10 Upvote 0 Downvote
Month({your.date}) THis also works for Year. To get the day for calculations, use DatePart, which gives lots of other values. For display, there are options like Code: ToText({Your.Date}, "yy-MM") Madawc Williams (East Anglia, UK). Using Windows XP & Crystal 10