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 have a main table and a separate table called the checklist which has 7 different people, each with their own checklist.

I'm trying to create a little red number (like the red email number on the bottom of the Mac dock) that shows in real time the number of checklist items for each user in the main table.

 

Is this at all possible without slowing down the system?

 

Hi,

 

Make a relationship between the two tables if they are not related yet, then use "Count()" function to count related records from the related table. So it is going to be something like this:

 

This is the relation:

Table 1 "StaffID" = table 2 "StaffID"

 

This is the calculation:

Then in table 1 make a calculation field and call it "StaffRecordsCount" for example. The calculation would be "Count(Tabel 2 :: StaffID)".

 

You may name the fields whatever that does make sense to you. 

 

I hope this would help you.

 

Regards,

 

 

Edited by siroos12

12 hours ago, wattmhite said:

a separate table called the checklist which has 7 different people, each with their own checklist.

What exactly does a "checklist" mean here? If it's a field formatted as checkboxes, why is it necessary to count the related records? Wouldn't it be simpler (and faster) to count the checked values?

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.