String(JobHead.JobNum) + “ “ + String(OrderHed.OrderNum)
?
Just guessing here
From: vantage@yahoogroups.com [mailto:vantage@yahoogroups.com] On Behalf Of Chris Thompson
Sent: Monday, March 21, 2011 8:46 AM
To: vantage@yahoogroups.com
Subject: Re: [Vantage] BAQ Calculated Fields
Great thanks.
Do you know how I might be able to get a space in between them?
________________________________
From: Karen Schoenung <kschoenung@...<mailto:kschoenung%40fisher-barton.com>>
To: "vantage@yahoogroups.com<mailto:vantage%40yahoogroups.com>" <vantage@yahoogroups.com<mailto:vantage%40yahoogroups.com>>
Sent: Mon, 21 March, 2011 13:26:09
Subject: RE: [Vantage] BAQ Calculated Fields
Per Answer book # 3643ESC, concantenate looks like you need "+"
String(JobHead.JobNum) + String(OrderHed.OrderNum)
From: vantage@yahoogroups.com<mailto:vantage%40yahoogroups.com> [mailto:vantage@yahoogroups.com<mailto:vantage%40yahoogroups.com>] On Behalf Of
Chris Thompson
Sent: Monday, March 21, 2011 8:02 AM
To: vantage@yahoogroups.com<mailto:vantage%40yahoogroups.com>
Subject: [Vantage] BAQ Calculated Fields
Hi All
I want to try and create a calculated field which will combine the data from two
cells.
if isNull(JobHead.JobNum) then OrderHed.OrderNum else < This bit works ok
String(JobHead.JobNum) & String(OrderHed.OrderNum) < This doesnt work
I want the outcome to be 01264789 998877 ...
Where 01264789 is the JobNum and 998877 is the OrderNum.
They dont even need a space inbetween, it could just be one long string.
Does anyone know how to join the two field's output together?
Thanks.
[Non-text portions of this message have been removed]
[Non-text portions of this message have been removed]
[Non-text portions of this message have been removed]
[Non-text portions of this message have been removed]
?
Just guessing here
From: vantage@yahoogroups.com [mailto:vantage@yahoogroups.com] On Behalf Of Chris Thompson
Sent: Monday, March 21, 2011 8:46 AM
To: vantage@yahoogroups.com
Subject: Re: [Vantage] BAQ Calculated Fields
Great thanks.
Do you know how I might be able to get a space in between them?
________________________________
From: Karen Schoenung <kschoenung@...<mailto:kschoenung%40fisher-barton.com>>
To: "vantage@yahoogroups.com<mailto:vantage%40yahoogroups.com>" <vantage@yahoogroups.com<mailto:vantage%40yahoogroups.com>>
Sent: Mon, 21 March, 2011 13:26:09
Subject: RE: [Vantage] BAQ Calculated Fields
Per Answer book # 3643ESC, concantenate looks like you need "+"
String(JobHead.JobNum) + String(OrderHed.OrderNum)
From: vantage@yahoogroups.com<mailto:vantage%40yahoogroups.com> [mailto:vantage@yahoogroups.com<mailto:vantage%40yahoogroups.com>] On Behalf Of
Chris Thompson
Sent: Monday, March 21, 2011 8:02 AM
To: vantage@yahoogroups.com<mailto:vantage%40yahoogroups.com>
Subject: [Vantage] BAQ Calculated Fields
Hi All
I want to try and create a calculated field which will combine the data from two
cells.
if isNull(JobHead.JobNum) then OrderHed.OrderNum else < This bit works ok
String(JobHead.JobNum) & String(OrderHed.OrderNum) < This doesnt work
I want the outcome to be 01264789 998877 ...
Where 01264789 is the JobNum and 998877 is the OrderNum.
They dont even need a space inbetween, it could just be one long string.
Does anyone know how to join the two field's output together?
Thanks.
[Non-text portions of this message have been removed]
[Non-text portions of this message have been removed]
[Non-text portions of this message have been removed]
[Non-text portions of this message have been removed]