"Left" expression

HOORAY!!!!!! That second variable did it. You guys are great! This will be a help for all kinds of little things in my BAQs!

--Cheryl

-----Original Message-----
From: vantage@yahoogroups.com [mailto:vantage@yahoogroups.com] On Behalf Of Linda Lowney
Sent: Monday, September 24, 2012 1:16 PM
To: vantage@yahoogroups.com
Subject: [Vantage] RE: "Left" expression

Try substring(Part.ClassID,1,1)

From: vantage@yahoogroups.com [mailto:vantage@yahoogroups.com] On Behalf Of Cheryl Elliott
Sent: September-24-12 2:12 PM
To: vantage@yahoogroups.com
Subject: [Vantage] RE: "Left" expression



No, it still returns the whole ClassID field

Best Regards,

Cheryl Elliott
630-909-4551

-----Original Message-----
From: vantage@yahoogroups.com<mailto:vantage%40yahoogroups.com> [mailto:vantage@yahoogroups.com<mailto:vantage%40yahoogroups.com>] On Behalf Of Rob Bucek
Sent: Monday, September 24, 2012 12:33 PM
To: vantage@yahoogroups.com<mailto:vantage%40yahoogroups.com>
Subject: [Vantage] RE: "Left" expression

Try substring(field,position)

Rob Bucek
Production Control Manager
PH: (715) 284-5376 ext 311
Mobile: (715)896-4832
FAX: (715)284-4084
[Description: cid:1.234354861@...<mailto:1.234354861%40web65412.mail.ac4.yahoo.com>]<http://www.dsmfg.com/>
(Click the logo to view our site)<http://www.dsmfg.com/>

From: vantage@yahoogroups.com<mailto:vantage%40yahoogroups.com> [mailto:vantage@yahoogroups.com<mailto:vantage%40yahoogroups.com>] On Behalf Of Cheryl Elliott
Sent: Monday, September 24, 2012 12:20 PM
To: vantage@yahoogroups.com<mailto:vantage%40yahoogroups.com>
Subject: [Vantage] "Left" expression

I'm in BAQ, trying to have a calculated field that will return just the left-most one character from another field. In crystal, that would be Left({Part.ClassID}, 1)

but I have no luck in BAQ. HELP!

Cheryl E

[Non-text portions of this message have been removed]

[Non-text portions of this message have been removed]

------------------------------------

Useful links for the Yahoo!Groups Vantage Board are: ( Note: You must have already linked your email address to a yahoo id to enable access. )
(1) To access the Files Section of our Yahoo!Group for Report Builder and Crystal Reports and other 'goodies', please goto: http://groups.yahoo.com/group/vantage/files/.<http://groups.yahoo.com/group/vantage/files/>
(2) To search through old msg's goto: http://groups.yahoo.com/group/vantage/messages
(3) To view links to Vendors that provide Vantage services goto: http://groups.yahoo.com/group/vantage/linksYahoo! Groups Links



[Non-text portions of this message have been removed]



------------------------------------

Useful links for the Yahoo!Groups Vantage Board are: ( Note: You must have already linked your email address to a yahoo id to enable access. )
(1) To access the Files Section of our Yahoo!Group for Report Builder and Crystal Reports and other 'goodies', please goto: http://groups.yahoo.com/group/vantage/files/.
(2) To search through old msg's goto: http://groups.yahoo.com/group/vantage/messages
(3) To view links to Vendors that provide Vantage services goto: http://groups.yahoo.com/group/vantage/linksYahoo! Groups Links
I'm in BAQ, trying to have a calculated field that will return just the left-most one character from another field. In crystal, that would be
Left({Part.ClassID}, 1)

but I have no luck in BAQ. HELP!

Cheryl E


[Non-text portions of this message have been removed]
Try substring(field,position)

Rob Bucek
Production Control Manager
PH: (715) 284-5376 ext 311
Mobile: (715)896-4832
FAX: (715)284-4084
[Description: cid:1.234354861@...]<http://www.dsmfg.com/>
(Click the logo to view our site)<http://www.dsmfg.com/>

From: vantage@yahoogroups.com [mailto:vantage@yahoogroups.com] On Behalf Of Cheryl Elliott
Sent: Monday, September 24, 2012 12:20 PM
To: vantage@yahoogroups.com
Subject: [Vantage] "Left" expression



I'm in BAQ, trying to have a calculated field that will return just the left-most one character from another field. In crystal, that would be
Left({Part.ClassID}, 1)

