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.

date calculation

Featured Replies

I want to bill an advertiser for an ad in this month's monthly paper. I also want to itemize past due amounts. I set up a list layout using the header for the current bill, and the body for past due amounts. Fields are issue_date for the current issue and past_issue_date for past due. Both issue_date and past_issue_date fields are formatted month/year My calculation for past_issue_date returns all dates instead of just past due dates...

If(Month(TextToDate(Today)),"",issue_date)

What am I doing wrong?

Your post isn't very clear about the form of your date.

It reads to me that they could be actual dates (i.e. 01/01/2005) and formatted to read as Jan 2005, or they are Text field entered as Jan 2005.

Also, the calculation is not providing what you want the result to be. A number to show 30, 60, 90 or a text field to say "Late" and either blank or "Current"

Lee

confused.gif

How about something like Status(CurrentDate) - issue_date > 30. It will need to be set as unstored and will produce a 1 when true. If you need the issue_date displayed, use Case( Status(CurrentDate) - issue_date > 30, issue_date ).

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.