kitdcat Posted February 11, 2005 Share Posted February 11, 2005 Hello All - I am hoping by posting this message I might get some new creative approachs, I am killing myself, pounding my head against my desk trying to come up with a "simple solution". Please Help! I have a Invoice System in FileMaker 7 which has 3 tables Invoice, Invoice Dtl and AccRec. In Invoice I have a calculated amount Due Field (sum(InvoiceDetail::ExtAmount) I also have a calulated Amount Paid (sum(AcctRec::Amount) and finally I have a Balance fields which takes The (Amount Due - Amount Paid) I also have a Service Charge field which calculated the amount of days past due and creates a service charge. I would like the service charge to only calculate the balance due rather than the amount due. But because I am using calculated fields I am not able to do this. I am very intrested to know any "simple solution" to deal with this without having to use lookup fields and recalculation everytime I go to Invoice. All ideas welcome, thanks in advance. Kitty Kane Link to comment Share on other sites More sharing options...
jamie Posted February 20, 2005 Share Posted February 20, 2005 have you tried something like Case(DaysPast > 90, Balance * Fee90, Days Past > 60, Balance * Fee60, ..... etc. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.