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

i need to create a field that shows a running_count and the sum of the count.

eg

parent_id=9011 record_id=1090 count_calc = "1 of 4"

parent_id=9011 record_id=1095 count_calc = "2 of 4"

parent_id=9011 record_id=1168 count_calc = "3 of 4"

parent_id=9011 record_id=1247 count_calc = "4 of 4"

i can get the sum_count by using the sum function in the parent file but i'm having trouble with the running_count.

any help would be greatly appreciated.

Your running count and total counts will both be summary fields, defined as a Count of some other field in your file. You can click on the "Running Total" box in the bottom of the summary filed window to get the running total.

If you're displaying child records in a portal, just insert the record number symbol "@@" as text in the portal row and this will display the portal row number to give you your running number display. You can combine this with a field

TotalRecords = Sum(Relationship::Field)

which contains the total number of records in the portal using a merge fields like:

@@ of <<TotalRecords>>

This will produce your "1 of 4" display.

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.