Standard views have the following traits:
- They’re accessible by all browsers, including Firefox, Chrome, and Safari.
- They have the most configuration options, such as filtering, grouping, and editing options.
- They’re available for all apps.
- They don’t require any special columns for configuring the view. Other view formats, such as a Calendar view, require date columns.
- Browse to the app where you want to create the new view.
- Click the List or Library tab of the Ribbon to access options for managing views. In a Calendar app, click the Calendar tab to manage the app’s views.
- Click the Create View button. A list of view format options appears.
- Click the Standard View link to create a view that looks like a web page. After selecting your view format, the Create View page displays your options for creating the new view.
- In the View Name field, type the name you want to call this view.
Give the page a name that's easy to remember. For example, if your view will group products by department, entering the name GroupByDepartment creates a web page named
GroupByDepartment.aspx
. You can change the friendly name after the filename has been created. The View Name field has two purposes:- It provides the friendly name that can be selected to display the view.
- It provides the filename for the web page, which is part of the web address.
- To set this view as the default view for the app, select the Make This the Default View check box. If this isn’t the default view, users can select the view from a drop-down list on the Ribbon.
- In the View Audience field, select the Create a Public View radio button. Optionally, you can create a private view that only you can see. You must have at least Designer or Owner permissions to create a public view.
- In the Columns section of the page, select the Display check box next to any columns you want to display.
You can also indicate the relative order that columns appear on the screen by selecting the appropriate number in the Position from Left drop-down lists.
- (Optional) In the Sort section, use the drop-down lists to select the first column you want to sort by and then select the second column to sort by. The default sort option is ID, which means that items will be sorted by the order they were entered in the list.
- Select the remaining options to configure your view, such as the columns you want to filter or group on.
Some of the options you can choose from are
- Select Tabular View to include check boxes next to items for bulk operations.
- Select the style that the view will take. For example, Boxed, Shaded, Newsletter, Preview Pane, or Basic style.
- In the Totals section, select which columns to aggregate using Count, Average, Minimum and Maximum functions.
- In the Folders section, specify whether items should appear inside folders or flat as if the folders don’t exist.
- Item Limit allows you to limit the items displayed on a single page. This can improve the performance of the view.
- Click OK to create the view. The new view appears in the browser. If you created a public view, SharePoint creates a new web page using the name you specified in Step 5. Users can select this view from the drop-down list in the Manage Views section of the Ribbon.
Experimenting with all these options is the best way to discover what works for your site. Item Limits, for example, is great for when you want to control the amount of space a web Part takes up on a page.