Skip 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.

Earliest date based keyed on test code, student ID

Featured Replies

(I'm sure this calc is here somewhere in the forum but I couldn't find it, so my apologies.)

I have a solution that captures test codes and the dates students take those tests, but what I want to do is flag the earliest date a student took a specific test with the phrase, "First Attempt".

I included a set of sample records for a specific student with this post. As you can see, there are three instances of TestCode 0061 but I want the flag to appear in the earliest-dated record, 07-25-2009.

I figure it will require a separate T.O.- keyed on StudentID and TestCode--and that somehow it's a comparison of one-to-many, but that's about as far as I got; I tried using the MIN command but got nowhere, so if you could steer me down the right path, I'd appreciate it. Thanks!

 

FirstAttempt.fmp12

Edited by Rich
Replaced file

  • Author

Oops, just figured it out:

Case ( Min ( PRAXIS_CHILD.FirstAttempt::TestDate__lxd ) = TestDate__lxd ; "First Attempt" ; "" )

 

I put the local table after MIN instead of the other T.O. *blush*

Edited by Rich

  • Author

Many thanks, Steve! That will certainly come in use with any future reports--it's a keeper.

Create an account or sign in to comment

Important Information

By using this site, you agree to our Terms of Use.

Account

Navigation

Search

Search

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.