Sep 22, 2010 #1 socalvelo Technical User Jan 29, 2006 128 US CR XI I have a date field that has numeric formatting (something a dba did in another dept). The dates look like this: 20100922 Can someone give me a formula to properly turn this into a date field in CR until I get the dba to change it. Thank you.
CR XI I have a date field that has numeric formatting (something a dba did in another dept). The dates look like this: 20100922 Can someone give me a formula to properly turn this into a date field in CR until I get the dba to change it. Thank you.
Sep 22, 2010 #2 swiss2007 Technical User Aug 13, 2007 92 US I would use date(val(mid({yourfield},1,4)), val(mid({yourfield},5,2)), val(mid({yourfield},7,2))) Upvote 0 Downvote
Sep 22, 2010 #3 dgillz Instructor Mar 2, 2001 10,045 US Numbertodate({Yourfield}) Software Sales, Training, Implementation and Support for Macola, Synergy, and Crystal Reports. Check out our Macola tools: http://www.gainfocus.biz/exceladdin.html Upvote 0 Downvote
Numbertodate({Yourfield}) Software Sales, Training, Implementation and Support for Macola, Synergy, and Crystal Reports. Check out our Macola tools: http://www.gainfocus.biz/exceladdin.html