lizzie Posted January 21, 2008 Posted January 21, 2008 Greetings I have generated a sub-summary report which looks at each employees sales per month. I want to be able to calculate the percentage increase or decrease in sales from month to month, and from year to year. This is easily achieved in Excel. How would one perform this calculation in FM?
Søren Dyhr Posted January 21, 2008 Posted January 21, 2008 I think it needs to get scripted, via an extract of this algorithm: http://www.onegasoft.com/tools/fastsummaries/index.shtml --sd
comment Posted January 21, 2008 Posted January 21, 2008 I think it needs to get scripted Not necessarily - but it turns out to be quite a challenge, not something I would recommend to a beginner. CompareSubsummaries.fp7.zip
Søren Dyhr Posted January 21, 2008 Posted January 21, 2008 It was something in the same direction I thought about as well, where I perhaps would have stored the previous "quater's" GetSummary( in a variable before going to the next via scripting on the found set. But your's have an advantage that it's multiuser friendly, where mine in worst case would allow users to overwrite each others calcualtions. --sd
Recommended Posts
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