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.

Featured Replies

I'm a Filemaker beginner and I can't do any calculations, could you please help.

The first calculation was to add one. (dot) the middle letter.
The field is called middle_name

The second calculation was to change the date to DD-MM-YYYY, by importing the data it is MM-DD-YYYY

Thank you all :)

18 minutes ago, Guest Sam said:

The second calculation was to change the date to DD-MM-YYYY, by importing the data it is MM-DD-YYYY

If you have a Text field containing imported dates in MM-DD-YYYY format, and you want to convert them to valid dates in the format used by your file, then use a calculation field (result is Date) =

Let ( 
v = Substitute ( ImportedDate ; "-" ; ¶ )
;
Date ( GetValue ( v ; 1 ) ; GetValue ( v ; 2 ) ; GetValue ( v ; 3 ) ) 
)

 

18 minutes ago, Guest Sam said:

The first calculation was to add one. (dot) the middle letter.

Sorry, no clue what you mean by that.

 

---
P.S. Please update your profile to reflect your version and OS so that we know what you can use.

Edited by comment

Thank you very much for the answers!

When a person enters a letter in the field (middle_name) he automatically adds one.

Ex:
R.
S.
P.
K.
L.

I'm using Filemaker 19 and the windows version

The date form is giving an error (?), What can I do?

11 minutes ago, Guest Sam said:

When a person enters a letter in the field (middle_name) he automatically adds one.

Do you want this to happen only if they enter a single letter, or every time?

 

8 minutes ago, Guest Sam said:

The date form is giving an error (?), What can I do?

I don't know. Why don't you post a simple file showing the problem (and nothing else).

 

Whenever they type a letter.
I will post

thank yo


PS: I can't attach to the file

In English:

Whenever they type a letter.
I will post

thank you

PS: I can't attach to the file

Define the field to auto-enter a calculated value, replacing existing value =

Self & If ( Length ( Self ) = 1 ; "." )

 

It works.
Only the date is missing!

Thanks for the patience ;)

I already discovered the error;)

Thanks for everything ;)

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.