Question

I want to show the contents of three specific columns from one specific list item.

Like Meeting list item ID 5 contains

Name           MeetingDate           Bitfield1            Bitfield2
John Doe       23-06-2010            Yes                  No

In a web part (if possible) I want to create this view:

Meeting Date: 23-06-2010
Bitfield1:    Yes
Bitfield2:    No
(Edit link to Meeting list item ID 5)

Is that possible without coding a web part from scratch? E.g. with the XML web part or others? (solution is MOSS 2007 Enterprise based if that's relevant)

Was it helpful?

Solution

You can configure that display using a DataView Web Part and structure the output in whatever format you need.

OTHER TIPS

Out of the box, SharePoint has "Newsletter" Layouts which can present data in this way.

Otherwise, you can also create this with SharePoint Designer 2007 without using any code whatsoever.

Licensed under: CC-BY-SA with attribution
Not affiliated with sharepoint.stackexchange
scroll top