SlideShare ist ein Scribd-Unternehmen logo
1 von 46
Intro to Content Query Web
            Part
The sweetest way to manage your content in
               SharePoint
About Me
 SharePoint Power User since 2001

 Huge Gator Fan

 Graduated with BS in Advertising from University of
  Florida

 Consultant at

 Twitter @KimFrehe

 Microsoft Certified Professional: MOS, MCTS


Passionate about
SharePoint
Agenda

About CQWP
Examples
Anatomy of a CQWP
Demo
Requirements &
 Recommendations
Tips & Tricks
Data
Site Collection
CQWP
Multiple CQWP on one page
Custom CQWP
Agenda

About CQWP
Examples
Anatomy of a CQWP
Demo
Requirements &
 Recommendations
Tips & Tricks
Usage
 Announcements / News Rollups


 Administrative Dashboard


 Calendar Rollups
  Recurring calendar items are an issue
 Contracts / RFP’s


 Employees / Contacts


 Client Profiles


 User fields – how are they using the
 site?
Tracking Under:




Tracking Over:




Leadership Aggregated View
Web Analytics Web Part - What
CQWP
= How
Filter by Version < 1
Agenda

About CQWP
Examples
Anatomy of a CQWP
Demo
Requirements &
 Recommendations
Tips & Tricks
Add a CQWP
Edit the Web Part
Source
 Display
 information from
 all sites in site
 collection,


 One “parent”
 with children or
 just one site


 Can display
 based on list just
 one list
Agenda

About CQWP
Examples
Anatomy of a CQWP
Demo
Requirements &
 Recommendations
Tips & Tricks
Agenda

About CQWP
Examples
Anatomy of a CQWP
Demo
Requirements &
 Recommendations
Tips & Tricks
 Site Collection Feature:




 Access Level:
 Content Types




 Managed Metadata
 Item Style.xsl
Agenda

About CQWP
Examples
Anatomy of a CQWP
Demo
Requirements &
 Recommendations
Tips & Tricks
 Error Message




 Expiration date:
  _dlc.ExpireDate
 Versioning




 Filter by “Yes / No” checkbox:
 2007 vs. 2010
 Create custom slot:
   <div class=“item”>
      <xsl:value-of select=“@fieldname”/>
   </div>



 If “Due Date” does not work,
     try “Due Date [Core Task and Issue
Columns]”
 Format Date:
        At the top:
        xmlns:ddwrt=http://schemas.microsoft.com/WebParts/v2/Dat
        aView/runtime


         In the Template:
        <xsl:value-of select="ddwrt:FormatDate(@DueDate, 1033,
1)"/>
 Show Rich Text:             disable-output-
  escaping="yes"
    Example:
  <xsl:value-of select="@Description“ disable-output-escaping="yes" />
 Render Names of Fields - 2007
   <xsl: for-each select=“@*”>
       <xsl: value-of select = “name( )”/>
   </xsl: for-each>

   Add it to the code above “Display Title” variable to see a list of
    fields being passed to the web part


 Show additional fields - 2007
“CommonViewFields”
   <property name="CommonViewFields"
   type="string">Body_x0020_content, RichHTML</property>
Internal names:
      http://sharepointmalarkey.wordpress.com/2010/10/12/sharepoi
      nt-internal-field-names-sharepoint-2010/
 Discussion Replies - 2007:
  use “ItemChildCount”
 <property name="CommonViewFields"
 type="string">ItemChildCount,Lookup</property>
Contact Me


Kfrehe@rightpoint.co
m

@KimFrehe
Pick up a
flyer to learn
more about
how you can
bring a free
Lunch N’
Learn to
your office

Weitere ähnliche Inhalte

Was ist angesagt?

SharePoint & jQuery Guide - SPSNashville 2014
SharePoint & jQuery Guide - SPSNashville 2014SharePoint & jQuery Guide - SPSNashville 2014
SharePoint & jQuery Guide - SPSNashville 2014
Mark Rackley
 
Intro to SharePoint Web Services
Intro to SharePoint Web ServicesIntro to SharePoint Web Services
Intro to SharePoint Web Services
Mark Rackley
 
Developing and Deploying Custom Branding Solutions in SharePoint 2010
Developing and Deploying Custom Branding Solutions in SharePoint 2010Developing and Deploying Custom Branding Solutions in SharePoint 2010
Developing and Deploying Custom Branding Solutions in SharePoint 2010
jhendrix88
 
