ddrake
Technical User
- Mar 19, 2003
- 92
Hi there,
Running CR9, SQL2K, ARS 5.1.2 and I've got a puzzler. I have a field that I need to pull lines of text from. This is a sample of part of this field's value:
8/14/2003 5:12:27 PM ddrake
Asset categorization information has changed from 'Monitor, Compaq Computer and S920' to 'Monitor', 'Compaq Computer' and 'S910'.
6/20/2003 9:36:00 PM ddrake
Asset location information has changed from 'Kansas City, Grand and Non Tobacco.' to 'Kansas City', 'Pershing Road Facility' and 'Non Tobacco'.
6/3/2003 9:21:16 AM ddrake
Asset location information has changed from 'Kansas City, Pershing Road Facility and Non Tobacco.' to 'Kansas City', 'Grand' and 'Non Tobacco'.
Some of them are pretty long. What I need to do is, for each record, in this field, whenever it says "Asset location information has changed..." I need to have it return the "From" and "To" values. Even if there are many of these per record.
Any notions would be welcome. Thank you!
Running CR9, SQL2K, ARS 5.1.2 and I've got a puzzler. I have a field that I need to pull lines of text from. This is a sample of part of this field's value:
8/14/2003 5:12:27 PM ddrake
Asset categorization information has changed from 'Monitor, Compaq Computer and S920' to 'Monitor', 'Compaq Computer' and 'S910'.
6/20/2003 9:36:00 PM ddrake
Asset location information has changed from 'Kansas City, Grand and Non Tobacco.' to 'Kansas City', 'Pershing Road Facility' and 'Non Tobacco'.
6/3/2003 9:21:16 AM ddrake
Asset location information has changed from 'Kansas City, Pershing Road Facility and Non Tobacco.' to 'Kansas City', 'Grand' and 'Non Tobacco'.
Some of them are pretty long. What I need to do is, for each record, in this field, whenever it says "Asset location information has changed..." I need to have it return the "From" and "To" values. Even if there are many of these per record.
Any notions would be welcome. Thank you!