Doing this causes the array Input to be empty. When I try to use it in another formula, I get an error and it shows the formula with the value for array blank.
Main Topics
Browse All TopicsI have a report that sums balances for selected months from the general ledger master account which has a field for each month. I used a static parameter for month selection by user, with 1-12 and descriptions are each month name. Attached is the formula I'm using to select the period field to sum up. The problem is if a user selects months out of order, say March, April, February, then the selected periods would actually be 3,4 and 5. Is there a way to keep the parameter in original order (in this example I would want 2,3 & 4)?
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
So if the user enters the months they want to select out of calendar order, I would need to bubble sort the array Input to get the highest value month entered then for ytd summary start at 1 and end at that highest value month?
No way to send the user an electric shock if they enter months out of order? :-}
Business Accounts
Answer for Membership
by: mlmccPosted on 2009-10-22 at 06:33:33ID: 25633931
Try this change
Change the first formula to use WhilePrintingRecords rather than WhileReadingRecords.
mlmcc