123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187 |
- <!--
- Licensed Materials - Property of IBM
- IBM Cognos Products: ans
- (C) Copyright IBM Corp. 2005, 2016
- US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
- -->
- <!--
- Copyright (C) 2008 Cognos ULC, an IBM Company. All rights reserved.
- Cognos (R) is a trademark of Cognos ULC, (formerly Cognos Incorporated).
- -->
- <report expressionLocale="en-us" xmlns="#SCHEMA#">
- <!--RS:2.0-->
- <modelPath>/content/package[@name='outdoors']/model[@name='2004-09-08T14:39:54.686Z']</modelPath>
- <queries>
- <query name="Query1">
- <source>
- <model/>
- </source>
- <selection>
- <dataItem name="Year">
- <expression>[outdoors].[Years].[Years].[Year]</expression>
- </dataItem>
- <dataItem name="Product Line">
- <expression>[outdoors].[Products].[Products].[Product Line]</expression>
- </dataItem>
- <dataItem name="Revenue">
- <expression>[outdoors].[MEASURES].[Revenue]</expression>
- </dataItem>
- <dataItem name="Product Cost">
- <expression>[outdoors].[MEASURES].[Product Cost]</expression>
- </dataItem>
- <dataItem name="Product Cost1">
- <expression>[outdoors].[MEASURES].[Product Cost]</expression>
- </dataItem>
- </selection>
- </query>
- </queries>
- <layouts>
- <layout>
- <reportPages>
- <page class="pg" name="Page1">
- <pageBody class="pb">
- <contents>
- <polarChart refQuery="Query1" showTooltips="true">
- <legend class="lg">
- <legendPosition>
- <relativePosition/>
- </legendPosition>
- <legendTitle class="lx"/>
- </legend>
- <numericalAxisRadial class="al">
- <axisTitle class="at"/>
- <gridlines/>
- </numericalAxisRadial>
- <numericalAxisAngular class="al">
- <axisTitle class="at"/>
- <gridlines/>
- </numericalAxisAngular>
- <pointClusters>
- <chartNodes>
- <chartNode>
- <chartNodeMembers>
- <chartNodeMember refDataItem="Year"/>
- </chartNodeMembers>
- </chartNode>
- </chartNodes>
- </pointClusters>
- <points>
- <chartNodes>
- <chartNode>
- <chartNodeMembers>
- <chartNodeMember refDataItem="Product Line"/>
- </chartNodeMembers>
- </chartNode>
- </chartNodes>
- </points>
- <angularMeasure refDataItem="Revenue">
- <chartLabel>
- <chartContents>
- <chartTextItem>
- <dataSource>
- <dataItemLabel refDataItem="Revenue"/>
- </dataSource>
- </chartTextItem>
- </chartContents>
- </chartLabel>
- </angularMeasure>
- <radialMeasure refDataItem="Product Cost1">
- <chartLabel>
- <chartContents>
- <chartTextItem>
- <dataSource>
- <dataItemLabel refDataItem="Revenue"/>
- </dataSource>
- </chartTextItem>
- </chartContents>
- </chartLabel>
- </radialMeasure>
- </polarChart>
- </contents>
- </pageBody>
- <pageHeader class="ph">
- <contents>
- <block class="ta">
- <contents>
- <textItem class="tt">
- <dataSource>
- <staticValue/>
- </dataSource>
- </textItem>
- </contents>
- </block>
- </contents>
- <style>
- <CSS value="padding-bottom:10px"/>
- </style>
- </pageHeader>
- <pageFooter class="pf">
- <contents>
- <table class="tb">
- <tableRows>
- <tableRow>
- <tableCells>
- <tableCell>
- <contents>
- <textItem>
- <dataSource>
- <reportExpression>AsOfDate()</reportExpression>
- </dataSource>
- </textItem>
- </contents>
- <style>
- <CSS value="vertical-align:top;text-align:left;width:25%"/>
- </style>
- </tableCell>
- <tableCell>
- <contents>
- <textItem>
- <dataSource>
- <staticValue>- </staticValue>
- </dataSource>
- </textItem>
- <textItem>
- <dataSource>
- <reportExpression>PageNumber()</reportExpression>
- </dataSource>
- </textItem>
- <textItem>
- <dataSource>
- <staticValue> -</staticValue>
- </dataSource>
- </textItem>
- </contents>
- <style>
- <CSS value="vertical-align:top;text-align:center;width:50%"/>
- </style>
- </tableCell>
- <tableCell>
- <contents>
- <textItem>
- <dataSource>
- <reportExpression>AsOfTime()</reportExpression>
- </dataSource>
- </textItem>
- </contents>
- <style>
- <CSS value="vertical-align:top;text-align:right;width:25%"/>
- </style>
- </tableCell>
- </tableCells>
- </tableRow>
- </tableRows>
- <style>
- <CSS value="border-collapse:collapse;width:100%"/>
- </style>
- </table>
- </contents>
- <style>
- <CSS value="padding-top:10px"/>
- </style>
- </pageFooter>
- </page>
- </reportPages>
- </layout>
- </layouts>
- </report>
|