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

Determining availability based on several dates in portal records


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

Recommended Posts

Posted

I am having difficulty getting information based on date ranges in a portal.

I have an INVENTORY database where an inventory item can be rented many times:

INVENTORY -< RENTALS

One layout shows INVENTORY items in a form view. A portal shows the following fields:

RENTALS::rentalDate

RENTALS::dateReturnedExpected

RENTALS::dateReturnedActual.

I want to show whether the INVENTORY item is "Available" or "In Use", so I have a field in the INVENTORY table called status. The RENTALS table may have records in the past, present, or future:

Past: RENTALS::rentalDate and RENTALS::dateReturnedActual <= Get ( CurrentDate )

Present: RENTALS::rentalDate < Get ( CurrentDate ) and RENTALS::dateReturnedActual isEmpty

Future: RENTALS::rentalDate > Get ( CurrentDate ) and RENTALS::dateReturnedActual isEmpty

From the perspective of the INVENTORY table, I'd like to look through the relationship and determine if an inventory items is "Available" or "In Use". I believe I can use this simple rule:

RENTALS::rentalDate <= Get ( CurrentDate ) and RENTALS::dateReturnedActual isEmpty.

however, I'm not clear on how I would script or calculate this (the latter in the event that I use a calculated field).

It seems like it is a common enough problem. Yet, I've not been able to find a solution. Can anyone offer any insights?

Thanks.

Posted

From the perspective of the INVENTORY table, I'd like to look through the relationship and determine if an inventory items is "Available" or "In Use". I believe I can use this simple rule:

RENTALS::rentalDate <= Get ( CurrentDate ) and RENTALS::dateReturnedActual isEmpty.

This would work only if the latest rental record is the first related record in the sort order of the relationship.

See also:

http://fmforums.com/...019#entry369019

This topic is 4871 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.