Dani R Posted September 5, 2010 Posted September 5, 2010 (edited) hi how can i make a calculations of s filed "amount" that will do a summery only if filed "check box" value = "yes" Edited September 5, 2010 by Guest
Vaughan Posted September 5, 2010 Posted September 5, 2010 Have you looked into the GetSummary() function? It relies on the records being sorted correctly. What is it you're trying to achieve?
Dani R Posted September 6, 2010 Author Posted September 6, 2010 i am trying to achieve a calculation of amounts that will do a summery of the value only if in another filed named "check box" will have a value ="yes" .
Vaughan Posted September 6, 2010 Posted September 6, 2010 The term "summary" has a particular meaning in FMP. Summaries usually refer to summary reports and these apply to found sets of records.
Dani R Posted September 6, 2010 Author Posted September 6, 2010 i dod not understand. so how can i do a calculation of filed amount by a condition of a another filed?
Dani R Posted September 6, 2010 Author Posted September 6, 2010 it is great thank you . but my mistake how can I change it that if stauts is not checked it will go in to "cConditionalAmount" ? thank you dani
comment Posted September 6, 2010 Posted September 6, 2010 Change the calculation to = Case ( not Status ; Amount )
Recommended Posts
This topic is 5250 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