Jump to content
Claris Engage 2025 - March 25-26 Austin Texas ×

This topic is 4447 days old. Please don't post here. Open a new topic instead.

Recommended Posts

Posted

In our portal, we have a Start Date and a Start Time field (popup value list of times).

These fields let an instructor indicate the day and time they started a session.

When an instructor completes the session they can start a new session and time on a new portal row.

A small problem we have is that an instructor may start their session today at 1:00 p.m., then for their next session (on a new portal row) they may accidentally select 1:00 p.m. again (instead of 1:15 p.m.).

Is there a way to stop them from entering the same start time for any of today's sessions.

Michelle

Posted

Define a self-join of the portal table:

Sessions::InstructorID = Sessions 2::InstructorID

AND

Sessions::StartDate = Sessions 2::StartDate

AND

Sessions::StartTime = Sessions 2::StartTime

AND

Sessions::SessionID ≠ Sessions 2::SessionID

Validate:

not Sessions 2::SessionID

Posted

Thank you for the quick reply and the information.

I Have not done a self-join, but this looks like it may be a good time to jump in feet first!

Michelle

This topic is 4447 days old. Please don't post here. Open a new topic instead.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

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