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.

Set field by calculation

Featured Replies

Is there a way to specify the field you want to modify by a calculation (if you have the name of the field stored in a variable for example) ?

Thank you

Nope. The closest you can get without hard coding a massive IF() clause is to have a layout with the fields you might target on it, set in a tab order so that tabbing will go each field in turn.

Your script goes to that layout, goes to field (which will cause it go to the first field in the tab order) and starts a loop:

- check with "get(activeFieldName)" if it matches your target field

- if yes, set the field and exit the loop

- if not, go to the next field

You can choose a layout by a calculation. So you could put a single field in a layout and get to it that way.

You can also choose a field repetion by a calculation so while you can't choose the field, you could choose which repetion in your calculation and then later move the data from the repetion to the place you need it.

All kinda hacky but hopefully some combination of these will get you what you need.

Create an account or sign in to comment

Important Information

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

Account

Navigation

Search

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.