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 4830 days old. Please don't post here. Open a new topic instead.

Recommended Posts

Posted

I have a database consisting of records relating to activity: timeslips.

The records are used to prepare time based invoices.

I Have a separate database with a single index field which I have related to timeslips using the index field. I have a portal using that relationship which is filtered so that I can see the values of records enteRed in the last 7 days. This is then summed.

I am sure there is a less cumbersome way to know from moment to moment how much work I've done in the last 7 days....

Posted

I am sure there is a less cumbersome way to know from moment to moment how much work I've done in the last 7 days....

I don't even understand the "cumbersome" way you describe. I think you could either find the records by their date, or define a relationship along the lines of:

AnyTable::cToday ≥ Timeslips::Date

AND

AnyTable::cWeekAgo < Timeslips::Date

where cToday is an unstored calculation field = Get (CurrentDate) and cWeekAgo = cToday - 7.

Posted

I don't even understand the "cumbersome" way you describe. I think you could either find the records by their date, or define a relationship along the lines of:

AnyTable::cToday ≥ Timeslips::Date

AND

AnyTable::cWeekAgo &lt; Timeslips::Date

where cToday is an unstored calculation field = Get (CurrentDate) and cWeekAgo = cToday - 7.

That's effectively what I've done.

Can it not be done within timeslips?

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