Download
Getting Started
Members
Projects
Community
Marketplace
Events
Planet Eclipse
Newsletter
Videos
Participate
Report a Bug
Forums
Mailing Lists
Wiki
IRC
How to Contribute
Working Groups
Automotive
Internet of Things
LocationTech
Long-Term Support
PolarSys
Science
OpenMDM
More
Community
Marketplace
Events
Planet Eclipse
Newsletter
Videos
Participate
Report a Bug
Forums
Mailing Lists
Wiki
IRC
How to Contribute
Working Groups
Automotive
Internet of Things
LocationTech
Long-Term Support
PolarSys
Science
OpenMDM
Toggle navigation
Bugzilla – Attachment 71441 Details for
Bug 192853
Charts not supported in aggregation cells of crosstabs
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
Terms of Use
|
Copyright Agent
Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read
this important communication.
report to reproduce the issue
crosstab.rptdesign (text/xml), 62.53 KB, created by
David Michonneau
on 2007-06-15 08:26:32 EDT
(
hide
)
Description:
report to reproduce the issue
Filename:
MIME Type:
Creator:
David Michonneau
Created:
2007-06-15 08:26:32 EDT
Size:
62.53 KB
patch
obsolete
><?xml version="1.0" encoding="UTF-8"?> ><report xmlns="http://www.eclipse.org/birt/2005/design" version="3.2.14" id="1"> > <property name="createdBy">Eclipse BIRT Designer Version 2.2.0.qualifier Build <@BUILD@></property> > <property name="units">in</property> > <property name="comments">Copyright (c) 2007 <<Your Company Name here>></property> > <html-property name="description">Creates a blank report with no predefined content.</html-property> > <text-property name="displayName">Blank Report</text-property> > <property name="iconFile">/templates/blank_report.gif</property> > <data-sources> > <oda-data-source extensionID="org.eclipse.birt.report.data.oda.jdbc" name="Data Source" id="6"> > <property name="odaDriverClass">org.eclipse.birt.report.data.oda.sampledb.Driver</property> > <property name="odaURL">jdbc:classicmodels:sampledb</property> > <property name="odaUser">ClassicModels</property> > </oda-data-source> > </data-sources> > <data-sets> > <oda-data-set extensionID="org.eclipse.birt.report.data.oda.jdbc.JdbcSelectDataSet" name="Data Set" id="7"> > <structure name="cachedMetaData"> > <list-property name="resultSet"> > <structure> > <property name="position">1</property> > <property name="name">PRODUCTCODE</property> > <property name="dataType">string</property> > </structure> > <structure> > <property name="position">2</property> > <property name="name">PRODUCTNAME</property> > <property name="dataType">string</property> > </structure> > <structure> > <property name="position">3</property> > <property name="name">PRODUCTLINE</property> > <property name="dataType">string</property> > </structure> > <structure> > <property name="position">4</property> > <property name="name">PRODUCTSCALE</property> > <property name="dataType">string</property> > </structure> > <structure> > <property name="position">5</property> > <property name="name">PRODUCTVENDOR</property> > <property name="dataType">string</property> > </structure> > <structure> > <property name="position">6</property> > <property name="name">PRODUCTDESCRIPTION</property> > <property name="dataType">string</property> > </structure> > <structure> > <property name="position">7</property> > <property name="name">QUANTITYINSTOCK</property> > <property name="dataType">integer</property> > </structure> > <structure> > <property name="position">8</property> > <property name="name">BUYPRICE</property> > <property name="dataType">float</property> > </structure> > <structure> > <property name="position">9</property> > <property name="name">MSRP</property> > <property name="dataType">float</property> > </structure> > <structure> > <property name="position">10</property> > <property name="name">ORDERNUMBER</property> > <property name="dataType">integer</property> > </structure> > <structure> > <property name="position">11</property> > <property name="name">ORDERDATE</property> > <property name="dataType">date</property> > </structure> > <structure> > <property name="position">12</property> > <property name="name">REQUIREDDATE</property> > <property name="dataType">date</property> > </structure> > <structure> > <property name="position">13</property> > <property name="name">SHIPPEDDATE</property> > <property name="dataType">date</property> > </structure> > <structure> > <property name="position">14</property> > <property name="name">STATUS</property> > <property name="dataType">string</property> > </structure> > <structure> > <property name="position">15</property> > <property name="name">COMMENTS</property> > <property name="dataType">string</property> > </structure> > <structure> > <property name="position">16</property> > <property name="name">CUSTOMERNUMBER</property> > <property name="dataType">integer</property> > </structure> > <structure> > <property name="position">17</property> > <property name="name">ORDERNUMBER_17</property> > <property name="dataType">integer</property> > </structure> > <structure> > <property name="position">18</property> > <property name="name">PRODUCTCODE_18</property> > <property name="dataType">string</property> > </structure> > <structure> > <property name="position">19</property> > <property name="name">QUANTITYORDERED</property> > <property name="dataType">integer</property> > </structure> > <structure> > <property name="position">20</property> > <property name="name">PRICEEACH</property> > <property name="dataType">float</property> > </structure> > <structure> > <property name="position">21</property> > <property name="name">ORDERLINENUMBER</property> > <property name="dataType">integer</property> > </structure> > </list-property> > </structure> > <property name="dataSource">Data Source</property> > <list-property name="resultSet"> > <structure> > <property name="position">1</property> > <property name="name">PRODUCTCODE</property> > <property name="nativeName">PRODUCTCODE</property> > <property name="dataType">string</property> > <property name="nativeDataType">12</property> > </structure> > <structure> > <property name="position">2</property> > <property name="name">PRODUCTNAME</property> > <property name="nativeName">PRODUCTNAME</property> > <property name="dataType">string</property> > <property name="nativeDataType">12</property> > </structure> > <structure> > <property name="position">3</property> > <property name="name">PRODUCTLINE</property> > <property name="nativeName">PRODUCTLINE</property> > <property name="dataType">string</property> > <property name="nativeDataType">12</property> > </structure> > <structure> > <property name="position">4</property> > <property name="name">PRODUCTSCALE</property> > <property name="nativeName">PRODUCTSCALE</property> > <property name="dataType">string</property> > <property name="nativeDataType">12</property> > </structure> > <structure> > <property name="position">5</property> > <property name="name">PRODUCTVENDOR</property> > <property name="nativeName">PRODUCTVENDOR</property> > <property name="dataType">string</property> > <property name="nativeDataType">12</property> > </structure> > <structure> > <property name="position">6</property> > <property name="name">PRODUCTDESCRIPTION</property> > <property name="nativeName">PRODUCTDESCRIPTION</property> > <property name="dataType">string</property> > <property name="nativeDataType">12</property> > </structure> > <structure> > <property name="position">7</property> > <property name="name">QUANTITYINSTOCK</property> > <property name="nativeName">QUANTITYINSTOCK</property> > <property name="dataType">integer</property> > <property name="nativeDataType">4</property> > </structure> > <structure> > <property name="position">8</property> > <property name="name">BUYPRICE</property> > <property name="nativeName">BUYPRICE</property> > <property name="dataType">float</property> > <property name="nativeDataType">8</property> > </structure> > <structure> > <property name="position">9</property> > <property name="name">MSRP</property> > <property name="nativeName">MSRP</property> > <property name="dataType">float</property> > <property name="nativeDataType">8</property> > </structure> > <structure> > <property name="position">10</property> > <property name="name">ORDERNUMBER</property> > <property name="nativeName">ORDERNUMBER</property> > <property name="dataType">integer</property> > <property name="nativeDataType">4</property> > </structure> > <structure> > <property name="position">11</property> > <property name="name">ORDERDATE</property> > <property name="nativeName">ORDERDATE</property> > <property name="dataType">date</property> > <property name="nativeDataType">91</property> > </structure> > <structure> > <property name="position">12</property> > <property name="name">REQUIREDDATE</property> > <property name="nativeName">REQUIREDDATE</property> > <property name="dataType">date</property> > <property name="nativeDataType">91</property> > </structure> > <structure> > <property name="position">13</property> > <property name="name">SHIPPEDDATE</property> > <property name="nativeName">SHIPPEDDATE</property> > <property name="dataType">date</property> > <property name="nativeDataType">91</property> > </structure> > <structure> > <property name="position">14</property> > <property name="name">STATUS</property> > <property name="nativeName">STATUS</property> > <property name="dataType">string</property> > <property name="nativeDataType">12</property> > </structure> > <structure> > <property name="position">15</property> > <property name="name">COMMENTS</property> > <property name="nativeName">COMMENTS</property> > <property name="dataType">string</property> > <property name="nativeDataType">12</property> > </structure> > <structure> > <property name="position">16</property> > <property name="name">CUSTOMERNUMBER</property> > <property name="nativeName">CUSTOMERNUMBER</property> > <property name="dataType">integer</property> > <property name="nativeDataType">4</property> > </structure> > <structure> > <property name="position">17</property> > <property name="name">ORDERNUMBER_17</property> > <property name="nativeName">ORDERNUMBER</property> > <property name="dataType">integer</property> > <property name="nativeDataType">4</property> > </structure> > <structure> > <property name="position">18</property> > <property name="name">PRODUCTCODE_18</property> > <property name="nativeName">PRODUCTCODE</property> > <property name="dataType">string</property> > <property name="nativeDataType">12</property> > </structure> > <structure> > <property name="position">19</property> > <property name="name">QUANTITYORDERED</property> > <property name="nativeName">QUANTITYORDERED</property> > <property name="dataType">integer</property> > <property name="nativeDataType">4</property> > </structure> > <structure> > <property name="position">20</property> > <property name="name">PRICEEACH</property> > <property name="nativeName">PRICEEACH</property> > <property name="dataType">float</property> > <property name="nativeDataType">8</property> > </structure> > <structure> > <property name="position">21</property> > <property name="name">ORDERLINENUMBER</property> > <property name="nativeName">ORDERLINENUMBER</property> > <property name="dataType">integer</property> > <property name="nativeDataType">5</property> > </structure> > </list-property> > <property name="queryText">select * >from products, orders, orderdetails >where >products.productcode = orderdetails.productcode >and >orders.ordernumber = orderdetails.ordernumber</property> > </oda-data-set> > </data-sets> > <cubes> > <tabular-cube name="Customer Cube" id="8"> > <property name="defaultMeasureGroup">Summary Field</property> > <property name="dimensions"> > <tabular-dimension name="Group" id="9"> > <property name="isTimeType">true</property> > <property name="defaultHierarchy">NewTabularHierarchy</property> > <property name="hierarchies"> > <tabular-hierarchy name="NewTabularHierarchy" id="10"> > <property name="levels"> > <tabular-level name="year" id="11"> > <property name="dataType">date-time</property> > <property name="dateTimeLevelType">year</property> > <property name="columnName">ORDERDATE</property> > </tabular-level> > <tabular-level name="quarter" id="12"> > <property name="dataType">date-time</property> > <property name="dateTimeLevelType">quarter</property> > <property name="columnName">ORDERDATE</property> > </tabular-level> > <tabular-level name="month" id="13"> > <property name="dataType">date-time</property> > <property name="dateTimeLevelType">month</property> > <property name="columnName">ORDERDATE</property> > </tabular-level> > </property> > <property name="dataSet">Data Set</property> > </tabular-hierarchy> > </property> > </tabular-dimension> > <tabular-dimension name="Group1" id="14"> > <property name="isTimeType">true</property> > <property name="defaultHierarchy">NewTabularHierarchy1</property> > <property name="hierarchies"> > <tabular-hierarchy name="NewTabularHierarchy1" id="15"> > <property name="levels"> > <tabular-level name="year" id="16"> > <property name="dataType">date-time</property> > <property name="dateTimeLevelType">year</property> > <property name="columnName">SHIPPEDDATE</property> > </tabular-level> > <tabular-level name="quarter" id="17"> > <property name="dataType">date-time</property> > <property name="dateTimeLevelType">quarter</property> > <property name="columnName">SHIPPEDDATE</property> > </tabular-level> > <tabular-level name="month" id="18"> > <property name="dataType">date-time</property> > <property name="dateTimeLevelType">month</property> > <property name="columnName">SHIPPEDDATE</property> > </tabular-level> > </property> > <property name="dataSet">Data Set</property> > </tabular-hierarchy> > </property> > </tabular-dimension> > <tabular-dimension name="Group2" id="22"> > <property name="defaultHierarchy">NewTabularHierarchy2</property> > <property name="hierarchies"> > <tabular-hierarchy name="NewTabularHierarchy2" id="23"> > <property name="levels"> > <tabular-level name="STATUS" id="24"> > <property name="dataType">string</property> > <property name="interval">none</property> > <property name="levelType">dynamic</property> > <property name="columnName">STATUS</property> > </tabular-level> > </property> > <property name="dataSet">Data Set</property> > </tabular-hierarchy> > </property> > </tabular-dimension> > <tabular-dimension name="Group3" id="25"> > <property name="defaultHierarchy">NewTabularHierarchy3</property> > <property name="hierarchies"> > <tabular-hierarchy name="NewTabularHierarchy3" id="26"> > <property name="levels"> > <tabular-level name="PRODUCTLINE" id="27"> > <property name="dataType">string</property> > <property name="interval">none</property> > <property name="levelType">dynamic</property> > <property name="columnName">PRODUCTLINE</property> > </tabular-level> > </property> > <property name="dataSet">Data Set</property> > </tabular-hierarchy> > </property> > </tabular-dimension> > </property> > <property name="measureGroups"> > <tabular-measure-group name="Summary Field" id="19"> > <property name="measures"> > <tabular-measure name="QUANTITYORDERED" id="20"> > <property name="function">sum</property> > <expression name="measureExpression">dataSetRow["QUANTITYORDERED"]</expression> > <property name="dataType">integer</property> > </tabular-measure> > <tabular-measure name="PRICEEACH" id="21"> > <property name="function">sum</property> > <expression name="measureExpression">dataSetRow["PRICEEACH"]</expression> > <property name="dataType">float</property> > </tabular-measure> > </property> > </tabular-measure-group> > </property> > <property name="dataSet">Data Set</property> > </tabular-cube> > </cubes> > <styles> > <style name="crosstab" id="4"> > <property name="borderBottomColor">#CCCCCC</property> > <property name="borderBottomStyle">solid</property> > <property name="borderBottomWidth">1pt</property> > <property name="borderLeftColor">#CCCCCC</property> > <property name="borderLeftStyle">solid</property> > <property name="borderLeftWidth">1pt</property> > <property name="borderRightColor">#CCCCCC</property> > <property name="borderRightStyle">solid</property> > <property name="borderRightWidth">1pt</property> > <property name="borderTopColor">#CCCCCC</property> > <property name="borderTopStyle">solid</property> > <property name="borderTopWidth">1pt</property> > </style> > <style name="crosstab-cell" id="5"> > <property name="borderBottomColor">#CCCCCC</property> > <property name="borderBottomStyle">solid</property> > <property name="borderBottomWidth">1pt</property> > <property name="borderLeftColor">#CCCCCC</property> > <property name="borderLeftStyle">solid</property> > <property name="borderLeftWidth">1pt</property> > <property name="borderRightColor">#CCCCCC</property> > <property name="borderRightStyle">solid</property> > <property name="borderRightWidth">1pt</property> > <property name="borderTopColor">#CCCCCC</property> > <property name="borderTopStyle">solid</property> > <property name="borderTopWidth">1pt</property> > </style> > </styles> > <page-setup> > <simple-master-page name="Simple MasterPage" id="2"> > <page-footer> > <text id="3"> > <property name="contentType">html</property> > <text-property name="content"><![CDATA[<value-of>new Date()</value-of>]]></text-property> > </text> > </page-footer> > </simple-master-page> > </page-setup> > <body> > <extended-item extensionName="Crosstab" id="28"> > <property name="measures"> > <extended-item extensionName="MeasureView" id="43"> > <property name="measure">PRICEEACH</property> > <property name="detail"> > <extended-item extensionName="CrosstabCell" id="44"> > <property name="content"> > <extended-item extensionName="Chart" name="NewChart" id="49"> > <xml-property name="xmlRepresentation"><![CDATA[<model:ChartWithAxes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:attribute="http://www.birt.eclipse.org/ChartModelAttribute" xmlns:data="http://www.birt.eclipse.org/ChartModelData" xmlns:layout="http://www.birt.eclipse.org/ChartModelLayout" xmlns:model="http://www.birt.eclipse.org/ChartModel" xmlns:type="http://www.birt.eclipse.org/ChartModelType"> > <Type>Bar Chart</Type> > <SubType>Side-by-side</SubType> > <Block> > <Children xsi:type="layout:TitleBlock"> > <Bounds> > <Left>0.0</Left> > <Top>0.0</Top> > <Width>0.0</Width> > <Height>0.0</Height> > </Bounds> > <Insets> > <Top>3.0</Top> > <Left>3.0</Left> > <Bottom>3.0</Bottom> > <Right>3.0</Right> > </Insets> > <Row>-1</Row> > <Column>-1</Column> > <Rowspan>-1</Rowspan> > <Columnspan>-1</Columnspan> > <Outline> > <Style>Solid</Style> > <Thickness>1</Thickness> > <Color> > <Transparency>255</Transparency> > <Red>0</Red> > <Green>0</Green> > <Blue>0</Blue> > </Color> > <Visible>false</Visible> > </Outline> > <Visible>true</Visible> > <Label> > <Caption> > <Value>Bar Chart Title</Value> > <Font> > <Size>16.0</Size> > <Bold>true</Bold> > <Alignment> > <horizontalAlignment>Center</horizontalAlignment> > <verticalAlignment>Center</verticalAlignment> > </Alignment> > </Font> > </Caption> > <Background xsi:type="attribute:ColorDefinition"> > <Transparency>0</Transparency> > <Red>255</Red> > <Green>255</Green> > <Blue>255</Blue> > </Background> > <Outline> > <Style>Solid</Style> > <Thickness>1</Thickness> > <Color> > <Transparency>255</Transparency> > <Red>0</Red> > <Green>0</Green> > <Blue>0</Blue> > </Color> > </Outline> > <Insets> > <Top>0.0</Top> > <Left>2.0</Left> > <Bottom>0.0</Bottom> > <Right>3.0</Right> > </Insets> > <Visible>true</Visible> > </Label> > </Children> > <Children xsi:type="layout:Plot"> > <Bounds> > <Left>0.0</Left> > <Top>0.0</Top> > <Width>0.0</Width> > <Height>0.0</Height> > </Bounds> > <Insets> > <Top>3.0</Top> > <Left>3.0</Left> > <Bottom>3.0</Bottom> > <Right>3.0</Right> > </Insets> > <Row>-1</Row> > <Column>-1</Column> > <Rowspan>-1</Rowspan> > <Columnspan>-1</Columnspan> > <Outline> > <Style>Solid</Style> > <Thickness>1</Thickness> > <Color> > <Transparency>255</Transparency> > <Red>0</Red> > <Green>0</Green> > <Blue>0</Blue> > </Color> > <Visible>false</Visible> > </Outline> > <Visible>true</Visible> > <HorizontalSpacing>5</HorizontalSpacing> > <VerticalSpacing>5</VerticalSpacing> > <ClientArea> > <Outline> > <Style>Solid</Style> > <Thickness>0</Thickness> > <Color> > <Transparency>255</Transparency> > <Red>0</Red> > <Green>0</Green> > <Blue>0</Blue> > </Color> > <Visible>false</Visible> > </Outline> > <Insets> > <Top>0.0</Top> > <Left>0.0</Left> > <Bottom>0.0</Bottom> > <Right>0.0</Right> > </Insets> > </ClientArea> > </Children> > <Children xsi:type="layout:Legend"> > <Bounds> > <Left>0.0</Left> > <Top>0.0</Top> > <Width>0.0</Width> > <Height>0.0</Height> > </Bounds> > <Insets> > <Top>3.0</Top> > <Left>3.0</Left> > <Bottom>3.0</Bottom> > <Right>3.0</Right> > </Insets> > <Row>-1</Row> > <Column>-1</Column> > <Rowspan>-1</Rowspan> > <Columnspan>-1</Columnspan> > <Outline> > <Style>Solid</Style> > <Thickness>1</Thickness> > <Color> > <Transparency>255</Transparency> > <Red>0</Red> > <Green>0</Green> > <Blue>0</Blue> > </Color> > <Visible>false</Visible> > </Outline> > <Visible>true</Visible> > <ClientArea> > <Outline> > <Style>Solid</Style> > <Thickness>0</Thickness> > <Color> > <Transparency>255</Transparency> > <Red>0</Red> > <Green>0</Green> > <Blue>0</Blue> > </Color> > <Visible>false</Visible> > </Outline> > <Insets> > <Top>2.0</Top> > <Left>2.0</Left> > <Bottom>2.0</Bottom> > <Right>2.0</Right> > </Insets> > </ClientArea> > <Text> > <Value></Value> > <Font> > <Alignment/> > </Font> > </Text> > <Orientation>Vertical</Orientation> > <Direction>Top_Bottom</Direction> > <Separator> > <Style>Solid</Style> > <Thickness>1</Thickness> > <Color> > <Transparency>255</Transparency> > <Red>0</Red> > <Green>0</Green> > <Blue>0</Blue> > </Color> > <Visible>true</Visible> > </Separator> > <Position>Right</Position> > <ItemType>Series</ItemType> > <Title> > <Caption> > <Value></Value> > <Font> > <Alignment/> > </Font> > </Caption> > <Background xsi:type="attribute:ColorDefinition"> > <Transparency>0</Transparency> > <Red>255</Red> > <Green>255</Green> > <Blue>255</Blue> > </Background> > <Outline> > <Style>Solid</Style> > <Thickness>1</Thickness> > <Color> > <Transparency>255</Transparency> > <Red>0</Red> > <Green>0</Green> > <Blue>0</Blue> > </Color> > <Visible>false</Visible> > </Outline> > <Insets> > <Top>0.0</Top> > <Left>2.0</Left> > <Bottom>0.0</Bottom> > <Right>3.0</Right> > </Insets> > <Visible>false</Visible> > </Title> > <TitlePosition>Above</TitlePosition> > </Children> > <Bounds> > <Left>0.0</Left> > <Top>0.0</Top> > <Width>211.5</Width> > <Height>129.75</Height> > </Bounds> > <Insets> > <Top>3.0</Top> > <Left>3.0</Left> > <Bottom>3.0</Bottom> > <Right>3.0</Right> > </Insets> > <Row>-1</Row> > <Column>-1</Column> > <Rowspan>-1</Rowspan> > <Columnspan>-1</Columnspan> > <Outline> > <Style>Solid</Style> > <Thickness>1</Thickness> > <Color> > <Transparency>255</Transparency> > <Red>0</Red> > <Green>0</Green> > <Blue>0</Blue> > </Color> > <Visible>false</Visible> > </Outline> > <Visible>true</Visible> > </Block> > <Dimension>Two_Dimensional</Dimension> > <Units>Points</Units> > <SeriesThickness>10.0</SeriesThickness> > <SampleData> > <BaseSampleData> > <DataSetRepresentation>A, B, C</DataSetRepresentation> > </BaseSampleData> > <OrthogonalSampleData> > <DataSetRepresentation>5,4,12</DataSetRepresentation> > <SeriesDefinitionIndex>0</SeriesDefinitionIndex> > </OrthogonalSampleData> > </SampleData> > <Interactivity/> > <Axes> > <Type>Text</Type> > <Title> > <Caption> > <Value>X-Axis Title</Value> > <Font> > <Size>14.0</Size> > <Bold>true</Bold> > <Alignment> > <horizontalAlignment>Center</horizontalAlignment> > <verticalAlignment>Center</verticalAlignment> > </Alignment> > </Font> > </Caption> > <Background xsi:type="attribute:ColorDefinition"> > <Transparency>0</Transparency> > <Red>255</Red> > <Green>255</Green> > <Blue>255</Blue> > </Background> > <Outline> > <Style>Solid</Style> > <Thickness>1</Thickness> > <Color> > <Transparency>255</Transparency> > <Red>0</Red> > <Green>0</Green> > <Blue>0</Blue> > </Color> > </Outline> > <Insets> > <Top>0.0</Top> > <Left>2.0</Left> > <Bottom>0.0</Bottom> > <Right>3.0</Right> > </Insets> > <Visible>false</Visible> > </Title> > <TitlePosition>Below</TitlePosition> > <AssociatedAxes> > <Type>Linear</Type> > <Title> > <Caption> > <Value>Y-Axis Title</Value> > <Font> > <Size>14.0</Size> > <Bold>true</Bold> > <Alignment> > <horizontalAlignment>Center</horizontalAlignment> > <verticalAlignment>Center</verticalAlignment> > </Alignment> > <Rotation>90.0</Rotation> > </Font> > </Caption> > <Background xsi:type="attribute:ColorDefinition"> > <Transparency>0</Transparency> > <Red>255</Red> > <Green>255</Green> > <Blue>255</Blue> > </Background> > <Outline> > <Style>Solid</Style> > <Thickness>1</Thickness> > <Color> > <Transparency>255</Transparency> > <Red>0</Red> > <Green>0</Green> > <Blue>0</Blue> > </Color> > </Outline> > <Insets> > <Top>0.0</Top> > <Left>2.0</Left> > <Bottom>0.0</Bottom> > <Right>3.0</Right> > </Insets> > <Visible>false</Visible> > </Title> > <TitlePosition>Left</TitlePosition> > <SeriesDefinitions> > <Query> > <Definition></Definition> > </Query> > <SeriesPalette> > <Entries xsi:type="attribute:ColorDefinition"> > <Transparency>255</Transparency> > <Red>80</Red> > <Green>166</Green> > <Blue>218</Blue> > </Entries> > <Entries xsi:type="attribute:ColorDefinition"> > <Transparency>255</Transparency> > <Red>242</Red> > <Green>88</Green> > <Blue>106</Blue> > </Entries> > <Entries xsi:type="attribute:ColorDefinition"> > <Transparency>255</Transparency> > <Red>232</Red> > <Green>172</Green> > <Blue>57</Blue> > </Entries> > <Entries xsi:type="attribute:ColorDefinition"> > <Transparency>255</Transparency> > <Red>128</Red> > <Green>255</Green> > <Blue>128</Blue> > </Entries> > <Entries xsi:type="attribute:ColorDefinition"> > <Transparency>255</Transparency> > <Red>64</Red> > <Green>128</Green> > <Blue>128</Blue> > </Entries> > <Entries xsi:type="attribute:ColorDefinition"> > <Transparency>255</Transparency> > <Red>128</Red> > <Green>128</Green> > <Blue>192</Blue> > </Entries> > <Entries xsi:type="attribute:ColorDefinition"> > <Transparency>255</Transparency> > <Red>170</Red> > <Green>85</Green> > <Blue>85</Blue> > </Entries> > <Entries xsi:type="attribute:ColorDefinition"> > <Transparency>255</Transparency> > <Red>128</Red> > <Green>128</Green> > <Blue>0</Blue> > </Entries> > <Entries xsi:type="attribute:ColorDefinition"> > <Transparency>255</Transparency> > <Red>192</Red> > <Green>192</Green> > <Blue>192</Blue> > </Entries> > <Entries xsi:type="attribute:ColorDefinition"> > <Transparency>255</Transparency> > <Red>255</Red> > <Green>255</Green> > <Blue>128</Blue> > </Entries> > <Entries xsi:type="attribute:ColorDefinition"> > <Transparency>255</Transparency> > <Red>128</Red> > <Green>192</Green> > <Blue>128</Blue> > </Entries> > <Entries xsi:type="attribute:ColorDefinition"> > <Transparency>255</Transparency> > <Red>64</Red> > <Green>128</Green> > <Blue>128</Blue> > </Entries> > <Entries xsi:type="attribute:ColorDefinition"> > <Transparency>255</Transparency> > <Red>0</Red> > <Green>128</Green> > <Blue>255</Blue> > </Entries> > <Entries xsi:type="attribute:ColorDefinition"> > <Transparency>255</Transparency> > <Red>255</Red> > <Green>128</Green> > <Blue>192</Blue> > </Entries> > <Entries xsi:type="attribute:ColorDefinition"> > <Transparency>255</Transparency> > <Red>0</Red> > <Green>255</Green> > <Blue>255</Blue> > </Entries> > <Entries xsi:type="attribute:ColorDefinition"> > <Transparency>255</Transparency> > <Red>255</Red> > <Green>128</Green> > <Blue>128</Blue> > </Entries> > <Entries xsi:type="attribute:ColorDefinition"> > <Transparency>255</Transparency> > <Red>0</Red> > <Green>128</Green> > <Blue>192</Blue> > </Entries> > <Entries xsi:type="attribute:ColorDefinition"> > <Transparency>255</Transparency> > <Red>128</Red> > <Green>128</Green> > <Blue>192</Blue> > </Entries> > <Entries xsi:type="attribute:ColorDefinition"> > <Transparency>255</Transparency> > <Red>255</Red> > <Green>0</Green> > <Blue>255</Blue> > </Entries> > <Entries xsi:type="attribute:ColorDefinition"> > <Transparency>255</Transparency> > <Red>128</Red> > <Green>64</Green> > <Blue>64</Blue> > </Entries> > <Entries xsi:type="attribute:ColorDefinition"> > <Transparency>255</Transparency> > <Red>255</Red> > <Green>128</Green> > <Blue>64</Blue> > </Entries> > <Entries xsi:type="attribute:ColorDefinition"> > <Transparency>255</Transparency> > <Red>80</Red> > <Green>240</Green> > <Blue>120</Blue> > </Entries> > <Entries xsi:type="attribute:ColorDefinition"> > <Transparency>255</Transparency> > <Red>0</Red> > <Green>64</Green> > <Blue>128</Blue> > </Entries> > <Entries xsi:type="attribute:ColorDefinition"> > <Transparency>255</Transparency> > <Red>128</Red> > <Green>0</Green> > <Blue>64</Blue> > </Entries> > <Entries xsi:type="attribute:ColorDefinition"> > <Transparency>255</Transparency> > <Red>255</Red> > <Green>0</Green> > <Blue>128</Blue> > </Entries> > <Entries xsi:type="attribute:ColorDefinition"> > <Transparency>255</Transparency> > <Red>128</Red> > <Green>128</Green> > <Blue>64</Blue> > </Entries> > <Entries xsi:type="attribute:ColorDefinition"> > <Transparency>255</Transparency> > <Red>128</Red> > <Green>128</Green> > <Blue>128</Blue> > </Entries> > <Entries xsi:type="attribute:ColorDefinition"> > <Transparency>255</Transparency> > <Red>255</Red> > <Green>128</Green> > <Blue>255</Blue> > </Entries> > <Entries xsi:type="attribute:ColorDefinition"> > <Transparency>255</Transparency> > <Red>0</Red> > <Green>64</Green> > <Blue>0</Blue> > </Entries> > <Entries xsi:type="attribute:ColorDefinition"> > <Transparency>255</Transparency> > <Red>0</Red> > <Green>0</Green> > <Blue>0</Blue> > </Entries> > <Entries xsi:type="attribute:ColorDefinition"> > <Transparency>255</Transparency> > <Red>255</Red> > <Green>255</Green> > <Blue>255</Blue> > </Entries> > <Entries xsi:type="attribute:ColorDefinition"> > <Transparency>255</Transparency> > <Red>255</Red> > <Green>128</Green> > <Blue>0</Blue> > </Entries> > </SeriesPalette> > <Series xsi:type="type:BarSeries"> > <Visible>true</Visible> > <Label> > <Caption> > <Value></Value> > <Font> > <Alignment/> > </Font> > </Caption> > <Background xsi:type="attribute:ColorDefinition"> > <Transparency>0</Transparency> > <Red>255</Red> > <Green>255</Green> > <Blue>255</Blue> > </Background> > <Outline> > <Style>Solid</Style> > <Thickness>1</Thickness> > <Color> > <Transparency>255</Transparency> > <Red>0</Red> > <Green>0</Green> > <Blue>0</Blue> > </Color> > <Visible>false</Visible> > </Outline> > <Insets> > <Top>0.0</Top> > <Left>2.0</Left> > <Bottom>0.0</Bottom> > <Right>3.0</Right> > </Insets> > <Visible>false</Visible> > </Label> > <DataDefinition> > <Definition>data["PRICEEACH"]</Definition> > </DataDefinition> > <SeriesIdentifier></SeriesIdentifier> > <DataPoint> > <Components> > <Type>Orthogonal_Value</Type> > </Components> > <Separator>, </Separator> > </DataPoint> > <LabelPosition>Outside</LabelPosition> > <Stacked>false</Stacked> > <Riser>Rectangle</Riser> > </Series> > <Grouping> > <Enabled>false</Enabled> > <GroupingInterval>2</GroupingInterval> > <GroupType>Text</GroupType> > <AggregateExpression>Sum</AggregateExpression> > </Grouping> > <Sorting>Ascending</Sorting> > </SeriesDefinitions> > <Orientation>Vertical</Orientation> > <LineAttributes> > <Style>Solid</Style> > <Thickness>1</Thickness> > <Color> > <Transparency>255</Transparency> > <Red>0</Red> > <Green>0</Green> > <Blue>0</Blue> > </Color> > <Visible>true</Visible> > </LineAttributes> > <Label> > <Caption> > <Value></Value> > <Font> > <Alignment/> > </Font> > </Caption> > <Background xsi:type="attribute:ColorDefinition"> > <Transparency>0</Transparency> > <Red>255</Red> > <Green>255</Green> > <Blue>255</Blue> > </Background> > <Outline> > <Style>Solid</Style> > <Thickness>1</Thickness> > <Color> > <Transparency>255</Transparency> > <Red>0</Red> > <Green>0</Green> > <Blue>0</Blue> > </Color> > </Outline> > <Insets> > <Top>0.0</Top> > <Left>2.0</Left> > <Bottom>0.0</Bottom> > <Right>3.0</Right> > </Insets> > <Visible>true</Visible> > </Label> > <LabelPosition>Left</LabelPosition> > <MajorGrid> > <LineAttributes> > <Style>Solid</Style> > <Thickness>1</Thickness> > <Color> > <Transparency>255</Transparency> > <Red>196</Red> > <Green>196</Green> > <Blue>196</Blue> > </Color> > <Visible>false</Visible> > </LineAttributes> > <TickStyle>Across</TickStyle> > <TickAttributes> > <Style>Solid</Style> > <Thickness>1</Thickness> > <Color> > <Transparency>255</Transparency> > <Red>196</Red> > <Green>196</Green> > <Blue>196</Blue> > </Color> > <Visible>true</Visible> > </TickAttributes> > </MajorGrid> > <MinorGrid> > <LineAttributes> > <Style>Solid</Style> > <Thickness>1</Thickness> > <Color> > <Transparency>255</Transparency> > <Red>225</Red> > <Green>225</Green> > <Blue>225</Blue> > </Color> > <Visible>false</Visible> > </LineAttributes> > <TickStyle>Across</TickStyle> > <TickAttributes> > <Style>Solid</Style> > <Thickness>1</Thickness> > <Color> > <Transparency>255</Transparency> > <Red>225</Red> > <Green>225</Green> > <Blue>225</Blue> > </Color> > <Visible>false</Visible> > </TickAttributes> > </MinorGrid> > <Scale> > <MinorGridsPerUnit>5</MinorGridsPerUnit> > </Scale> > <Origin> > <Type>Min</Type> > <Value xsi:type="data:NumberDataElement"> > <Value>0.0</Value> > </Value> > </Origin> > <PrimaryAxis>true</PrimaryAxis> > <Percent>false</Percent> > </AssociatedAxes> > <SeriesDefinitions> > <Query> > <Definition></Definition> > </Query> > <SeriesPalette> > <Entries xsi:type="attribute:ColorDefinition"> > <Transparency>255</Transparency> > <Red>80</Red> > <Green>166</Green> > <Blue>218</Blue> > </Entries> > <Entries xsi:type="attribute:ColorDefinition"> > <Transparency>255</Transparency> > <Red>242</Red> > <Green>88</Green> > <Blue>106</Blue> > </Entries> > <Entries xsi:type="attribute:ColorDefinition"> > <Transparency>255</Transparency> > <Red>232</Red> > <Green>172</Green> > <Blue>57</Blue> > </Entries> > <Entries xsi:type="attribute:ColorDefinition"> > <Transparency>255</Transparency> > <Red>128</Red> > <Green>255</Green> > <Blue>128</Blue> > </Entries> > <Entries xsi:type="attribute:ColorDefinition"> > <Transparency>255</Transparency> > <Red>64</Red> > <Green>128</Green> > <Blue>128</Blue> > </Entries> > <Entries xsi:type="attribute:ColorDefinition"> > <Transparency>255</Transparency> > <Red>128</Red> > <Green>128</Green> > <Blue>192</Blue> > </Entries> > <Entries xsi:type="attribute:ColorDefinition"> > <Transparency>255</Transparency> > <Red>170</Red> > <Green>85</Green> > <Blue>85</Blue> > </Entries> > <Entries xsi:type="attribute:ColorDefinition"> > <Transparency>255</Transparency> > <Red>128</Red> > <Green>128</Green> > <Blue>0</Blue> > </Entries> > <Entries xsi:type="attribute:ColorDefinition"> > <Transparency>255</Transparency> > <Red>192</Red> > <Green>192</Green> > <Blue>192</Blue> > </Entries> > <Entries xsi:type="attribute:ColorDefinition"> > <Transparency>255</Transparency> > <Red>255</Red> > <Green>255</Green> > <Blue>128</Blue> > </Entries> > <Entries xsi:type="attribute:ColorDefinition"> > <Transparency>255</Transparency> > <Red>128</Red> > <Green>192</Green> > <Blue>128</Blue> > </Entries> > <Entries xsi:type="attribute:ColorDefinition"> > <Transparency>255</Transparency> > <Red>64</Red> > <Green>128</Green> > <Blue>128</Blue> > </Entries> > <Entries xsi:type="attribute:ColorDefinition"> > <Transparency>255</Transparency> > <Red>0</Red> > <Green>128</Green> > <Blue>255</Blue> > </Entries> > <Entries xsi:type="attribute:ColorDefinition"> > <Transparency>255</Transparency> > <Red>255</Red> > <Green>128</Green> > <Blue>192</Blue> > </Entries> > <Entries xsi:type="attribute:ColorDefinition"> > <Transparency>255</Transparency> > <Red>0</Red> > <Green>255</Green> > <Blue>255</Blue> > </Entries> > <Entries xsi:type="attribute:ColorDefinition"> > <Transparency>255</Transparency> > <Red>255</Red> > <Green>128</Green> > <Blue>128</Blue> > </Entries> > <Entries xsi:type="attribute:ColorDefinition"> > <Transparency>255</Transparency> > <Red>0</Red> > <Green>128</Green> > <Blue>192</Blue> > </Entries> > <Entries xsi:type="attribute:ColorDefinition"> > <Transparency>255</Transparency> > <Red>128</Red> > <Green>128</Green> > <Blue>192</Blue> > </Entries> > <Entries xsi:type="attribute:ColorDefinition"> > <Transparency>255</Transparency> > <Red>255</Red> > <Green>0</Green> > <Blue>255</Blue> > </Entries> > <Entries xsi:type="attribute:ColorDefinition"> > <Transparency>255</Transparency> > <Red>128</Red> > <Green>64</Green> > <Blue>64</Blue> > </Entries> > <Entries xsi:type="attribute:ColorDefinition"> > <Transparency>255</Transparency> > <Red>255</Red> > <Green>128</Green> > <Blue>64</Blue> > </Entries> > <Entries xsi:type="attribute:ColorDefinition"> > <Transparency>255</Transparency> > <Red>80</Red> > <Green>240</Green> > <Blue>120</Blue> > </Entries> > <Entries xsi:type="attribute:ColorDefinition"> > <Transparency>255</Transparency> > <Red>0</Red> > <Green>64</Green> > <Blue>128</Blue> > </Entries> > <Entries xsi:type="attribute:ColorDefinition"> > <Transparency>255</Transparency> > <Red>128</Red> > <Green>0</Green> > <Blue>64</Blue> > </Entries> > <Entries xsi:type="attribute:ColorDefinition"> > <Transparency>255</Transparency> > <Red>255</Red> > <Green>0</Green> > <Blue>128</Blue> > </Entries> > <Entries xsi:type="attribute:ColorDefinition"> > <Transparency>255</Transparency> > <Red>128</Red> > <Green>128</Green> > <Blue>64</Blue> > </Entries> > <Entries xsi:type="attribute:ColorDefinition"> > <Transparency>255</Transparency> > <Red>128</Red> > <Green>128</Green> > <Blue>128</Blue> > </Entries> > <Entries xsi:type="attribute:ColorDefinition"> > <Transparency>255</Transparency> > <Red>255</Red> > <Green>128</Green> > <Blue>255</Blue> > </Entries> > <Entries xsi:type="attribute:ColorDefinition"> > <Transparency>255</Transparency> > <Red>0</Red> > <Green>64</Green> > <Blue>0</Blue> > </Entries> > <Entries xsi:type="attribute:ColorDefinition"> > <Transparency>255</Transparency> > <Red>0</Red> > <Green>0</Green> > <Blue>0</Blue> > </Entries> > <Entries xsi:type="attribute:ColorDefinition"> > <Transparency>255</Transparency> > <Red>255</Red> > <Green>255</Green> > <Blue>255</Blue> > </Entries> > <Entries xsi:type="attribute:ColorDefinition"> > <Transparency>255</Transparency> > <Red>255</Red> > <Green>128</Green> > <Blue>0</Blue> > </Entries> > </SeriesPalette> > <Series> > <Visible>true</Visible> > <Label> > <Caption> > <Value></Value> > <Font> > <Alignment/> > </Font> > </Caption> > <Background xsi:type="attribute:ColorDefinition"> > <Transparency>0</Transparency> > <Red>255</Red> > <Green>255</Green> > <Blue>255</Blue> > </Background> > <Outline> > <Style>Solid</Style> > <Thickness>1</Thickness> > <Color> > <Transparency>255</Transparency> > <Red>0</Red> > <Green>0</Green> > <Blue>0</Blue> > </Color> > <Visible>false</Visible> > </Outline> > <Insets> > <Top>0.0</Top> > <Left>2.0</Left> > <Bottom>0.0</Bottom> > <Right>3.0</Right> > </Insets> > <Visible>false</Visible> > </Label> > <DataDefinition> > <Definition>data["PRODUCTLINE"]</Definition> > </DataDefinition> > <SeriesIdentifier></SeriesIdentifier> > <DataPoint> > <Components> > <Type>Orthogonal_Value</Type> > </Components> > <Separator>, </Separator> > </DataPoint> > <LabelPosition>Outside</LabelPosition> > <Stacked>false</Stacked> > </Series> > <Grouping> > <Enabled>false</Enabled> > <GroupingInterval>2</GroupingInterval> > <GroupType>Text</GroupType> > <AggregateExpression>Sum</AggregateExpression> > </Grouping> > </SeriesDefinitions> > <Orientation>Horizontal</Orientation> > <LineAttributes> > <Style>Solid</Style> > <Thickness>1</Thickness> > <Color> > <Transparency>255</Transparency> > <Red>0</Red> > <Green>0</Green> > <Blue>0</Blue> > </Color> > <Visible>true</Visible> > </LineAttributes> > <Label> > <Caption> > <Value></Value> > <Font> > <Alignment/> > </Font> > </Caption> > <Background xsi:type="attribute:ColorDefinition"> > <Transparency>0</Transparency> > <Red>255</Red> > <Green>255</Green> > <Blue>255</Blue> > </Background> > <Outline> > <Style>Solid</Style> > <Thickness>1</Thickness> > <Color> > <Transparency>255</Transparency> > <Red>0</Red> > <Green>0</Green> > <Blue>0</Blue> > </Color> > </Outline> > <Insets> > <Top>0.0</Top> > <Left>2.0</Left> > <Bottom>0.0</Bottom> > <Right>3.0</Right> > </Insets> > <Visible>true</Visible> > </Label> > <LabelPosition>Below</LabelPosition> > <MajorGrid> > <LineAttributes> > <Style>Solid</Style> > <Thickness>1</Thickness> > <Color> > <Transparency>255</Transparency> > <Red>196</Red> > <Green>196</Green> > <Blue>196</Blue> > </Color> > <Visible>false</Visible> > </LineAttributes> > <TickStyle>Across</TickStyle> > <TickAttributes> > <Style>Solid</Style> > <Thickness>1</Thickness> > <Color> > <Transparency>255</Transparency> > <Red>196</Red> > <Green>196</Green> > <Blue>196</Blue> > </Color> > <Visible>true</Visible> > </TickAttributes> > </MajorGrid> > <MinorGrid> > <LineAttributes> > <Style>Solid</Style> > <Thickness>1</Thickness> > <Color> > <Transparency>255</Transparency> > <Red>225</Red> > <Green>225</Green> > <Blue>225</Blue> > </Color> > <Visible>false</Visible> > </LineAttributes> > <TickStyle>Across</TickStyle> > <TickAttributes> > <Style>Solid</Style> > <Thickness>1</Thickness> > <Color> > <Transparency>255</Transparency> > <Red>225</Red> > <Green>225</Green> > <Blue>225</Blue> > </Color> > <Visible>false</Visible> > </TickAttributes> > </MinorGrid> > <Scale> > <MinorGridsPerUnit>5</MinorGridsPerUnit> > </Scale> > <Origin> > <Type>Min</Type> > <Value xsi:type="data:NumberDataElement"> > <Value>0.0</Value> > </Value> > </Origin> > <PrimaryAxis>true</PrimaryAxis> > <CategoryAxis>true</CategoryAxis> > <Percent>false</Percent> > </Axes> > <Orientation>Vertical</Orientation> > <UnitSpacing>50.0</UnitSpacing> > <Rotation/> ></model:ChartWithAxes> >]]></xml-property> > <property name="outputFormat">SVG</property> > <property name="height">130pt</property> > <property name="width">212pt</property> > </extended-item> > <data name="PRICEEACH" id="46"> > <property name="resultSetColumn">PRICEEACH</property> > </data> > </property> > </extended-item> > </property> > <property name="header"> > <extended-item extensionName="CrosstabCell" id="45"> > <property name="content"> > <label id="47"> > <text-property name="text">PRICEEACH</text-property> > </label> > </property> > </extended-item> > </property> > </extended-item> > </property> > <property name="rows"> > <extended-item extensionName="CrosstabView" id="34"> > <property name="views"> > <extended-item extensionName="DimensionView" id="35"> > <property name="dimension">Group2</property> > <property name="levels"> > <extended-item extensionName="LevelView" name="NewLevel View1" id="36"> > <property name="level">Group2/STATUS</property> > <property name="member"> > <extended-item extensionName="CrosstabCell" id="37"> > <property name="content"> > <data name="STATUS" id="38"> > <property name="resultSetColumn">STATUS</property> > </data> > </property> > <property name="width">180px</property> > </extended-item> > </property> > </extended-item> > </property> > </extended-item> > </property> > </extended-item> > </property> > <property name="columns"> > <extended-item extensionName="CrosstabView" id="29"> > <property name="views"> > <extended-item extensionName="DimensionView" id="30"> > <property name="dimension">Group</property> > <property name="levels"> > <extended-item extensionName="LevelView" name="NewLevel View" id="31"> > <property name="level">Group/year</property> > <property name="member"> > <extended-item extensionName="CrosstabCell" id="32"> > <property name="content"> > <data name="year" id="33"> > <property name="resultSetColumn">year</property> > </data> > </property> > </extended-item> > </property> > </extended-item> > </property> > </extended-item> > <extended-item extensionName="DimensionView" id="39"> > <property name="dimension">Group3</property> > <property name="levels"> > <extended-item extensionName="LevelView" name="NewLevel View2" id="40"> > <property name="level">Group3/PRODUCTLINE</property> > <property name="member"> > <extended-item extensionName="CrosstabCell" id="41"> > <property name="content"> > <data name="PRODUCTLINE" id="42"> > <property name="resultSetColumn">PRODUCTLINE</property> > </data> > </property> > </extended-item> > </property> > </extended-item> > </property> > </extended-item> > </property> > </extended-item> > </property> > <property name="cube">Customer Cube</property> > <list-property name="boundDataColumns"> > <structure> > <property name="name">year</property> > <expression name="expression">dimension["Group"]["year"]</expression> > <property name="dataType">date-time</property> > </structure> > <structure> > <property name="name">STATUS</property> > <expression name="expression">dimension["Group2"]["STATUS"]</expression> > <property name="dataType">string</property> > </structure> > <structure> > <property name="name">PRODUCTLINE</property> > <expression name="expression">dimension["Group3"]["PRODUCTLINE"]</expression> > <property name="dataType">string</property> > </structure> > <structure> > <property name="name">PRICEEACH</property> > <expression name="expression">measure["PRICEEACH"]</expression> > <property name="dataType">float</property> > </structure> > </list-property> > </extended-item> > </body> ></report>
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 192853
: 71441