You can query for all active applications to monitor current application volume across submitted and unsubmitted applications. Use this approach to review active application records, understand the current pipeline, and identify applications that may need follow-up.
Try a Slate example 💼
Copy this Suitcase ID and paste it in Database → Suitcase Import to import a pre-made example query:
79de2261-4a74-4f5b-8b87-28cd9910ab39:slate-admissions-showcase💡 Tip
Find this query and other importable examples in the Admissions Showcase environment.
Reviewing active application volume
An active applications query can show each current application with applicant details, application round, entry term, intended major, submitted status, and submitted date. The matching row count gives you the total number of active applications returned by the query.
The example includes submitted and unsubmitted applications. The Application is Submitted export helps reviewers distinguish submitted applications from applications that are still in progress without removing either group from the results.
Building the query
Create the query
Go to Queries / Reports.
Select New Query.
Configure the following settings:
Name: All active applications
Folder: Select the folder where the query should be saved.
Type: Configurable Joins
Base: Application
Select Save.
Add joins
The joins make application round, lookup period, and person fields available. Add them in this order so each later join is available from the path created before it.
Add a Join to Lookup Round.
Add a Join to Lookup Period.
Add a Join to Person.
📖 Joins
Add filters
The active status filter is the core filter. It limits results to applications whose round belongs to an active lookup period. The imported example also includes an inactive staff-assigned filter that you can activate when each staff member should review only their assigned applications.
Active Status
Select Filter.
Under Lookup Round / Lookup Period, select Active Status.
Select Continue.
Set the filter to
=.From the list, select Active.
Select Save.
Staff Assigned
Select Filter.
Under the joined Person path, select Staff Assigned.
Select Continue.
Set the filter to
IN.From the list, select (Current User).
Select Save.
Leave the filter inactive unless you want the query to return only applications assigned to the current user.
Add exports
Exports can vary by database, but this example shows useful columns for reviewing active application volume and follow-up context.
Person / Reference ID
Person / Name
Person / Email
Person / Staff Assigned
Application / Reference ID
Application / Round
Application / Entry Term
Application / Application Major
Application Submitted Date
Add the Application is Submitted subquery export
The Application is Submitted export turns submitted status into a simple Y or N value. This lets the query include all active applications while still showing which applications have been submitted.
Select Subquery Export.
Name the export Application is Submitted.
Configure the subquery to check whether the application submitted date exists.
Set the output to show
Ywhen the submitted date exists andNwhen it does not exist.Select Save.
Customizing the results
Adjust the active application list based on the audience for the report. For example, activate the staff-assigned filter for counselor-specific review, add filters for specific rounds or entry terms, or add exports for populations, territories, source, or application status.
If you need separate lists for submitted and unsubmitted applications, duplicate the query and add a submitted-date filter to each copy. One copy can return submitted applications, and the other can return applications without a submitted date.