Delicious/allardstrijker

Delicious/allardstrijker


Creating a Dashboard (Bar Chart) in SharePoint from a Data View « Pam Davis’ Blog

Posted: 17 Jan 2010 05:17 AM PST

I was in need of a simple way to show some bar charts for list data in a SharePoint site. Actually the requirement was to create a page of dashboards based on various status fields that management could view at a glance. I did some looking online and found a few resources but none that exactly met my needs. The two resources I found most helpful were Customizing List Views with XSLT Transformations in SharePoint Designer 2007 and Create Bar Graphs in SharePoint.

Inserting Repeating Data Items into a Word 2007 Table by Using the Open XML API

Posted: 17 Jan 2010 05:07 AM PST

Overview As part of a business solution, developers sometimes want to dynamically display repeating data items of an unknown number in a Microsoft Office Word 2007 document. Word 2007 does provide the ability to dynamically map data to the document surface by using the XML mapping feature of data-bound content controls mapped to custom XML parts. However, you can map a content control only to a single XML element in a custom XML part. In addition, Word 2007 does not provide a table content control that can be bound to custom XML that represents tabular data.

Notes on SharePoint : Automatically create Word documents which include list fields

Posted: 17 Jan 2010 04:58 AM PST

Automatically create Word documents which include list fields Creating Word documents containing List fields I haven't seen much information on the web regarding how to automatically create Word documents in SharePoint and how to pass list item fields directly into a document.