Jump to content

Importing four fields into a fm field that is a list of checkboxes


This topic is 8268 days old. Please don't post here. Open a new topic instead.

Recommended Posts

You will need to import the five fields into five fields and then build your combined field with either a looping script or a stored calculation (it can be turned back into a text field and the other fields deleted as the last step). The calculation will look like:

CombinedField (calculation, text) =

Field 1 &

If(notIsEmpty(Field2), "

Link to comment
Share on other sites

This topic is 8268 days old. Please don't post here. Open a new topic instead.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.