Garu Posted July 22, 2011 Posted July 22, 2011 Hi, is it possible to display summary in a portal? Assuming I have the following records: Name Company Peter A John B Paul C Mary A I'd like to display the summary in a portal this way: Company Count A 2 B 1 C 1 Is that possible?
comment Posted July 22, 2011 Posted July 22, 2011 In a portal from where? Do you have a table of Companies?
Garu Posted July 23, 2011 Author Posted July 23, 2011 I have the following tables: 1. Contacts (Event_ID, Contact_ID, Name, Company) 2. Guest (Event_ID, Event_Name) Table 1 & 2 are related by Event_ID field. On a Guest layout, I'd like to display a summary base on company name (in a portal and in browse mode) as illustrated on my first post.
comment Posted July 23, 2011 Posted July 23, 2011 I am puzzled why do you call a table "Guest" when it is obviously a table of Events. Anyway, the simple solution is to show a summary report using a layout of Contacts. Sort the records by EventID (or show only the records of the currently viewed event), then by company. Use a layout with a sub-summary part by company, and no body part. Place a summary field defined as Count of [Contact_ID] in the sub-summary part. To do the same thing in a portal is more difficult, esp. if you don't have a table of Companies - see: http://fmforums.com/...-portal/#157908
Recommended Posts
This topic is 4887 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