Skip 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.

Removing quotation marks

Featured Replies

I am trying to find a way to check if a field has a quotation mark either as first and/or last character

I cant seem to find a way of asking because FMP sees the quotation mark as a special character when writing a calculation

Is there any way of doing this ... to check if a quotation mark is in a specific position

I dont have much choice in this since the quotations are in imported files from another application and I need to identify and remove them

Maybe this is what you want.

Create a Calculation using the Pattern Count.

PatternCount ( Insert quotes ; """ )

HTH

Lee

:cool:

... has a quotation mark either as first and/or last character ... to check if a quotation mark is in a specific position ... need to identify and remove them.

Maybe this, Chalkster?

Let(

[

start = If ( Left( text ; 1 ) = """ ; 2 ; 1 ) ;

end = If ( Right ( text ; 1 ) = """ ; 0; 1 )

]

; Middle ( text ; start ; Length ( text ) - start + end )

)

Note that if your field starts or ends with double quotes, it will only remove the first on either side. I believe this calc will hold true in all text combinations. Since it sounds like a one-time situation, you can place your cursor in this text field and Records > Replace Field Contents > with this calculation (when not multi-user). BACK UP first. In fact when testing results, I sometimes create the calculation and just take a look before applying it.

LaRetta

Create an account or sign in to comment

Important Information

By using this site, you agree to our Terms of Use.

Account

Navigation

Search

Search

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.