Topic: How do I remove the first x characters from string Posted: 01 Nov 2007 at 11:24am
I have a field returning strings were the first 8 characters are always the same and useless, so I want those removed that that the formula returns only the characters that come after.
The Trim function would be perfect, but I can't specify an argument for length, so is there another way?
Joined: 09 Nov 2006
Online Status: Offline
Posts: 2458
Posted: 01 Nov 2007 at 12:07pm
Mid({field}, 9);
Please support the forum! Tell others by linking to it on your blog or website:<a href="http://www.crystalreportsbook.com/forum/">Crystal Reports Forum</a>
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