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.
FileMaker 2026 Released

A script that will shown if a field is empty

Featured Replies

  • Newbies

I'm a novice and everything shown seems far to complicated just to omit a blank field from a simple table of information. Project name, amount, date paid. Just show the records that don't have an entry in the date.Help Please.

1 hour ago, Stevyb said:

Just show the records that don't have an entry in the date.

It's actually very simple. Just enter Find mode, type = (the equal sign) into the date field and press Enter or click the Perform Find button in the status toolbar. You can script this, if you need it often:

Enter Find Mode []
Set Field [ YourTable::DatePaid ; "=" ]
Perform Find []

Or just:

Perform Find [ Specified Find Requests: Find Records; Criteria: YourTable::DatePaid: “=” ] [ Restore ]

Edited by comment

Create an account or sign in to comment

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.