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.

space character with nothing in the field

Featured Replies

I imported some addresses. But in some records the fields are blank and they are easy to delete but how does on find a space character that is all by itself in the first part of the field with nothing after it.

If I put the cursor in the field I get the blinking insertion point after one space. I need to automate how to find this. I tried IsEmpty function and that doesn't work

Thanks

You could filter the field so that only the characters you wish to be entered exists...

Trim(

Filter ( textField ; "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ 0123456789.,-_()")

)

are you sure there is a character in there? Can you back space the field? You could use the trim feature by itself.

Trim(textField) any record with a true space should be eliminated.

Also check to see if the field is formated to have a custom margin that would make it appear there is a space character in front of where text cursor starts.

  • Author

thank you

the

Trim(textField) worked when I did an insert calculated result on the field. But is there any way to do a find for that space followed by true empty space in a field

. Then I could delete all found records.

Just wondering

Thanks

Dave

==" "

Should find all records that contain only a single space.

  • Author

Thank you

That works fine

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.