bigmac Posted July 6, 2008 Posted July 6, 2008 Hi I need a calculation that finds invoices 6 months or younger connected to a certain customer number and displays the total invoiced for that period. I.e. that calculation will update daily. I'm thinking of something like this: sum of Invoice_ToBePayed where date > today - 6 months but there is no "where" function in filemaker, is it? How can this be solved?
databaser Posted July 6, 2008 Posted July 6, 2008 (edited) there may be a better way, but this comes to mind quickly: field 1: ((today - invoicedate) < 180) * amount field 2: summary: total of field 1 Edited July 6, 2008 by Guest
Recommended Posts
This topic is 6044 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