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.

Text Parsing?

Featured Replies

Greetings!

I have a question :D

First - Sorry if this is the wrong section - seems to fit better here than anywhere else...

Anyhow! I have a record set of about 200,000. The main field has a chunk of text in it. Would it be possible to somehow generate 2 new versions of those fields - each with punctuation added at the beggining and end of them? Note: it would be the same punctuation for all fields though...

Example:

Field: The brown cow goes moo

I want to get:

"The brown cow goes moo"

and

!The brown cow goes moo!

Create two new fields and call what you want. For this example, I used YourTextFieldHere Make the calculations as follow with a text result.

Try

""" & YourTextFieldHere & """

and

"!" & YourTextFieldHere & "!"

HTH

Lee

  • Author

Edit = Lee answered a chunk :D And I figured out the rest :P

Edited by Guest

  • Author

Thanks Lee! That """ worked great for the quotes :P What does that represent? Love knowing the hows and whys behind things :D

New in version 7, is some Regular Expression abilities, including escaping operators. In this case, it's just telling FileMaker to "Escape the " following the , meaning that it is to be considered text now.

:D

Lee

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.