Joined: 18 May 2010
Online Status: Offline
Posts: 70
Posted: 20 Apr 2012 at 1:13am
This is how I got it to work!
totext({AP_CheckWrk.CheckDate}, "yyyyMMdd")
mid({@Date to text},1,1)&" "&mid({@Date to text},2,1)&" "&mid({@Date to text},3,1)&" "&mid({@Date to text},4,1)&" "&mid({@Date to text},5,1)&" "&mid({@Date to text},6,1)&" "&mid({@Date to text},7,1)&" "&mid({@Date to text},8,1)
Joined: 19 Dec 2008
Online Status: Offline
Posts: 9053
Posted: 20 Apr 2012 at 7:20am
glad you got a solution. I incorrectly assumed it was already a text field. Picture only works with strings. For future options you could convert to text as you did and use the pciture on that. A little easier than inserting the " ".
picture(totext({AP_CheckWrk.CheckDate}, "yyyyMMdd"),"x x x x x x x x")
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum