Report Design
 Crystal Reports Forum : Crystal Reports 9 through 2020 : Report Design
Message Icon Topic: How to get substrng from string in crystal report Post Reply Post New Topic
Author Message
aarti
Newbie
Newbie


Joined: 25 Aug 2011
Online Status: Offline
Posts: 17
Quote aarti Replybullet Topic: How to get substrng from string in crystal report
    Posted: 25 Aug 2011 at 11:56pm
Hi,

i want to get the sting
54321
12345
67891

from string A649:54321;A022:12345;A047:67891

How could i get it. Please help
IP IP Logged
FrnhtGLI
Senior Member
Senior Member
Avatar

Joined: 22 May 2009
Online Status: Offline
Posts: 347
Quote FrnhtGLI Replybullet Posted: 26 Aug 2011 at 2:20am
right(split({table.field}, ";")[1], 5)
& chr(13)
&
right(split({table.field}, ";")[2], 5)
& chr(13)
&
right(split({table.field}, ";")[3], 5)
|< /\ '][' ( )
IP IP Logged
Post Reply Post New Topic
Printable version Printable version

Forum Jump
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



This page was generated in 0.031 seconds.