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

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

Recommended Posts

Posted

Hey Guys -

I have a database that serves as a rental system, and there's a field that counts the number of time conflicts with each new reservation. I want to create a new field that will check the conflict field for all existing records and enter "Yes" if there is a record with a conflict number higher than 5, and "No" if there is no number higher than 5.

Any tips on what function/calculation to use?

Thanks a lot.

Posted

To work with all records you'd need a Cartesion relationship (i.e. the "x" option in the relationship dialog). Then I suppose:

Case( Max(related::conflict) > 5; "Yes"; "No" )

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