SharePoint Saturday Belgium 2014 Creating product centric sites using product...
SharePoint Saturday Belgium 2014 Creating product centric sites using product...SharePoint Saturday Belgium 2014 Creating product centric sites using product...
SharePoint Saturday Belgium 2014 Creating product centric sites using product...
BIWUG
 

Was ist angesagt? (20)

Customizing search result in share point 2013
Customizing search result in share point 2013Customizing search result in share point 2013
Customizing search result in share point 2013
 
SEF2013 - Create a Business Solution, Step by Step, with No Managed Code
SEF2013 - Create a Business Solution, Step by Step, with No Managed CodeSEF2013 - Create a Business Solution, Step by Step, with No Managed Code
SEF2013 - Create a Business Solution, Step by Step, with No Managed Code
 
Transform SharePoint List Forms with HTML and CSS
Transform SharePoint List Forms with HTML and CSSTransform SharePoint List Forms with HTML and CSS
Transform SharePoint List Forms with HTML and CSS
 
SharePoint 2016 Platform Adoption Lessons Learned and Advanced Troubleshooting
SharePoint 2016 Platform Adoption   Lessons Learned and Advanced TroubleshootingSharePoint 2016 Platform Adoption   Lessons Learned and Advanced Troubleshooting
SharePoint 2016 Platform Adoption Lessons Learned and Advanced Troubleshooting
 
Oracle Application Express & jQuery Mobile - OGh Apex Dag 2012
Oracle Application Express & jQuery Mobile - OGh Apex Dag 2012Oracle Application Express & jQuery Mobile - OGh Apex Dag 2012
Oracle Application Express & jQuery Mobile - OGh Apex Dag 2012
 
Using js link and display templates
Using js link and display templatesUsing js link and display templates
Using js link and display templates
 
SharePoint & jQuery Guide - SPSNashville 2014
SharePoint & jQuery Guide - SPSNashville 2014SharePoint & jQuery Guide - SPSNashville 2014
SharePoint & jQuery Guide - SPSNashville 2014
 
SPTechCon Boston 2015 - Overcoming SharePoint Limitations
SPTechCon Boston 2015 - Overcoming SharePoint LimitationsSPTechCon Boston 2015 - Overcoming SharePoint Limitations
SPTechCon Boston 2015 - Overcoming SharePoint Limitations
 
Quiery builder
Quiery builderQuiery builder
Quiery builder
 
The SharePoint & jQuery Guide - Updated 1/14/14
The SharePoint & jQuery Guide - Updated 1/14/14The SharePoint & jQuery Guide - Updated 1/14/14
The SharePoint & jQuery Guide - Updated 1/14/14
 
Intro to SharePoint Web Services
Intro to SharePoint Web ServicesIntro to SharePoint Web Services
Intro to SharePoint Web Services
 
(Updated) SharePoint & jQuery Guide
(Updated) SharePoint & jQuery Guide(Updated) SharePoint & jQuery Guide
(Updated) SharePoint & jQuery Guide
 
Quick start guide to java script frameworks for sharepoint add ins sharepoint...
Quick start guide to java script frameworks for sharepoint add ins sharepoint...Quick start guide to java script frameworks for sharepoint add ins sharepoint...
Quick start guide to java script frameworks for sharepoint add ins sharepoint...
 
SharePoint & jQuery Guide - SPSTC 5/18/2013
SharePoint & jQuery Guide - SPSTC 5/18/2013 SharePoint & jQuery Guide - SPSTC 5/18/2013
SharePoint & jQuery Guide - SPSTC 5/18/2013
 
Developing and Deploying Custom Branding Solutions in SharePoint 2010
Developing and Deploying Custom Branding Solutions in SharePoint 2010Developing and Deploying Custom Branding Solutions in SharePoint 2010
Developing and Deploying Custom Branding Solutions in SharePoint 2010
 
TulsaTechFest - Maximize SharePoint UX with free jQuery libraries
TulsaTechFest - Maximize SharePoint UX with free jQuery librariesTulsaTechFest - Maximize SharePoint UX with free jQuery libraries
TulsaTechFest - Maximize SharePoint UX with free jQuery libraries
 
SharePoint Saturday Belgium 2014 Creating product centric sites using product...
SharePoint Saturday Belgium 2014 Creating product centric sites using product...SharePoint Saturday Belgium 2014 Creating product centric sites using product...
SharePoint Saturday Belgium 2014 Creating product centric sites using product...
 
