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.

more help needed...

Featured Replies

In reference to the following solution given to me to help create totals of financial records for the previous week, month and year:

---------------

Fields:

Key_Week = Get( CurrentDate ) >= d_Date and Get( CurrentDate ) - 7 <= d_Date

Key_Month = Get( CurrentDate ) >= d_Date and Date( Month( Get( CurrentDate ) ) - 1 ; Day( Get( CurrentDate ) ) ; Year( Get( CurrentDate ) ) ) <= d_Date

Key_Year = Get( CurrentDate ) >= d_Date and Date( Month( Get( CurrentDate ) ) ; Day( Get( CurrentDate ) ) ; Year( Get( CurrentDate ) ) - 1 ) <= d_Date

These calculations will return a boolean value to match a Key_1 constant field.

Table Occurances:

Job_System_Week - Key_Week = Key_1 AND Contact_# = Contact_#

Job_System_Month - Key_Month = Key_1 AND Contact_# = Contact_#

Job_System_Year - Key_Year = Key_1 AND Contact_# = Contact_#

Totals:

Sum( Job_System_Week::Total_Sale )

Sum( Job_System_Month::Total_Sale )

Sum( Job_System_Year::Total_Sale )

This may not be the best solution because the Sum( ) funsction creates an unstored result, which requires a recalculation each time it is viewed.

------------

This is helpful thank you, but I am still not able to list the correct records to this effect. How do I omit records that are prior to the week, month and year? Can anyone offer me a solution?

Have a look at this sample file.

Let me know if I am not understanding what you are looking for.

Sample.zip

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.