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.

HELP!

Featured Replies

This is the calculation I'm trying to get to work:

 

 

If (IsEmpty(Quoted Date) ; Get(CurrentDate) - New Quote Enter Date)
Else ; (Quoted Date - New Quote Enter Date)
 
 
The first line seems to work, but Filemaker is now saying (cannot find specified field regarding the Else.
 
Background: I've got a field (Elapsed Days) that I would like to calculate automatically the time elapsed between current date and New Quote Enter Date, however once a customer has been quoted, I have an auto enter date field called Quoted Date that I would like this Elapsed Days field to reflect, but only to calculate when there is something in the Quoted Date field, until the customer has been quoted there is nothing in the field.
 
Thanks!

Please do NOT use Help as a title, instead use something that represents your problem. In orthers  "How to calculate elapse time between dates time or whatever the case maybe.

 

The calculation could be something like.

 

Date End - Date Start

Lose the word "else" in your calculation. The Else statement is used only as a script step.  The calculation format is

 

If(ExpressionToEvaluate; ExpressionIfTrue; ExpressionIfFalse)

 

The line breaks are ignored by FM.

  • Author

That worked, thanks!

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.