Expand my Community achievements bar.

Concat Issues

Avatar

Former Community Member
I have a form that contains a "cover page" where all the data is entered. The data is then inserted into a document on the following 4 pages.



I have the Concat formulas correct, the problem is they only run properly when the data field is on the same page as the concat'ed fields.



Is there a way to make this work?



Thanks to all who consider my plea....

CAT
2 Replies

Avatar

Level 5
Post some of your code.

Chances are you are not prefixing the field with the page number.

In Javascript, this will set the rawValue of a field on the same page as the container of the script:

DL_License.rawValue = "Hi Mom"

This will set a field of that name on Page 4 - no matter where the code resides:

Page4.DL_License.rawValue = "Hi Mom".



HTH

Mark

Avatar

Former Community Member
No, I'm not putting a page reference. Didn't know to do that.....



Issue#1:

Concat (" THIS AGREEMENT, made and entered into effective as of ", EffectiveDate, ", by and between, a North Carolina corporation with its principal place of business in Greensboro, North Carolina, and ", CompanyName, " (''Company'') with its principal place of business located in ", HQCity, ", " ,HQState, ".")



Issue#2:

Concat (City, " , ", State, " ", Zip)