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.

Matching Dates Alert

Featured Replies

Hopefully this is an easy fix!

END GOAL: Two separate date fields (one is imported) need to match. If match, the calc will say 'MATCH', if not it will be blank.

PROBLEM: The imported dates come from a SQL database from somewhere else and don't have a leading zero (0) for the month, whereas in filemaker it does include a leading 0 (e.g. 01 compared to 1)

CALC: This is what I have so far, and it works fine on 2 character months, but won't on the ones without leading 0's. Any ways to fix this issue?

  Case ( Imported_CertDate_MOPR   =   Training History::Training Date History;"MATCH" )

"Imported_CertDate_MOPR" is the imported dates that DO NOT have the leading 0's for 1 character months.

"Training Date History" is the FileMaker db dates that do have the leading 0's. I'd prefer not to muck with our data at all.

Thank you in advance!!

Edited by Guest

Try:

Case ( GetAsDate ( Imported_CertDate_MOPR ) = Training History::Training Date History;"MATCH" )

  • Author

That worked perfectly!!!! Thank you!!! :

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.