# Crystal Reports **Category:** [Yahoo Archive](https://www.epiusers.help/c/yahoo-archive/9) **Created:** 2001-05-04 09:30 UTC **Views:** 553 **Replies:** 8 **URL:** https://www.epiusers.help/t/crystal-reports/2785 --- ## Post #1 by @system
----- Original Message -----
From: Cole, Dave
To: eManfacturing Yahoo Groups (E-mail)
Sent: Tuesday, May 01, 2001 2:00 PM
Subject: [Vantage] Crystal Reports.
Hi,
I need some help with Crystal Reports.
In the Part Master we use the Part Number field for out part number and the
Description field for the Customer Part number.
For example:
Part: 2400-055
Description: L47746P01 (Shaft, Aft, - Low Pressure Turbine Rotor)
All our parts are entered this way. I would like to be able to extract just
the first part of the description up to but not including the "(" to print
on some labels.
Thanks,
Dave Cole
Reeder & Kline
[Non-text portions of this message have been removed]
Yahoo! Groups Sponsor
To access the Files Section of our Yahoo!Group for Report Builder and Crystal Reports and other 'goodies', please go to: http://groups.yahoo.com/group/vantage/files/. Note: You must have already linked your email address to a yahoo id to enable access.
Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.
[Non-text portions of this message have been removed]
----- Original Message -----
From: Cole, Dave
To: eManfacturing Yahoo Groups (E-mail)
Sent: Tuesday, May 01, 2001 2:00 PM
Subject: [Vantage] Crystal Reports.
Hi,
I need some help with Crystal Reports.
In the Part Master we use the Part Number field for out part number and the
Description field for the Customer Part number.
For example:
Part: 2400-055
Description: L47746P01 (Shaft, Aft, - Low Pressure Turbine Rotor)
All our parts are entered this way. I would like to be able to extract just
the first part of the description up to but not including the "(" to print
on some labels.
Thanks,
Dave Cole
Reeder & Kline
[Non-text portions of this message have been removed]
Yahoo! Groups Sponsor
To access the Files Section of our Yahoo!Group for Report Builder and Crystal Reports and other 'goodies', please go to: http://groups.yahoo.com/group/vantage/files/. Note: You must have already linked your email address to a yahoo id to enable access.
Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.
[Non-text portions of this message have been removed]
> Description: L47746P01 (Shaft, Aft, - Low Pressure Turbine Rotor)Hey, Dang It! That's a GEAE number! I can't help you out, you darned
>All our parts are entered this way. I would like to be able to extract just
>the first part of the description up to but not including the "(" to print
----- Original Message -----
From: Cole, Dave
To: eManfacturing Yahoo Groups (E-mail)
Sent: Tuesday, May 01, 2001 2:00 PM
Subject: [Vantage] Crystal Reports.
Hi,
I need some help with Crystal Reports.
In the Part Master we use the Part Number field for out part number and
the
Description field for the Customer Part number.
For example:
Part: 2400-055
Description: L47746P01 (Shaft, Aft, - Low Pressure Turbine Rotor)
All our parts are entered this way. I would like to be able to extract
just
the first part of the description up to but not including the "(" to print
on some labels.
Thanks,
Dave Cole
Reeder & Kline
[Non-text portions of this message have been removed]
Yahoo! Groups Sponsor
To access the Files Section of our Yahoo!Group for Report Builder and
Crystal Reports and other 'goodies', please go to:
http://groups.yahoo.com/group/vantage/files/.
<http://groups.yahoo.com/group/vantage/files/.> Note: You must have
already linked your email address to a yahoo id to enable access.
Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.
[Non-text portions of this message have been removed]
To access the Files Section of our Yahoo!Group for Report Builder and
Crystal Reports and other 'goodies', please go to:
http://groups.yahoo.com/group/vantage/files/.
<http://groups.yahoo.com/group/vantage/files/.> Note: You must have
already linked your email address to a yahoo id to enable access.
Your use of Yahoo! Groups is subject to the Yahoo! Terms of
<http://docs.yahoo.com/info/terms/> Service.
[Non-text portions of this message have been removed]
----- Original Message -----
From: Cole, Dave
To: eManfacturing Yahoo Groups (E-mail)
Sent: Tuesday, May 01, 2001 2:00 PM
Subject: [Vantage] Crystal Reports.
Hi,
I need some help with Crystal Reports.
In the Part Master we use the Part Number field for out part number and
the
Description field for the Customer Part number.
For example:
Part: 2400-055
Description: L47746P01 (Shaft, Aft, - Low Pressure Turbine Rotor)
All our parts are entered this way. I would like to be able to extract
just
the first part of the description up to but not including the "(" to print
on some labels.
Thanks,
Dave Cole
Reeder & Kline
[Non-text portions of this message have been removed]
Yahoo! Groups Sponsor
To access the Files Section of our Yahoo!Group for Report Builder and
Crystal Reports and other 'goodies', please go to:
http://groups.yahoo.com/group/vantage/files/.
<http://groups.yahoo.com/group/vantage/files/.> Note: You must have
already linked your email address to a yahoo id to enable access.
Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.
[Non-text portions of this message have been removed]
To access the Files Section of our Yahoo!Group for Report Builder and
Crystal Reports and other 'goodies', please go to:
http://groups.yahoo.com/group/vantage/files/.
<http://groups.yahoo.com/group/vantage/files/.> Note: You must have
already linked your email address to a yahoo id to enable access.
Your use of Yahoo! Groups is subject to the Yahoo! Terms of
<http://docs.yahoo.com/info/terms/> Service.
[Non-text portions of this message have been removed]
To access the Files Section of our Yahoo!Group for Report Builder and
Crystal Reports and other 'goodies', please go to:
http://groups.yahoo.com/group/vantage/files/. Note: You must have already
linked your email address to a yahoo id to enable access.
Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/
----- Original Message -----
From: Thad Jacobs
To: 'vantage@yahoogroups.com'
Sent: Wednesday, May 02, 2001 5:03 PM
Subject: RE: [Vantage] Crystal Reports.
Try substituting the mid() function for the left function. it may not make
a difference but it's worth a try.
example:
MID( [partdesc] , (INSTR( [partdesc] , ")") - 1) )
where [partdesc] is the description field from the database.
also, try doing just
INSTR( [partdesc] , ")") to see if the parentheses character is being found.
also, try substituting a plain old positive integer for the instr function
MID( [partdesc] , 8 )
please let me know what the results are.
-----Original Message-----
From: Cole, Dave [mailto:dave@...]
Sent: Wednesday, May 02, 2001 11:33 AM
To: 'vantage@yahoogroups.com'
Subject: RE: [Vantage] Crystal Reports.
Only the parts I ship to customers.
I tried using the "Instr" function to locate on the "(" and then the "Left"
function to extract from beginning of string to the number returned by
"Instr", but I don't ever get anything back even when I know for sure the
description contains the "(".
I am trying to create a Crystal shipping label and want the Customer's part
number on it.
Thanks,
Dave Cole
Reeder & Kline
-----Original Message-----
From: Troy Funte [mailto:tfunte@...]
Sent: Tuesday, May 01, 2001 5:43 PM
To: vantage@...
Subject: Re: [Vantage] Crystal Reports.
Does every part description have the "(" in it?
Troy
----- Original Message -----
From: Cole, Dave
To: eManfacturing Yahoo Groups (E-mail)
Sent: Tuesday, May 01, 2001 2:00 PM
Subject: [Vantage] Crystal Reports.
Hi,
I need some help with Crystal Reports.
In the Part Master we use the Part Number field for out part number and
the
Description field for the Customer Part number.
For example:
Part: 2400-055
Description: L47746P01 (Shaft, Aft, - Low Pressure Turbine Rotor)
All our parts are entered this way. I would like to be able to extract
just
the first part of the description up to but not including the "(" to print
on some labels.
Thanks,
Dave Cole
Reeder & Kline
[Non-text portions of this message have been removed]
Yahoo! Groups Sponsor
To access the Files Section of our Yahoo!Group for Report Builder and
Crystal Reports and other 'goodies', please go to:
http://groups.yahoo.com/group/vantage/files/.
<http://groups.yahoo.com/group/vantage/files/.> Note: You must have
already linked your email address to a yahoo id to enable access.
Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.
[Non-text portions of this message have been removed]
To access the Files Section of our Yahoo!Group for Report Builder and
Crystal Reports and other 'goodies', please go to:
http://groups.yahoo.com/group/vantage/files/.
<http://groups.yahoo.com/group/vantage/files/.> Note: You must have
already linked your email address to a yahoo id to enable access.
Your use of Yahoo! Groups is subject to the Yahoo! Terms of
<http://docs.yahoo.com/info/terms/> Service.
[Non-text portions of this message have been removed]
To access the Files Section of our Yahoo!Group for Report Builder and
Crystal Reports and other 'goodies', please go to:
http://groups.yahoo.com/group/vantage/files/. Note: You must have already
linked your email address to a yahoo id to enable access.
Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/
Yahoo! Groups Sponsor
Select a CityLas VegasAnaheimAtlantaAtlantic CityBaltimoreBostonChicagoDallasDenverFt.LauderdaleHoustonLas VegasLaughlinLos AngelesNashvilleNew OrleansNew YorkOrlandoPhiladelphiaPhoenixReno/Lake TahoeSan DiegoSan AntonioSan FranciscoSeattleWashington DC
To access the Files Section of our Yahoo!Group for Report Builder and Crystal Reports and other 'goodies', please go to: http://groups.yahoo.com/group/vantage/files/. Note: You must have already linked your email address to a yahoo id to enable access.
Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.
[Non-text portions of this message have been removed]