stealth162 Posted January 27, 2005 Posted January 27, 2005 Is there any way to create something similar to a sub summary that is viewable in browse mode?
-Queue- Posted January 27, 2005 Posted January 27, 2005 Subsummaries are viewable in Browse Mode when in Form View. For List View, you'll need calculations involving GetSummary( ) and a way to determine when the field should have data and when it should be empty, so that the result doesn't display on every record in the list.
stealth162 Posted January 27, 2005 Author Posted January 27, 2005 So I understand the GetSummary function part but, how do I implement that into my layout?
-Queue- Posted January 27, 2005 Posted January 27, 2005 Determine when you want the calculation to display and when you don't. Put that into a calculation of Case( criteriaWhenToShow; GetSummaryCalc ). The field won't slide up or anything, but at least it will be empty when you want it to be.
stealth162 Posted January 27, 2005 Author Posted January 27, 2005 The only problem is that I want the summary to be above a group of records similar to how it is in preview mode. I suppose I could enlarge each record but then I can't view as many records on the screen at the same time and there will also be dead space in all the records except the first. Is this right or am I not understanding
-Queue- Posted January 27, 2005 Posted January 27, 2005 This is correct. As I said, the fields won't slide in Browse Mode. Subsummary info is best presented in Preview Mode, as intended.
Recommended Posts
This topic is 7241 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