Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
DiscussionsAccessExcelInfoPathOutlookPowerPointPublisherWord
DirectoryUser Groups
Related Topics
Outlook ExpressInternet ExplorerWindowsMS Server ProductsMore Topics ...

MS Office Forum / General MS InfoPath Questions / April 2007

Tip: Looking for answers? Try searching our database.

My formula results in "NaN".  What does that mean?

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
B S - 17 Apr 2007 18:30 GMT
I am working on form that will be emailed once completed.  The user will
click on a button that will email it to a specific account.  I want the
formula to automatically pull two fields and place them in the subject line
of the email along with a short text.  I type in the formula and verify it
and no errors come back but, when I send it the subject line comes out with
"NaN".  How can I fix this?  Here is the formula I am trying to use:  
string("TEC Request for - ") + string(AreaRegionCOSA + ProjectActivity)
frebou - 17 Apr 2007 21:08 GMT
NaN = Not a number.

He is probably trying to "sum up" the string with the number.  Ensure your
using right concatenation method and that everything that you "+" are
number...

> I am working on form that will be emailed once completed.  The user will
> click on a button that will email it to a specific account.  I want the
[quoted text clipped - 3 lines]
> "NaN".  How can I fix this?  Here is the formula I am trying to use:  
> string("TEC Request for - ") + string(AreaRegionCOSA + ProjectActivity)
Art - 17 Apr 2007 23:18 GMT
I always use

concat("TEC Request for - ", AreaRegionCOSA, " ", ProjectActivity) and it
always work fine.



> I am working on form that will be emailed once completed.  The user will
> click on a button that will email it to a specific account.  I want the
[quoted text clipped - 3 lines]
> "NaN".  How can I fix this?  Here is the formula I am trying to use:  
> string("TEC Request for - ") + string(AreaRegionCOSA + ProjectActivity)
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.