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

Recommended Posts

Posted

I've got the following calculation, but need to add to it in order to show "Yes" if a payment is less than the calculated Payment Amount and show nothing if the different is made up later or an over payment was made previously. i.e. Pledged 1200 to be paid monthly, made a 200 payment in Jan. but skipped Feb. and paid in Mar. In this scenario the account wouldn't be flagged Past Due. The way the calculation is now the pledge is past due simply because a payment wasn't made in Feb. Should I be tying the calculation to Total Paid in reference to the date or add to what I've got? Either way, please help.

If (

pmOneDate and Get ( CurrentDate ) > pmOneDate and not Amount1

or

pmTwoDate and Get ( CurrentDate ) > pmTwoDate and not Amount2

or

etc. through pmTwelveDate and Amount12

Posted

Well, common sense dictates that the account should be past due in March if a payment wasn't made in Feb....but as for your question, wouldn't it just be simpler to reset the "Past Due" account back to good standing if the "amount due" is equal or less than 0? So, if they missed a payment in feb, the account is "past due", but set a script to see if the amount in March is less than or equal to zero, obviously showing that the account is in good standing once again, if true? Or am I going about this the wrong way?

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