Cabinetman Posted July 2, 2009 Posted July 2, 2009 Summaries are prob. my weakest point ... after portals that is. I want to have my layout show past sales based on the item # and display in list format from the most sales to the least: Total quantity for each item Item # Item name Thanks....
mr_vodka Posted July 2, 2009 Posted July 2, 2009 Create a self join keyed on ItemID. Create a calculation with Sum ( SelfJoin::Amt ). Sort by this field descending.
comment Posted July 2, 2009 Posted July 2, 2009 I don't understand the question, but if the sort order should be based on found set data only, then: http://www.filemaker.com/help/html/find_sort.5.22.html#1029044
Recommended Posts
This topic is 5623 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