Skip 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.

Get next value from value list

Featured Replies

Hi All. I have a loop that needs to go through a value list and set a field to the next value (then exit loop after last value).

I think i have it working except the calculation to grab the next value. I assume it uses the GetValue function, but not sure exactly how to script it. Can anyone help? Thanks!

I would put the Value List in a global text field with - Set Field[MyGlobal; ValueListItems(Get(FileName); "MyValueListName"]. Then create a global counter field (number).

then you can step through each value in the list with the MiddleValues function...

Set Field[MyCounter; 0]

Set Field[MyGlobal; ValueListItems(Get(FileName); "MyValueListName"]

Loop

SetField[MyField; MiddleValues(MyGlobal; MyCounter ; 1 )]

Set Field[MyCounter; MyCounter + 1]

Go To Next (Exit after last)

End Loop

  • Author

thanks sbg2!

Create an account or sign in to comment

Important Information

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

Account

Navigation

Search

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.