SPTechCon DevDays - SharePoint & jQuery
SPTechCon DevDays - SharePoint & jQuerySPTechCon DevDays - SharePoint & jQuery
SPTechCon DevDays - SharePoint & jQuery
 
Building Your First Store App with XAML and C#
Building Your First Store App with XAML and C#Building Your First Store App with XAML and C#
Building Your First Store App with XAML and C#
 
SPSSTHLM - Using JSLink and Display Templates for ITPros
SPSSTHLM - Using JSLink and Display Templates for ITProsSPSSTHLM - Using JSLink and Display Templates for ITPros
SPSSTHLM - Using JSLink and Display Templates for ITPros
 

Ähnlich wie SharePoint 2010 Content Query Web Part

SharePoint 2010 Application Development Overview
SharePoint 2010 Application Development OverviewSharePoint 2010 Application Development Overview
SharePoint 2010 Application Development Overview
Rob Windsor
 
Session 2 branding and site development in SharePoint
Session 2   branding and site development in SharePointSession 2   branding and site development in SharePoint
Session 2 branding and site development in SharePoint
Khoa Quach
 

Ähnlich wie SharePoint 2010 Content Query Web Part (20)

Sharepoint Display templates
Sharepoint Display templatesSharepoint Display templates
Sharepoint Display templates
 
Supercharging your Organic CTR
Supercharging your Organic CTRSupercharging your Organic CTR
Supercharging your Organic CTR
 
SharePoint 2010 Application Development Overview
SharePoint 2010 Application Development OverviewSharePoint 2010 Application Development Overview
SharePoint 2010 Application Development Overview
 
Web performance essentials - Goodies
Web performance essentials - GoodiesWeb performance essentials - Goodies
Web performance essentials - Goodies
 
Spring MVC
Spring MVCSpring MVC
Spring MVC
 
Architecting WPF Applications
Architecting WPF ApplicationsArchitecting WPF Applications
Architecting WPF Applications
 
Self-serve analytics journey at Celtra: Snowflake, Spark, and Databricks
Self-serve analytics journey at Celtra: Snowflake, Spark, and DatabricksSelf-serve analytics journey at Celtra: Snowflake, Spark, and Databricks
Self-serve analytics journey at Celtra: Snowflake, Spark, and Databricks
 
Leveraging SharePoint 2013 Search and CSR
Leveraging SharePoint 2013 Search and CSRLeveraging SharePoint 2013 Search and CSR
Leveraging SharePoint 2013 Search and CSR
 
Intro to-html-backbone
Intro to-html-backboneIntro to-html-backbone
Intro to-html-backbone
 
St Hilaire Ajax Start Odtug Nov 2009
St Hilaire   Ajax Start Odtug Nov 2009St Hilaire   Ajax Start Odtug Nov 2009
St Hilaire Ajax Start Odtug Nov 2009
 
Farewell XSL, Welcome Display Templates
Farewell XSL, Welcome Display TemplatesFarewell XSL, Welcome Display Templates
Farewell XSL, Welcome Display Templates
 
SharePoint Saturday Atlanta 2015
SharePoint Saturday Atlanta 2015SharePoint Saturday Atlanta 2015
SharePoint Saturday Atlanta 2015
 
Introduction To Mvc
Introduction To MvcIntroduction To Mvc
Introduction To Mvc
 
New World Of SharePoint 2010 Administration Oleson
New World Of SharePoint 2010 Administration OlesonNew World Of SharePoint 2010 Administration Oleson
New World Of SharePoint 2010 Administration Oleson
 
Best salesforce training Institute in Hyderabad
Best salesforce training Institute in HyderabadBest salesforce training Institute in Hyderabad
Best salesforce training Institute in Hyderabad
 
Session 2 branding and site development in SharePoint
Session 2   branding and site development in SharePointSession 2   branding and site development in SharePoint
Session 2 branding and site development in SharePoint
 
Angular training - Day 3 - custom directives, $http, $resource, setup with ye...
Angular training - Day 3 - custom directives, $http, $resource, setup with ye...Angular training - Day 3 - custom directives, $http, $resource, setup with ye...
Angular training - Day 3 - custom directives, $http, $resource, setup with ye...
 
