Matt_ Posted July 31, 2011 Posted July 31, 2011 Anyone know of a way that I can display a number of related records in an html <table> using webviewer. I need a page displayed in a format as shown in the attached picture... I'm just trying to figure out a way to display the "Guest List" portion of the data with the Guest ID, Name, Response, Date Received fields. This data is kept in a separate table (Guest List) from the Event table. untitled.bmp
comment Posted July 31, 2011 Posted July 31, 2011 You could calculate the row in the Guests table, then use the List() function to get the rows. What is the advantage of using a web viewer for this, instead of native layout?
Matt_ Posted August 11, 2011 Author Posted August 11, 2011 I need to display some data for a report in a very specific format, and (so far) that's the easiest way I can integrate all of the elements I need to.
comment Posted August 11, 2011 Posted August 11, 2011 Well, the format you show in your screenshot is very easy to produce.as a layout of the Events table, showing fields from the parent record in Clients and a portal to Guests.
Matt_ Posted August 11, 2011 Author Posted August 11, 2011 I know what you're getting at... the example in the first post is just that. It was just an example I could think of that would convey what I'm trying to accomplish. Matt
Recommended Posts
This topic is 4864 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