Primary Content The Primary Content page is default category. You need to configure one or more elements in this page to get started using this web part. Primary Content contains the following: Table 1. Primary Content Element Description Title Allows you to add a title to the web part. Session Name Allows you to set the name of the session variable where qItemDisplay retrieves the selected item information. This name must be set to the same value as the name specified in the: • Set Session Name attribute in the Viewed Lists property of the qListView if you use the listview to select the item. • Set Session Name property of the qListForm if you use the List Form to put the item into the session Site URL Allows you to set the URL to the site that contains the list to be searched. The URL can be absolute (http://...) or relative to the current page URL. This attribute is mandatory. When using a relative URL, you can use a single dot (.) to denote the current path, a double dot (..) to denote the previous path, and a slash (/) to denote the root path. List Name Allows you to set the name of the SharePoint list. The list name is case sensitive. If the list name contains spaces, include the spaces here as well. To denote the current list, you can use a single dot (.) as the list name. Display Field Name Allows you to set the name of the field that you want to display in the selector. The field name is case sensitive. If you want to display information from multiple fields, use the Display Format properties. The Display Field Name property is ignored if the Display Format property is defined. Display Format Allows you to configure the format of the items that are displayed. This property can contain a plain text value or a piece of HTML. You can use a field replacement expression (<%field name %>) to refer to a field name. For example, you can display Employee ID and Employee Name as follows: <strong>Employee ID</strong>: <%Employee ID %><br><strong>Employee Name</strong>: <%Employee Name%> The item is displayed as: Employee ID: 1001Employee Name: John Smith For more information, see Display Format No Selected Item Message Allows you to set the message that is displayed if the qItemDisplay does not find the selected item information in the session variable. The default value is No Item Selected.