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.

Transferring values

Featured Replies

  • Newbies

I want to search multiple fields for a "3" character or a "3a" character but not a "3b"character and insert the found data into a new field. I have been able to use PatternCount successfully to find the 3 and 3a but can't omit the 3b.

Edited by Guest

I am not sure I understand what you are trying to do. Perhaps you need something like PatternCount ("3") - PatternCount ("3b")?

  • Author
  • Newbies

By the way, I am defining a new field. I have since solved the problem by using the following formula:

Line3=

Case (

PatternCount ( Class2 ; "3" )>0 and not PatternCount ( Class2 ; "3b" )>0 ;Class2;

PatternCount ( Class3 ; "3" )>0 and not PatternCount ( Class3 ; "3b" )>0 ;Class3;

PatternCount ( Class5 ; "3" )>0 and not PatternCount ( Class5 ; "3b" )>0 ;Class5;

PatternCount ( Class7 ; "3" )>0 and not PatternCount ( Class7 ; "3b" )>0 ;Class7;

"other"

)

I found a page in a google book which gave me a clue...

...thanks anyway

Edited by Guest

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.