Modifying the Table of Contents for PDF Versions of Briefing Books

Configuring and Managing Analyses and Dashboards 18-19 view signature=htmlview autoPreview=false HTML WebMessage WebMessageTable WebMessageTables

18.6.2.3 Setting Defaults for Analyses in the Compound Layout

The results of a newly formed analysis are displayed as a title view followed by either a table or pivot table in a compound layout. A table is created if the analysis contains only attribute columns, and a pivot table is created if the analysis contains at least one hierarchical column. You can create an XML message that specifies that the compound view should default to a different assemblage of views, such as a narrative followed by a graph. The content designer can still add and rearrange views within the compound layout. The following XML code example sets the default compound layout to a narrative followed by a graph. ?xml version=1.0 encoding=utf-8? WebMessageTables xmlns:sawm=com.siebel.analytics.web.messageSystem WebMessageTable system=Answers table=ViewDefaults WebMessage name=kuiCriteriaDefaultViewElements translate=noHTML view signature=compoundView cv signature=narrativeView cv signature=dvtchart view HTML WebMessage WebMessageTable WebMessageTables

18.6.2.4 Changing Dashboards Section Defaults

By default, the results of drilling in a dashboard are displayed on a new page, section names are not displayed in the dashboard, and sections can be expanded and collapsed. You can change these default values by creating an XML message that specifies that new default values for the dashboard section. A content designer who edits the dashboard can still modify this behavior using the options within the dashboard editor. The following XML code example makes section heads visible, enables drilling, and does not allow sections to collapse. ?xml version=1.0 encoding=utf-8? WebMessageTables xmlns:sawm=com.siebel.analytics.web.messageSystem WebMessageTable system=Answers table=ViewDefaults WebMessage name=kuiDashboardDefaultElements translate=noHTML element signature=dashboardSection drillInline=true showHeading=true collapsible=false HTML WebMessage WebMessageTable WebMessageTables

18.6.2.5 Specifying Dashboard Page Defaults Including Headers and Footers

By default, dashboards are printed without headers or footers and in a portrait orientation. If you prefer that newly added dashboard pages default to having a custom header and footer and print in landscape orientation, then you can create an