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.

Moving the contents of one field into another

Featured Replies

to the gurus:

Can I write a script that would transfer the contents of one field and dump it into another, not replacing the contents of the 2nd field, but just adding it to the top?

thanks in advance for the help.

Try:

Set Field [ Field2 ; Field1 & case(length(Field2);

  • Author

thanks ender. why do i need the case(length) part of the script. i just made a simple script that set field with field 1 carriage return field 2. it transfers it just fine.

I was wondering though if I can also clear the contents of field 1 as a separate step...can this be done?

The case() is in there so that if Field2 is empty, the Set Field won't insert an extra

You can also use the "insert calculated result" script step. This has an option to select the entire contects of the file (ie it will replace what is there) or uncheck to just add.

There is a script set to clear field too.

Just remember that, when using Insert Calculated Result [ ], the field must be present on the current layout to work. Set Field [ ] has no such restrictions and is (in my opinion) the preferred method.

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.