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.

Calculation to filtering particular line

Featured Replies

Hello hello again,

anybody knows::D:?

When I have the following record ( the numbers/values change in every new record created, but the order and other marks(letters etc) stays the same)...

SN:3222

E:015

19.4.2005 17:40

R:13,208 mm/s @ 23,2 Hz

V:14,224 mm/s @ 22,2 Hz

T:25,400 mm/s @ 17,6 Hz

VS:26,924 mm/s

A: 0 dB

Is there any function to get some particular line of data filtered automatically from that record even the values change, so I could make a filtering by choosing the line ?What calculation would do?

Thanks much more than a lot for anyone who can help.

Behind the lines in that field, you can't see 'em, but they're there, are CR signs (¶).

With "Position", you can count the how manieth ¶ is just in front of the line that you want to extract and the how manieth is just behind.

Once you determine the positions of the two ¶, you can use "Middle" to extract the text in between both.

You'd get the third line, as an example, by creating this calculation:

// Take characters from the field YourTextField

Middle ( YourTextField ;

// starting with the the 1st character behind the position of the 2nd ¶

(Position ( YourTextField ; "¶" ; 1 ; 2 ) +1 ) ;

// the number of characters equals the difference between the positions of the 2nd and the 3rd ¶

(Position ( YourTextField ; "¶" ; 1 ; 3 ) - Position ( YourTextField ; "¶" ; 1 ; 2 ) ) )

  • 1 month later...

Attached is a custom function to make your life a little easier. :)

SNIP.zip

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.