but I have no luck in BAQ. HELP!

Cheryl E

[Non-text portions of this message have been removed]



[Non-text portions of this message have been removed]
No, it still returns the whole ClassID field

Best Regards,

Cheryl Elliott
630-909-4551


-----Original Message-----
From: vantage@yahoogroups.com [mailto:vantage@yahoogroups.com] On Behalf Of Rob Bucek
Sent: Monday, September 24, 2012 12:33 PM
To: vantage@yahoogroups.com
Subject: [Vantage] RE: "Left" expression

Try substring(field,position)

Rob Bucek
Production Control Manager
PH: (715) 284-5376 ext 311
Mobile: (715)896-4832
FAX: (715)284-4084
[Description: cid:1.234354861@...]<http://www.dsmfg.com/>
(Click the logo to view our site)<http://www.dsmfg.com/>

From: vantage@yahoogroups.com [mailto:vantage@yahoogroups.com] On Behalf Of Cheryl Elliott
Sent: Monday, September 24, 2012 12:20 PM
To: vantage@yahoogroups.com
Subject: [Vantage] "Left" expression



I'm in BAQ, trying to have a calculated field that will return just the left-most one character from another field. In crystal, that would be Left({Part.ClassID}, 1)

but I have no luck in BAQ. HELP!

Cheryl E

[Non-text portions of this message have been removed]



[Non-text portions of this message have been removed]



------------------------------------

Useful links for the Yahoo!Groups Vantage Board are: ( Note: You must have already linked your email address to a yahoo id to enable access. )
(1) To access the Files Section of our Yahoo!Group for Report Builder and Crystal Reports and other 'goodies', please goto: http://groups.yahoo.com/group/vantage/files/.
(2) To search through old msg's goto: http://groups.yahoo.com/group/vantage/messages
(3) To view links to Vendors that provide Vantage services goto: http://groups.yahoo.com/group/vantage/linksYahoo! Groups Links
Try substring(Part.ClassID,1,1)

From: vantage@yahoogroups.com [mailto:vantage@yahoogroups.com] On Behalf Of Cheryl Elliott
Sent: September-24-12 2:12 PM
To: vantage@yahoogroups.com
Subject: [Vantage] RE: "Left" expression



No, it still returns the whole ClassID field

Best Regards,

Cheryl Elliott
630-909-4551

-----Original Message-----
From: vantage@yahoogroups.com<mailto:vantage%40yahoogroups.com> [mailto:vantage@yahoogroups.com<mailto:vantage%40yahoogroups.com>] On Behalf Of Rob Bucek
Sent: Monday, September 24, 2012 12:33 PM
To: vantage@yahoogroups.com<mailto:vantage%40yahoogroups.com>
Subject: [Vantage] RE: "Left" expression

Try substring(field,position)

Rob Bucek
Production Control Manager
PH: (715) 284-5376 ext 311
Mobile: (715)896-4832
FAX: (715)284-4084
[Description: cid:1.234354861@...<mailto:1.234354861%40web65412.mail.ac4.yahoo.com>]<http://www.dsmfg.com/>
(Click the logo to view our site)<http://www.dsmfg.com/>

From: vantage@yahoogroups.com<mailto:vantage%40yahoogroups.com> [mailto:vantage@yahoogroups.com<mailto:vantage%40yahoogroups.com>] On Behalf Of Cheryl Elliott
Sent: Monday, September 24, 2012 12:20 PM
To: vantage@yahoogroups.com<mailto:vantage%40yahoogroups.com>
Subject: [Vantage] "Left" expression

I'm in BAQ, trying to have a calculated field that will return just the left-most one character from another field. In crystal, that would be Left({Part.ClassID}, 1)

but I have no luck in BAQ. HELP!

Cheryl E

[Non-text portions of this message have been removed]

[Non-text portions of this message have been removed]

------------------------------------

Useful links for the Yahoo!Groups Vantage Board are: ( Note: You must have already linked your email address to a yahoo id to enable access. )
(1) To access the Files Section of our Yahoo!Group for Report Builder and Crystal Reports and other 'goodies', please goto: http://groups.yahoo.com/group/vantage/files/.<http://groups.yahoo.com/group/vantage/files/>
(2) To search through old msg's goto: http://groups.yahoo.com/group/vantage/messages
(3) To view links to Vendors that provide Vantage services goto: http://groups.yahoo.com/group/vantage/linksYahoo! Groups Links



[Non-text portions of this message have been removed]