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

I'm trying to get a script with a logical operator to work.

If i run the script without the "or" it works fine but when i use the or in the calculation it doesn't work.

What i want it to do is when customernumber is not what i define it shall exit the script else run the script.

i have attached an examble file.

test.fp7.zip

Hi Ben

have a look at the attached see if it works for you

Phil

new_test.zip

  • Author

If i run that script under Record 1 (customernumber 2020120) it halt the script, it shall show test 2.

Thats what i want it to do.

Your condition needs to be:

test::Customernumber ≠ 2020120 and test::Customernumber ≠ 2020121 and test::Customernumber ≠ 2020122

or, if you like:

IsEmpty ( FilterValues ( test::Customernumber ; "2020120¶2020121¶2020122" )

It would be better to have a field that describes some attribute of customer, instead of hard-coding data into a script.

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.