Report Design
 Crystal Reports Forum : Crystal Reports 9 through 2022 : Report Design
Message Icon Topic: String Manipulation Post Reply Post New Topic
Author Message
Tupacmoche
Groupie
Groupie
Avatar

Joined: 04 Apr 2007
Online Status: Offline
Posts: 52
Quote Tupacmoche Replybullet Topic: String Manipulation
    Posted: 25 Jul 2007 at 12:24pm
I have a field that contains the following types of string records:
 
0;7;3
3;18;21
744;44;544
70;887;337
524;721;921
638;68;448
 
The above six records represent just some of the data in the field. What I want to do is separate the values in each record in an expression that holds the characters seperated by the semi-colon as follows:
 
field1 = 0, field2 = 7, field3 = 3
field1 = 3, field2 = 18, field3 =21
.......
ect
Any ideas how this can be done?Confused
Rob
IP IP Logged
BrianBischof
Admin Group
Admin Group
Avatar

Joined: 09 Nov 2006
Online Status: Offline
Posts: 2458
Quote BrianBischof Replybullet Posted: 25 Jul 2007 at 5:07pm
You can use the Split() function to separate them into an array. Then use values in the array to do whatever you wish with them.
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>
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.015 seconds.