Neil Scrivener Posted April 3, 2016 Posted April 3, 2016 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!
doughemi Posted April 3, 2016 Posted April 3, 2016 You need to use ">" (greater than) instead of "<" (less than) in the calc as you have it.
Neil Scrivener Posted April 3, 2016 Author Posted April 3, 2016 Thanks Doug! I kept changing it to do another part of my Calc and didn't change it back. Fresh eyes are what's needed
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now