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

We need some help trying to figure out how to get our year to date calculation field working properly. We have two databases (accounts & transactions). We have created a YTD giving calculated field in the accounts db and we want it to sum the values in the transactions db for giving for the current year. Here is the calculation that we currently have:

If(Year(Status( CurrentDate)) = Year(Transactions::DateAmountReceived), Sum(Transactions::Gift),0)

This works if we have only the current year giving transactions in the db. If we put in the previous years giving transactions it gives us a 0. We have been working on this quite a bit but we don't know what to try next. Any ideas what we are doing wrong? Thanks for any input you can give.

John

You're skipping a step. First, in the Transactions file create a field that returns the transaction if it's the current year, then create a field that returns the sum of the first field.

If(Year(DateAmountReceived) = Year(Status(CurrentDate), Amount, TextToNum(""))

then in the Accounts file

Sum(Transactions::FirstField)

N.B.: This hasn't been tested, so there may be minor changes, but essentially this is the idea.

  • Author

Thanks for the help!

John

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.