Trying it with the Quicksearch, it won't allow you to use that as a return column. It (The Return Column) goes blank when you go back into the quicksearch and it does not allow you to Test Quick Search either.
----- Original Message ----
From: Bill Baraski <bilbaraski@...>
To: vantage@yahoogroups.com
Sent: Thursday, December 6, 2007 4:45:28 PM
Subject: Re: [Vantage] Concatenate/Combine for a Calculated Field
worked perfectly, now I can't figure out how to bring back the selected column/row since it's not part of the data adapter. Says "invalid key"
----- Original Message ----
From: Bernie Walker <bwalker@adcocircuit s.com>
To: "vantage@yahoogroups .com" <vantage@yahoogroups .com>
Sent: Wednesday, December 5, 2007 11:18:46 AM
Subject: RE: [Vantage] Concatenate/ Combine for a Calculated Field
I'm trying to make 2 Data Fields into 1 for a BAQ. The reason I'm doing this is so I can bring back 2+ fields from a QuickSearch since you can only return 1. The fields I'm trying to combine are (QuoteDtl.QuoteNum & "-" & QuoteDtl.QuoteLine) . The way I thought you would do it is via a Calculated Field. I tried a couple of ways without any luck. I can add the two together without a problem though. Anyone with a Progress background help?
These are a couple of the ways I tried. These just bring back QuoteNum
+ Quoteline
QuoteDtl.Quotenum + ' - ' + QuoteDtl.QuoteLine QuoteDtl.Quotenum + " - " + QuoteDtl.QuoteLine
Thanks,
Chris
How about
STRING(QuoteDtl. Quotenum) + " - " + STRING(QuoteDtl. QuoteLine)
??
____________ _________ _________ _________ _________ _________ _
Looking for last minute shopping deals?
Find them fast with Yahoo! Search. http://tools. search.yahoo. com/newsearch/ category. php?category= shopping
[Non-text portions of this message have been removed]
____________________________________________________________________________________
Never miss a thing. Make Yahoo your home page.
http://www.yahoo.com/r/hs
[Non-text portions of this message have been removed]
----- Original Message ----
From: Bill Baraski <bilbaraski@...>
To: vantage@yahoogroups.com
Sent: Thursday, December 6, 2007 4:45:28 PM
Subject: Re: [Vantage] Concatenate/Combine for a Calculated Field
worked perfectly, now I can't figure out how to bring back the selected column/row since it's not part of the data adapter. Says "invalid key"
----- Original Message ----
From: Bernie Walker <bwalker@adcocircuit s.com>
To: "vantage@yahoogroups .com" <vantage@yahoogroups .com>
Sent: Wednesday, December 5, 2007 11:18:46 AM
Subject: RE: [Vantage] Concatenate/ Combine for a Calculated Field
I'm trying to make 2 Data Fields into 1 for a BAQ. The reason I'm doing this is so I can bring back 2+ fields from a QuickSearch since you can only return 1. The fields I'm trying to combine are (QuoteDtl.QuoteNum & "-" & QuoteDtl.QuoteLine) . The way I thought you would do it is via a Calculated Field. I tried a couple of ways without any luck. I can add the two together without a problem though. Anyone with a Progress background help?
These are a couple of the ways I tried. These just bring back QuoteNum
+ Quoteline
QuoteDtl.Quotenum + ' - ' + QuoteDtl.QuoteLine QuoteDtl.Quotenum + " - " + QuoteDtl.QuoteLine
Thanks,
Chris
How about
STRING(QuoteDtl. Quotenum) + " - " + STRING(QuoteDtl. QuoteLine)
??
____________ _________ _________ _________ _________ _________ _
Looking for last minute shopping deals?
Find them fast with Yahoo! Search. http://tools. search.yahoo. com/newsearch/ category. php?category= shopping
[Non-text portions of this message have been removed]
____________________________________________________________________________________
Never miss a thing. Make Yahoo your home page.
http://www.yahoo.com/r/hs
[Non-text portions of this message have been removed]