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.

Reference Field Value?

Featured Replies

Morning,

I'm trying to reference the value of a pop-up menu in an If or Case statement. When I'm doing it though I'm being told there is no field! If my pop-up window is named "popup" and the value in the pop-up window chosen is "first," how can I write a statement saying "if popup equals first, then 15, otherwise 200."

Thanks!!!

Ben

You really have 2 problems here. One is an issue with how value lists work and a second with how boolean logic works.

Basically you need to have 2 fields to make this happen. One field is set to use the value list and allows the user to choose an item from the list. The second field is a calculation which converts the item chosen from the value list into something else.

For example:

PopupChoice is a text field formatted as a Popup List using the value list "Popup".

PopupValue is a calculation (number) defined as follows:

code:


case (

PopupChoice = "First", 15,

PopupChoice = "Second", 55,

PopupChoice = "Third", 125,

2000

)

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.