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 simple report that lists Faculty by their Credential (Doctorate, Masters, Degree, etc)
The goal is to have a list, by name, of all faculty that have a specific credential.

The list is Counted as well.

The problem is that many faculty have more than one credential of the same type (eg. two Degrees).

I want to see the description of the credential (so I know what it is for) and a count of faculty that have it. What I have lists all the faculty with that credential and it shows multiple credentials for those that have them but I can not get an accurate count of the number of faculty.
What I get is a count of the Credentials.

The tables involved are: (abbreviated for your sanity :-)

Faculty
-FacultyID
-FirstName
-LastName

-Name_Last_First (calculation)

FacultyEducation
-FacultyEd_ID
-FacultyID
-CredentialType
-CredentialDescription
-CredentialType_Count

The report layout is assigned to the FacultyEducation table.

Sub-summary part1:  FacultyEducation::CredentialType
       Contains fields: CredentialType and CredentialType_Count
Sub-summary part2:  Faculty::Name_Last_First
       Contains fields: Name_Last_First
Body
       Contains fields: CredentialDescription
Footer

Sort order:
       FacultyEducation::CredentialType (ascending)
       Faculty::Name_Last_First (ascending)


How can I get a proper count of the Faculty ?

 
  • Author

Informative but how should the sub-summary parts be setup?

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.