Getting the Most out of Data Page and Rich Data Definition in Portlet Factory
Getting the Most out of Data Page and Rich Data Definition in Portlet FactoryGetting the Most out of Data Page and Rich Data Definition in Portlet Factory
Getting the Most out of Data Page and Rich Data Definition in Portlet Factory
 
Usability AJAX and other ASP.NET Features
Usability AJAX and other ASP.NET FeaturesUsability AJAX and other ASP.NET Features
Usability AJAX and other ASP.NET Features
 
JBUG 11 - Django-The Web Framework For Perfectionists With Deadlines
JBUG 11 - Django-The Web Framework For Perfectionists With DeadlinesJBUG 11 - Django-The Web Framework For Perfectionists With Deadlines
JBUG 11 - Django-The Web Framework For Perfectionists With Deadlines
 

Kürzlich hochgeladen

EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
Earley Information Science
 

Kürzlich hochgeladen (20)

TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
 
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
 
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
 
A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024
 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
 
The Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxThe Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptx
 
Advantages of Hiring UIUX Design Service Providers for Your Business
Advantages of Hiring UIUX Design Service Providers for Your BusinessAdvantages of Hiring UIUX Design Service Providers for Your Business
Advantages of Hiring UIUX Design Service Providers for Your Business
 
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
 
Exploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone ProcessorsExploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone Processors
 
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
 
Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreter
 
Factors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptxFactors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptx
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day Presentation
 
🐬 The future of MySQL is Postgres 🐘
🐬  The future of MySQL is Postgres   🐘🐬  The future of MySQL is Postgres   🐘
🐬 The future of MySQL is Postgres 🐘
 
Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)
 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
 
Real Time Object Detection Using Open CV
Real Time Object Detection Using Open CVReal Time Object Detection Using Open CV
Real Time Object Detection Using Open CV
 
Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...
 
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
 

SharePoint 2010 Content Query Web Part

