betachristopher
Programmer
I need to create summaries for text fields that contain data similar to the following:
998563; 458632; 164696; 886543 x2
Each record will have a field with similar data, but each of these numbers that are separated by a semicolon need to be summrized separately. Also, if there is an x2 or some other number, that indicates the number should be counted that many times. And since there are multiple users entering this data, it may sometimes appear as 154969x3 or 154969 x 3 or 154969 x3.
How can I create a summary this complex?
I am using Crystal Reports XI and pulling the data from a SQL server.
998563; 458632; 164696; 886543 x2
Each record will have a field with similar data, but each of these numbers that are separated by a semicolon need to be summrized separately. Also, if there is an x2 or some other number, that indicates the number should be counted that many times. And since there are multiple users entering this data, it may sometimes appear as 154969x3 or 154969 x 3 or 154969 x3.
How can I create a summary this complex?
I am using Crystal Reports XI and pulling the data from a SQL server.