Guest_imported
New member
- Jan 1, 1970
- 0
I am new to Crystal Reports, I am a Lotus Developer who is using an SQL Driver to pull data from Notes into Crystal Reports so that I can create some fancy reports. The main problem is I have never worked with Crystal Reports, but from what I've seen it is a powerful tool and I'm sure I can split a field 3 times but I'm not sure how to do this.
I am using Crystal Reports 8. I have a field Category_Division.9, which has the following data (this is how it is displayed in Crystal Reports) :
ex. 01 Appliance/02 Needs Repair;02 Carpentry/05 Squeak in floor;10 Brick/01 Broken;21 Drywall/02 Wall Cracks; 01 Appliance/01 Install.
I would like to split and categorize the data 2 times:
1. I would to split after the ";", so that I can show everything after the ";" on a separate line.
ex. 01 Appliance/02 Needs Repair
01 Appliance/01 Install.
02 Carpentry/05 Squeak in floor
10 Brick/01 Broken
2. I would then like to split and Categorize the data above after the "/", so that I can display everything categorized By everything before the "/".
ex. 01 Appliance
01 Install
02 Needs Repair
Really what I am trying to accomplish is Step #2, I'm not sure if I can do this in 1 step versus 2!!
Please Help, I am just getting familiar with this report writing tool and don't know just how to accomplish this task.
Thanks in Advance for your help
I am using Crystal Reports 8. I have a field Category_Division.9, which has the following data (this is how it is displayed in Crystal Reports) :
ex. 01 Appliance/02 Needs Repair;02 Carpentry/05 Squeak in floor;10 Brick/01 Broken;21 Drywall/02 Wall Cracks; 01 Appliance/01 Install.
I would like to split and categorize the data 2 times:
1. I would to split after the ";", so that I can show everything after the ";" on a separate line.
ex. 01 Appliance/02 Needs Repair
01 Appliance/01 Install.
02 Carpentry/05 Squeak in floor
10 Brick/01 Broken
2. I would then like to split and Categorize the data above after the "/", so that I can display everything categorized By everything before the "/".
ex. 01 Appliance
01 Install
02 Needs Repair
Really what I am trying to accomplish is Step #2, I'm not sure if I can do this in 1 step versus 2!!
Please Help, I am just getting familiar with this report writing tool and don't know just how to accomplish this task.
Thanks in Advance for your help