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.

Getting rid of ".jpg" in a field

Featured Replies

Hi,

I've got a bunch of ISBN 13 values in a field like the following:

9780000013712.jpg

I want to remove the ".jpg" so I have just the ISBN 13 value.

Don't know how to do this.

Thanks!

David

Here's one possibility:

Filter ( isbn ; "0123456789" )

If you need to do this as a one-time thing on a local set of data, you can fix your ISBN values with the "Replace Field Contents" command under the "Records" menu. (I'm assuming that your ISBN values are stored in a field in a table.) If you need a more permanent solution going forward, you can set an auto-enter option for your ISBN field with the "Do not replace existing value of field" option unchecked; you may need to do a Replace Field Contents operation after you do this anyway to trigger the calculation for your existing records. Alternately, if it makes sense to keep a record of the original field name, you could make a separate calculation field based on your source ISBN file name field.

I want to remove the ".jpg" so I have just the ISBN 13 value.

If there are always exactly 13 characters before the extension, you can use =

Left ( YourField ; 13 )

to retrieve them.

  • Author

Thanks very much. I really appreciate it!

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.