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

Recommended Posts

Posted

Hi Guys,

Right, so I'm tearing my hair out over this one, as I just can't seem to understand why it won't work.

Here is my calculation field:

Quote

If
( Get ( CurrentDate ) < DueDate and Paid="No";
"Overdue" ;
"show nothing"
)

So I'm asking FM to get the date. If the date it larger than the due date (which is another calculation) AND the Paid Field is "No" then the invoice is obviously overdue.

The alternative of "show nothing" it just as a test.

So, the due date very clearly says 15 April 2016. The Paid field is "No". So why the heck is the calculation coming back as Overdue? 

The calculation is set to refresh, so there is no issue there. It's completely odd. 

That said the Paid Yes/No function seems to work. So if the Paid field goes to "Yes", then the calculation field, correctly says "show nothing".

I'm sure its really simply, but I am completely stumped!

 

 

Screen Shot 2016-04-03 at 17.32.16.png

Screen Shot 2016-04-03 at 17.32.38.png

Posted

You need to use ">" (greater than) instead of "<" (less than) in the calc as you have it.

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