Jump to content
Claris Engage 2025 - March 25-26 Austin Texas ×
The Claris Museum: The Vault of FileMaker Antiquities at Claris Engage 2025! ×

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

Recommended Posts

Posted

I have a table containing date fields, which are basically holiday dates.

In an unrelated table I want a calculation field which is a flag to say whether a date entered is listed in the holiday table.

The method i'm using is by 1, creating a valuelist based on the holidaydate field for all values in the holiday table. I then created a calculation field in the holiday table using valuelistitems to have all the values in a field.

I was then going to to a test

If(not IsEmpty ( FilterValues ( Bank Holidays::holidays all ; Working Date ));1;0)

But is doesnt seem to work.

I apologise if this has been answered elsewhere, but i searched the forums and couldn't find a solution.

Any help appreciated.

Thanks

Posted

I then created a calculation field in the holiday table using valuelistitems

But if the calculation field is in the (unrelated) holiday table, then you're back to where you started. Why not check the entered date directly against ValueListItems()?

BTW, wouldn't it be simpler to add a relationship?

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