Hinweis der Redaktion

  1. Who’s here today?New to SharePointExisting Users?Developers?Content Owners?End Users?Decision Makers/PM’s?2010?2007?2003?Here because you love SP?Here because you hate it?
  2. Why did I pick a session about one Web Part?True power of SharePoint – puts it in user handsMost under-utilized because 2007 was hard to use and you HAD to know XSLT – it is code in spite of what developers sayMost importantly – shows the importance of good architecting – content types, organizing how you’re going to use the system.Can create simplified “reports, dashboards and ways to consume dataI hope to generate some ideas on ways that you can use SharePoint within your own organization
  3. SharePoint can have lots and lots of data that may or may not be similarTake that data, group and organize it
  4. You organize that data into a meaningful way for your usersBut what if you need to get data out of this site collection…Sure it could take a few minutes to get information out of each site….but what if….
  5. The CQWP allows you to collect data from each of your sites and put them all together in a meaningful and often visually appealing way…out of the box
  6. You can have multiple dispensers on one page
  7. Or customize it to make it look really cool. Customizations are outside the scope of this presentation.
  8. *CQWP picks up new items before search doesAdmin Dashboard: All documents add within X number of daysAll documents added by user since dateTasks – Overdue, upcoming, etc.Client overviewWork in pipelineThere are built in web analytics to show us popular pages, etc, but what is there to show us how the users are USING the tool…filling out fields, completing tasks, etc. Dashboard example – Tasks, Field usage, etc.
  9. Client Profile - All contacts, contracts, RFP’s, announcements, etc related to one client or project
  10. This is a perfect example of how you can make the same concept in two different ways in SharePointThis can be a mix of some CQWP and some manual editing, or it could easily be all CQWP’s with you add image library and links list
  11. This example shows a smaller firm that has one person managing content. Instead of having 4 different lists to manage, there are 5 different CQWP ‘s that all feed from the same list, but are filtered on different criteria
  12. Client SnapshotSeveral SharePoint lists with traditional “information” type fields…the lists are centralized and the data is aggregated out to client site to display information in a “pretty” format
  13. Goals SnapshotsTraditional SP Task listRollup provides snapshot of information for leadership for high level goals across departments
  14. Pay attention to the new fields availablein 2010. Use the question mark next to the “Additional Filters“ label to see the exact wording and how to use it.PageFieldValue – uses the current value of a field on the current page.PageQueryString – allows you to grab the value of a query string in the URL. – this can be used to create a dynamic filter for CQWP, i.e.PageQueryString: fieldnameCould use summary links web part to show categories of items and when click on summary link, the page changes the filter: Good Example/Explanation of this: http://blog.wortell.nl/wortell/faq-with-out-of-the-box-cqwp-in-sharepoint-2010/
  15. Slot = variable declared in XSLT fileSlots are the new way of binding data to the Item Style in the CQWP which is pretty convenient since it saves you from editing hidden CQWP properties like CommonViewFields and DataColumnRenames like you had to in MOSS 2007 in order to include custom fields in your content aggregation.Show example of each styleGroup Styles: Large Text, Small Text, Banded, Centered, Separator, WhitespaceItem Style: Image on Left, Title &amp; Description, Title Only, Title with Background, Bulleted Title, Image on Right; Image on Top; Image on top, Centered; Large title; Image only, clickable; Image only, not clickable; Fixed image size; Title, description and document iconNOTE: Can only group by one and show 3 fields OOB, which is why we customize.
  16. If you have two fields that “appear” the same, look at the drop down.
  17. Allow Connections means that data can be passed between the Web Part in question and other Web Parts on the pageExport Mode: Choosing Non-sensitive data only will strip out any data marked as sensitive, and package the rest for the exportExport Options: - Do Not Allow - Non-Sensitive Information - All DataTitle URL: link to anywhereThe Description input field corresponds directly to the Title in that the text you enter here will also appear upon title mouseover. Textyou enter into this description field are searchableHelp URL: link to help documentationMenu options available in the dropdown are Modeless (the default), Modal, and Navigate: Modeless opens a popup window that allows users to continue working &quot;behind&quot; the popup in other windows while the popup remains open. Modal opens a popup window that users must manually close before they&apos;re able to continue working. Navigate doesn&apos;t open a popup at all, but navigates directly to the help content by refreshing within the already open window. Catalog Icon Image URL allows you to include a small image (with a maximum size of 16x16 pixels) by including the path to the desired image file in this input field.Title Icon Image URL allows you to add an icon (with the same 16x16-pixel limitation) to the title bar of the Web Part by including the path to the desired image file in this input field.Import Error Message is the message that will be displayed to users if the Web Part fails to render. The default error message, as you can see, is &quot;Cannot import this Web Part,&quot; but this input field gives you the ability to customize the error message to suit your needs.The Target Audiences input allows to specify the audience for whom the Web Part will display. NOTE: if the CQWP is embedded in the Page Layout, users will not be able to interact with some of these options
  18. XSL stands for EXtensibleStylesheet Language, and is a style sheet language for XML documents.
  19. Cannot filter by multi-select MMDOnly allow “is equal to”
  20. This error message usually means that you are querying items other than pages. Delete the “URL Path” in the Link field. Sharepoint will automatically generate a new link for you.
  21. There must be at least one checked in version in order for a item to appear in a CQWP2007 version uses 1 = Yes and 0 = No instead of Yes or No
  22. “CommonViewFields” – If you need to show more fields, export web part, add more fields here, then uploadWe look for the property called &quot;CommonViewFields&quot;. This property makes the web part request additional fields, on top of the &quot;base&quot; ones it asks for out of the box. We can edit this property and specify one additional field to ask for, namely the Body field.&lt;property name=&quot;CommonViewFields&quot; type=&quot;string&quot;&gt;Body_x0020_content, RichHTML&lt;/property&gt;There&apos;s a few ways you can configure this property but the most common one is &quot;Internal name of field&quot;, followed by a comma, followed by the type of the field. If you want more than one, add a semicolon between each pair. Note:OOB Additional Filters does not include “Page Content or “Page Layout” but you can group by them.
  23. A quick way to do show rich text in a field would be to search the file for the text &lt;xsl:value-of select=&quot;@Description&quot; /&gt; Add disable-output-escaping=&quot;yes&quot;inside the tag, so that the end result is: &lt;xsl:value-of select=&quot;@Description&quot; disable-output-escaping=&quot;yes&quot; /&gt;
  24. Quick way to render name of fields getting passed add to the following style&lt;xsl: for-each select=“@*”&gt; &lt;xsl: value-of select = “name( )”/&gt;&lt;/xsl: for-each&gt;Add it to the code above “Display Title” variable to see a list of fields being passed to the web part
  25. Organized and consumabledata = happy users
  26. Pick up a flyer if you’d like to learn more about SharePoint with a FREE lunch n’ learn. Lunch is provided by Rightpoint.