Jump to content
View in the app

A better way to browse. Learn more.

FMForums.com

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Featured Replies

is there a Script for merge field for example if i click this button it merge the field information

Solved by Lee Smith

Go to solution

Yes, we can merge data of multiple field into a single field in Filemaker through Set field step. If you want to show the data of a field in merge field just set the modified data to a normal text field and set a merge data from multiple fields into that  field by using "Set Field" script step.

 

Example-

suppose you are using field-1 ) as the merge field to show data in layout. And you are having 2 other fields whose data to be set into the first field for display on layout.

 

Set Field[Field1] = "Here is the Merge data:  " & Field2 & " " & Field2.

 

Then use the first field in layout to show merge data.

<<Table::Field1>>

 

Thanks,

  • Author

can you give me an example how this work. i need two tables for this lets say Table1::Email  and Table2::Merge Codes  i want to merge the email to merge codes  

  • Solution

To concatenate two fields (have more than one Text Field display as the result), your calculation  would look like Table1::Email  & Table2::Merge Codes

 Note that the and needs to be also, if you want the separated with a space or comma, etc. You need to add Table1::Email  & " " & Table2::Merge Codes

  • Author

thanks it works

Create an account or sign in to comment

Important Information

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

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.