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

Hi, I need to do a calculation that compares two fields, and if the contents of one field are included in the other field it performs an action on them. I only know how to say if A = B exactly, not if A is part of B.

What command do I use to represent a wildcard, like if A = *B*?

Thanks!

Andrew

The PatternCount() or Position() function will do this. E.g.:

Position( B ; A ; 1 ; 1 )

This means, "look in field B for the text A, starting at the first character, where is A."

Position(text;searchString;start;occurrence)

So any non-zero result will evaluate as true.

Using Position should evaluate faster than PatternCount in theory, since it can stop evaluating after the first occurrence, whereas PatternCount has to scan the entire text.

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.