Jump to content

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

Recommended Posts

Posted

I have an age calc

Let ([

today = Get(CurrentDate);

datedif = today - birthday+1];

Year ( datedif ) -1

)

I put it in as an custom function. This has worked fine, until I enlarged the network and put filemaker server 7 on and every now an then it will not calc the field. I have indexing turned off and at a loss for what the problem might be. Is there something on the server that need to be selected so that it calculates that field everyday.

Thanks in advance.

Randy :)

Posted (edited)

Hi agaperrk,

[color:red]comment has linked several threads regarding "Age" calculations in his Blog, you should take a few minutes to read them here.

HTH

Lee

Edited by Guest
  • 3 weeks later...
Posted

I am still having trouble with the age calc. The file is running on a server.. with clients and It calcs right but it is not calculating when the clients open. So the age will change if you make a change in the field and then put back. but if it has been a year since messing with the file it does not calc until you play with the date field.

It is like you have to manually change the date.

Let([n = Get(CurrentDate); b = Birthday];

Year(n) - Year(: - ((Month(n) + Day(n) / 100) < (Month(:) + Day(B) / 100))

)

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