Quantcast
Channel: BIRT Exchange Forum Feed
Viewing all articles
Browse latest Browse all 542

bar charts in group (what is chart_key and label_key and how to use those)

$
0
0
Hi All,

can anyone please tell me the steps on how to get graphs based on the grouped data..


In the below rptdesign file the report is grouped based on chart_key and label_key.. could you please tell me how to use chart_key and label_key ??



xml for the linear_work_history.rptdesign


<?xml version="1.0" encoding="UTF-8"?>
&lt!-- Written by Eclipse BIRT 2.0 -->
<report xmlns="http://www.eclipse.org/birt/2005/design" version="3.2.6" id="1">
<property name="createdBy">Eclipse BIRT Designer Version 2.1.1.v20060922-1058 Build <20060926-0959></property>
<property name="units">in</property>
<property name="includeResource">asset</property>
<property name="comments">Copyright © 2006 <<Your Company Name here>></property>
<html-property name="description">This template will create a report with one or more groups, each having identical data fields.</html-property>
<method name="initialize"><![CDATA[importPackage(Packages.com.ibm.tivoli.maximo.report.script);

mxReportScriptContext = MXReportScriptContext.initialize(reportContext);]]></method>
<method name="afterFactory"><![CDATA[MXReportScriptContext.close();]]></method>
<property name="theme">MaximoSystemLibrary.maximoTheme</property>
<text-property name="displayName">Tivoli Maximo Grouped Template</text-property>
<list-property name="libraries">
<structure>
<property name="fileName">MaximoSystemLibrary.rptlibrary</property>
<property name="namespace">MaximoSystemLibrary</property>
</structure>
</list-property>
<template-parameter-definitions>
<template-parameter-definition name="NewTemplateParameterDefinition" id="71">
<property name="allowedType">Label</property>
<text-property name="description">Double-click to enter the report title.</text-property>
<default>
<label id="72">
<text-property name="text">Report Title</text-property>
</label>
</default>
</template-parameter-definition>
</template-parameter-definitions>
<parameters>
<scalar-parameter name="where" id="25">
<property name="valueType">static</property>
<property name="dataType">string</property>
<property name="controlType">text-box</property>
<property name="defaultValue">1=1</property>
<structure name="format">
<property name="category">Unformatted</property>
</structure>
</scalar-parameter>
<scalar-parameter name="appname" id="240">
<property name="valueType">static</property>
<property name="dataType">string</property>
<property name="controlType">text-box</property>
<structure name="format">
<property name="category">Unformatted</property>
</structure>
</scalar-parameter>
<scalar-parameter name="paramdelimiter" id="241">
<property name="hidden">true</property>
<property name="valueType">static</property>
<property name="dataType">string</property>
<property name="allowNull">true</property>
<property name="controlType">text-box</property>
<structure name="format">
<property name="category">Unformatted</property>
</structure>
</scalar-parameter>
<scalar-parameter name="paramstring" id="242">
<property name="hidden">true</property>
<property name="valueType">static</property>
<property name="dataType">string</property>
<property name="allowNull">true</property>
<property name="controlType">text-box</property>
<structure name="format">
<property name="category">Unformatted</property>
</structure>
</scalar-parameter>
<scalar-parameter name="asset" id="437">
<property name="valueType">static</property>
<property name="dataType">string</property>
<text-property name="promptText">Asset</text-property>
<property name="allowNull">false</property>
<property name="controlType">text-box</property>
<structure name="format">
<property name="category">Unformatted</property>
</structure>
</scalar-parameter>
<scalar-parameter name="status" id="438">
<property name="valueType">static</property>
<property name="dataType">string</property>
<text-property name="promptText">Status</text-property>
<property name="allowNull">false</property>
<property name="controlType">text-box</property>
<structure name="format">
<property name="category">Unformatted</property>
</structure>
</scalar-parameter>
<scalar-parameter name="start_measure" id="439">
<property name="valueType">static</property>
<property name="dataType">string</property>
<text-property name="promptText">Start Measure</text-property>
<property name="allowNull">false</property>
<property name="controlType">text-box</property>
<structure name="format">
<property name="category">Unformatted</property>
</structure>
</scalar-parameter>
<scalar-parameter name="end_measure" id="440">
<property name="valueType">static</property>
<property name="dataType">string</property>
<text-property name="promptText">End Measure</text-property>
<property name="allowNull">false</property>
<property name="controlType">text-box</property>
<structure name="format">
<property name="category">Unformatted</property>
</structure>
</scalar-parameter>
<scalar-parameter name="from" id="441">
<property name="valueType">static</property>
<property name="dataType">string</property>
<text-property name="promptText">From</text-property>
<property name="allowNull">false</property>
<property name="controlType">text-box</property>
<structure name="format">
<property name="category">Unformatted</property>
</structure>
</scalar-parameter>
<scalar-parameter name="to" id="442">
<property name="valueType">static</property>
<property name="dataType">string</property>
<text-property name="promptText">To</text-property>
<property name="allowNull">false</property>
<property name="controlType">text-box</property>
<structure name="format">
<property name="category">Unformatted</property>
</structure>
</scalar-parameter>
</parameters>
<data-sources>
<script-data-source name="maximoDataSource" id="64" extends="MaximoSystemLibrary.maximoDataSource"/>
</data-sources>
<data-sets>
<script-data-set name="dataSet" id="5">
<list-property name="resultSetHints">
<structure>
<property name="position">1</property>
<property name="name">wonum</property>
<property name="dataType">string</property>
</structure>
<structure>
<property name="position">2</property>
<property name="name">description</property>
<property name="dataType">string</property>
</structure>
<structure>
<property name="position">3</property>
<property name="name">worktype</property>
<property name="dataType">string</property>
</structure>
<structure>
<property name="position">4</property>
<property name="name">status</property>
<property name="dataType">string</property>
</structure>
<structure>
<property name="position">5</property>
<property name="name">wopriority</property>
<property name="dataType">string</property>
</structure>
<structure>
<property name="position">6</property>
<property name="name">lead</property>
<property name="dataType">string</property>
</structure>
<structure>
<property name="position">7</property>
<property name="name">jpnum</property>
<property name="dataType">string</property>
</structure>
<structure>
<property name="position">8</property>
<property name="name">parent</property>
<property name="dataType">string</property>
</structure>
<structure>
<property name="position">9</property>
<property name="name">schedstart</property>
<property name="dataType">date-time</property>
</structure>
<structure>
<property name="position">10</property>
<property name="name">schedfinish</property>
<property name="dataType">date-time</property>
</structure>
<structure>
<property name="position">11</property>
<property name="name">actstart</property>
<property name="dataType">date-time</property>
</structure>
<structure>
<property name="position">12</property>
<property name="name">startmeasure</property>
<property name="dataType">float</property>
</structure>
<structure>
<property name="position">13</property>
<property name="name">endmeasure</property>
<property name="dataType">float</property>
</structure>
<structure>
<property name="position">14</property>
<property name="name">asset_description</property>
<property name="dataType">string</property>
</structure>
<structure>
<property name="position">15</property>
<property name="name">actfinish</property>
<property name="dataType">date-time</property>
</structure>
<structure>
<property name="position">16</property>
<property name="name">assetnum</property>
<property name="dataType">string</property>
</structure>
<structure>
<property name="position">17</property>
<property name="name">changedate</property>
<property name="dataType">date-time</property>
</structure>
<structure>
<property name="position">18</property>
<property name="name">siteid</property>
<property name="dataType">string</property>
</structure>
<structure>
<property name="position">19</property>
<property name="name">reportdate</property>
<property name="dataType">date-time</property>
</structure>
</list-property>
<list-property name="columnHints">
<structure>
<property name="columnName">wonum</property>
</structure>
<structure>
<property name="columnName">description</property>
</structure>
<structure>
<property name="columnName">worktype</property>
</structure>
<structure>
<property name="columnName">status</property>
</structure>
<structure>
<property name="columnName">wopriority</property>
</structure>
<structure>
<property name="columnName">lead</property>
</structure>
<structure>
<property name="columnName">location</property>
</structure>
<structure>
<property name="columnName">jpnum</property>
</structure>
<structure>
<property name="columnName">parent</property>
</structure>
<structure>
<property name="columnName">schedstart</property>
</structure>
<structure>
<property name="columnName">schedfinish</property>
</structure>
<structure>
<property name="columnName">actstart</property>
</structure>
<structure>
<property name="columnName">from</property>
</structure>
<structure>
<property name="columnName">to</property>
</structure>
<structure>
<property name="columnName">startmeasure</property>
</structure>
<structure>
<property name="columnName">endmeasure</property>
</structure>
<structure>
<property name="columnName">wostatus_changedate</property>
</structure>
<structure>
<property name="columnName">asset_description</property>
</structure>
<structure>
<property name="columnName">actfinish</property>
</structure>
<structure>
<property name="columnName">assetnum</property>
</structure>
<structure>
<property name="columnName">changedate</property>
</structure>
<structure>
<property name="columnName">siteid</property>
</structure>
<structure>
<property name="columnName">reportdate</property>
</structure>
</list-property>
<structure name="cachedMetaData">
<list-property name="resultSet">
<structure>
<property name="position">1</property>
<property name="name">wonum</property>
<property name="dataType">string</property>
</structure>
<structure>
<property name="position">2</property>
<property name="name">description</property>
<property name="dataType">string</property>
</structure>
<structure>
<property name="position">3</property>
<property name="name">worktype</property>
<property name="dataType">string</property>
</structure>
<structure>
<property name="position">4</property>
<property name="name">status</property>
<property name="dataType">string</property>
</structure>
<structure>
<property name="position">5</property>
<property name="name">wopriority</property>
<property name="dataType">string</property>
</structure>
<structure>
<property name="position">6</property>
<property name="name">lead</property>
<property name="dataType">string</property>
</structure>
<structure>
<property name="position">7</property>
<property name="name">jpnum</property>
<property name="dataType">string</property>
</structure>
<structure>
<property name="position">8</property>
<property name="name">parent</property>
<property name="dataType">string</property>
</structure>
<structure>
<property name="position">9</property>
<property name="name">schedstart</property>
<property name="dataType">date-time</property>
</structure>
<structure>
<property name="position">10</property>
<property name="name">schedfinish</property>
<property name="dataType">date-time</property>
</structure>
<structure>
<property name="position">11</property>
<property name="name">actstart</property>
<property name="dataType">date-time</property>
</structure>
<structure>
<property name="position">12</property>
<property name="name">startmeasure</property>
<property name="dataType">float</property>
</structure>
<structure>
<property name="position">13</property>
<property name="name">endmeasure</property>
<property name="dataType">float</property>
</structure>
<structure>
<property name="position">14</property>
<property name="name">asset_description</property>
<property name="dataType">string</property>
</structure>
<structure>
<property name="position">15</property>
<property name="name">actfinish</property>
<property name="dataType">date-time</property>
</structure>
<structure>
<property name="position">16</property>
<property name="name">assetnum</property>
<property name="dataType">string</property>
</structure>
<structure>
<property name="position">17</property>
<property name="name">changedate</property>
<property name="dataType">date-time</property>
</structure>
<structure>
<property name="position">18</property>
<property name="name">siteid</property>
<property name="dataType">string</property>
</structure>
<structure>
<property name="position">19</property>
<property name="name">reportdate</property>
<property name="dataType">date-time</property>
</structure>
</list-property>
</structure>
<property name="dataSource">maximoDataSource</property>
<method name="open"><![CDATA[maximoDataSet = MXReportDataSetProvider.create(this.getDataSource().getName(), this.getName());
maximoDataSet.open();

var sqlText = new String();

sqlText = "select asset.assetnum, asset.description, workorder.wonum, workorder.siteid, workorder.description as wodesc, workorder.worktype, workorder.status, "
+ "workorder.wopriority, workorder.lead, workorder.jpnum, workorder.parent, workorder.schedstart, workorder.schedfinish, "
+ " workorder.actstart, workorder.actfinish, multiassetlocci.startmeasure, multiassetlocci.endmeasure, wostatus.changedate, workorder.reportdate "
+ "from asset, wostatus, multiassetlocci, workorder "
+ "where multiassetlocci.recordkey = workorder.wonum "
+ "and multiassetlocci.worksiteid = workorder.siteid "
+ "and multiassetlocci.recordclass = workorder.woclass "
+ "and asset.assetnum = multiassetlocci.assetnum "
+ "and asset.siteid = multiassetlocci.siteid "
+ "and asset.islinear = 1 "
+ "and workorder.wonum = wostatus.wonum "
+ "and workorder.siteid = wostatus.siteid "
+ "and workorder.istask = 0 "
+ " and " + params["where"]
+ " order by workorder.wonum "
;
maximoDataSet.setQuery(sqlText);]]></method>
<method name="fetch"><![CDATA[if (!maximoDataSet.fetch())
return (false);

row["wonum"] = maximoDataSet.getString("wonum");
row["siteid"] = maximoDataSet.getString("siteid");
row["assetnum"] = maximoDataSet.getString("assetnum");
row["description"] = maximoDataSet.getString("wodesc");
row["asset_description"] = maximoDataSet.getString("description");
row["worktype"] = maximoDataSet.getString("worktype");
row["status"] = maximoDataSet.getString("status");
row["wopriority"] = maximoDataSet.getString("wopriority");
row["lead"] = maximoDataSet.getString("lead");
row["jpnum"] = maximoDataSet.getString("jpnum");
row["parent"] = maximoDataSet.getString("parent");
row["schedstart"] = maximoDataSet.getTimestamp("schedstart");
row["schedfinish"] = maximoDataSet.getTimestamp("schedfinish");
row["actstart"] = maximoDataSet.getTimestamp("actstart");
row["actfinish"] = maximoDataSet.getTimestamp("actfinish");
row["changedate"] = maximoDataSet.getTimestamp("changedate");
row["startmeasure"] = maximoDataSet.getFloat("startmeasure");
row["endmeasure"] = maximoDataSet.getFloat("endmeasure");
row["reportdate"] = maximoDataSet.getTimestamp("reportdate");

return (true);]]></method>
</script-data-set>
</data-sets>
<page-setup>
<simple-master-page name="maximoLandscape" id="47" extends="MaximoSystemLibrary.maximoLandscape">
<overridden-values>
<ref-entry baseId="304" name="NewGrid2"/>
<ref-entry baseId="340" name="NewImage1"/>
<ref-entry baseId="310" name="NewImage"/>
<ref-entry baseId="322" name="NewGrid"/>
<ref-entry baseId="328" name="NewText"/>
<ref-entry baseId="329" name="NewGrid1"/>
<ref-entry baseId="335" name="NewAutoText"/>
<ref-entry baseId="337" name="NewText1"/>
<ref-entry baseId="339" name="NewAutoText1"/>
</overridden-values>
</simple-master-page>
</page-setup>
<body>
<table id="7">
<property name="width">100%</property>
<property name="dataSet">dataSet</property>
<list-property name="boundDataColumns">
<structure>
<property name="name">wonum</property>
<expression name="expression">dataSetRow["wonum"]</expression>
<property name="dataType">string</property>
</structure>
<structure>
<property name="name">description</property>
<expression name="expression">dataSetRow["description"]</expression>
<property name="dataType">string</property>
</structure>
<structure>
<property name="name">worktype</property>
<expression name="expression">dataSetRow["worktype"]</expression>
<property name="dataType">string</property>
</structure>
<structure>
<property name="name">status</property>
<expression name="expression">dataSetRow["status"]</expression>
<property name="dataType">string</property>
</structure>
<structure>
<property name="name">wopriority</property>
<expression name="expression">dataSetRow["wopriority"]</expression>
<property name="dataType">string</property>
</structure>
<structure>
<property name="name">lead</property>
<expression name="expression">dataSetRow["lead"]</expression>
<property name="dataType">string</property>
</structure>
<structure>
<property name="name">jpnum</property>
<expression name="expression">dataSetRow["jpnum"]</expression>
<property name="dataType">string</property>
</structure>
<structure>
<property name="name">parent</property>
<expression name="expression">dataSetRow["parent"]</expression>
<property name="dataType">string</property>
</structure>
<structure>
<property name="name">schedstart</property>
<expression name="expression">dataSetRow["schedstart"]</expression>
<property name="dataType">date-time</property>
</structure>
<structure>
<property name="name">schedfinish</property>
<expression name="expression">dataSetRow["schedfinish"]</expression>
<property name="dataType">date-time</property>
</structure>
<structure>
<property name="name">actstart</property>
<expression name="expression">dataSetRow["actstart"]</expression>
<property name="dataType">date-time</property>
</structure>
<structure>
<property name="name">startmeasure</property>
<expression name="expression">dataSetRow["startmeasure"]</expression>
<property name="dataType">float</property>
</structure>
<structure>
<property name="name">endmeasure</property>
<expression name="expression">dataSetRow["endmeasure"]</expression>
<property name="dataType">float</property>
</structure>
<structure>
<property name="name">asset_description</property>
<expression name="expression">dataSetRow["asset_description"]</expression>
<property name="dataType">string</property>
</structure>
<structure>
<property name="name">actfinish</property>
<expression name="expression">dataSetRow["actfinish"]</expression>
<property name="dataType">date-time</property>
</structure>
<structure>
<property name="name">assetnum</property>
<expression name="expression">dataSetRow["assetnum"]</expression>
<property name="dataType">string</property>
</structure>
<structure>
<property name="name">asset_desc</property>
<expression name="expression">row["assetnum"] + " " + row["asset_description"]</expression>
<property name="dataType">string</property>
</structure>
<structure>
<property name="name">changedate</property>
<expression name="expression">dataSetRow["changedate"]</expression>
<property name="dataType">date-time</property>
</structure>
<structure>
<property name="name">chart_key</property>
<expression name="expression">1</expression>
<property name="dataType">integer</property>
</structure>
<structure>
<property name="name">label_key</property>
<expression name="expression">1</expression>
<property name="dataType">integer</property>
</structure>
<structure>
<property name="name">siteid</property>
<expression name="expression">dataSetRow["siteid"]</expression>
<property name="dataType">string</property>
</structure>
<structure>
<property name="name">reportdate</property>
<expression name="expression">dataSetRow["reportdate"]</expression>
<property name="dataType">date-time</property>
</structure>
</list-property>
<column id="83">
<property name="width">0.65in</property>
</column>
<column id="79">
<property name="width">2in</property>
</column>
<column id="91">
<property name="width">0.5in</property>
</column>
<column id="87">
<property name="width">0.5in</property>
</column>
<column id="17">
<property name="width">0.5in</property>
</column>
<column id="306">
<property name="width">0.5in</property>
</column>
<column id="333">
<property name="width">0.9in</property>
</column>
<column id="342">
<property name="width">0.8in</property>
</column>
<column id="351">
<property name="width">0.8in</property>
</column>
<column id="415">
<property name="width">0.8in</property>
</column>
<column id="435">
<property name="width">0.8in</property>
</column>
<column id="18">
<property name="width">0.8in</property>
</column>
<header>
<row id="209">
<property name="style">title</property>
<cell id="210">
<property name="colSpan">12</property>
<property name="rowSpan">1</property>
<label id="290">
<property name="refTemplateParameter">NewTemplateParameterDefinition</property>
<text-property name="text" key="linear_work_history">Linear Work Details</text-property>
</label>
</cell>
</row>
<row id="219">
<property name="height">0.08in</property>
<cell id="220">
<property name="colSpan">12</property>
<property name="rowSpan">1</property>
<property name="borderBottomColor">#000000</property>
<property name="borderBottomStyle">solid</property>
<property name="borderBottomWidth">thin</property>
</cell>
</row>
</header>
<group id="138">
<property name="groupName">assetnum</property>
<property name="interval">none</property>
<property name="sortDirection">asc</property>
<expression name="keyExpr">row["assetnum"]</expression>
<property name="repeatHeader">true</property>
<property name="hideDetail">false</property>
<property name="pageBreakAfter">always-excluding-last</property>
<property name="pageBreakBefore">auto</property>
<header>
<row id="747">
<cell id="748">
<property name="colSpan">12</property>
<property name="rowSpan">1</property>
<property name="borderBottomColor">#000000</property>
<property name="borderBottomStyle">solid</property>
<property name="borderBottomWidth">thin</property>
<grid id="727">
<property name="marginTop">2pt</property>
<property name="marginBottom">2pt</property>
<property name="width">100%</property>
<column id="728">
<property name="width">1.5in</property>
<property name="style">reportheaderlabel</property>
</column>
<column id="729">
<property name="width">3.5in</property>
<property name="style">reportheaderdata</property>
</column>
<column id="730">
<property name="width">1.5in</property>
<property name="style">reportheaderlabel</property>
</column>
<column id="731">
<property name="width">3.5in</property>
<property name="style">reportheaderdata</property>
</column>
<row id="732">
<cell id="733">
<label id="519">
<text-property name="text" key="assetcolon">Asset:</text-property>
</label>
</cell>
<cell id="734">
<data id="563">
<property name="resultSetColumn">asset_desc</property>
</data>
</cell>
<cell id="735">
<label id="520">
<text-property name="text" key="status_colon">Status:</text-property>
</label>
</cell>
<cell id="736">
<data id="541">
<list-property name="boundDataColumns">
<structure>
<property name="name">status</property>
<expression name="expression">params["status"]</expression>
</structure>
</list-property>
<property name="resultSetColumn">status</property>
</data>
</cell>
</row>
<row id="737">
<cell id="738">
<label id="522">
<text-property name="text" key="start_measure_colon">Start Measure:</text-property>
</label>
</cell>
<cell id="739">
<data id="591">
<list-property name="boundDataColumns">
<structure>
<property name="name">start_measure</property>
<expression name="expression">params["start_measure"]</expression>
</structure>
</list-property>
<property name="resultSetColumn">start_measure</property>
</data>
</cell>
<cell id="740">
<label id="523">
<text-property name="text" key="end_measure_colon">End Measure:</text-property>
</label>
</cell>
<cell id="741">
<data id="590">
<list-property name="boundDataColumns">
<structure>
<property name="name">end_measure</property>
<expression name="expression">params["end_measure"]</expression>
</structure>
</list-property>
<property name="resultSetColumn">end_measure</property>
</data>
</cell>
</row>
<row id="742">
<cell id="743">
<label id="521">
<text-property name="text" key="startdate_colon">Start Date:</text-property>
</label>
</cell>
<cell id="744">
<data id="589">
<list-property name="boundDataColumns">
<structure>
<property name="name">from</property>
<expression name="expression">params["from"]</expression>
</structure>
</list-property>
<property name="resultSetColumn">from</property>
</data>
</cell>
<cell id="745">
<label id="524">
<text-property name="text" key="enddate_colon">End Date:</text-property>
</label>
</cell>
<cell id="746">
<data id="588">
<list-property name="boundDataColumns">
<structure>
<property name="name">to</property>
<expression name="expression">params["to"]</expression>
</structure>
</list-property>
<property name="resultSetColumn">to</property>
</data>
</cell>
</row>
</grid>
</cell>
</row>
</header>
<footer>
<row id="701">
<property name="height">0.08in</property>
<cell id="702">
<property name="colSpan">12</property>
<property name="rowSpan">1</property>
<property name="borderBottomColor">#000000</property>
<property name="borderBottomStyle">solid</property>
<property name="borderBottomWidth">thin</property>
</cell>
</row>
</footer>
</group>
<group id="626">
<property name="groupName">chartGroup</property>
<property name="interval">none</property>
<property name="sortDirection">asc</property>
<expression name="keyExpr">row["chart_key"]</expression>
<expression name="toc">""</expression>
<property name="repeatHeader">false</property>
<property name="hideDetail">false</property>
<property name="pageBreakAfter">auto</property>
<property name="pageBreakBefore">auto</property>
<header>
<row id="627">
<property name="style">chart</property>
<cell id="628">
<property name="colSpan">12</property>
<property name="rowSpan">1</property>
<extended-item extensionName="Chart" name="Bar Chart" id="273">
<list-property name="userProperties">
<structure>
<property name="name">wonum</property>
<property name="type">expression</property>
<property name="default">row["wonum_1"]</property>
</structure>
</list-property>
<property name="marginTop">15px</property>
<property name="marginLeft">15px</property>
<property name="pageBreakAfter">always</property>
<property name="height">3.5in</property>
<property name="width">7in</property>
<list-property name="boundDataColumns">
<structure>
<property name="name">wonum_1</property>
<expression name="expression">dataSetRow["wonum"]</expression>
<property name="dataType">string</property>
</structure>
<structure>
<property name="name">description_1</property>
<expression name="expression">dataSetRow["description"]</expression>
<property name="dataType">string</property>
</structure>
<structure>
<property name="name">worktype_1</property>
<expression name="expression">dataSetRow["worktype"]</expression>
<property name="dataType">string</property>
</structure>
<structure>
<property name="name">status_1</property>
<expression name="expression">dataSetRow["status"]</expression>
<property name="dataType">string</property>
</structure>
<structure>
<property name="name">wopriority_1</property>
<expression name="expression">dataSetRow["wopriority"]</expression>
<property name="dataType">string</property>
</structure>
<structure>
<property name="name">lead_1</property>
<expression name="expression">dataSetRow["lead"]</expression>
<property name="dataType">string</property>
</structure>
<structure>
<property name="name">jpnum_1</property>
<expression name="expression">dataSetRow["jpnum"]</expression>
<property name="dataType">string</property>
</structure>
<structure>
<property name="name">parent_1</property>
<expression name="expression">dataSetRow["parent"]</expression>
<property name="dataType">string</property>
</structure>
<structure>
<property name="name">schedstart_1</property>
<expression name="expression">dataSetRow["schedstart"]</expression>
<property name="dataType">date-time</property>
</structure>
<structure>
<property name="name">schedfinish_1</property>
<expression name="expression">dataSetRow["schedfinish"]</expression>
<property name="dataType">date-time</property>
</structure>
<structure>
<property name="name">actstart_1</property>
<expression name="expression">dataSetRow["actstart"]</expression>
<property name="dataType">date-time</property>
</structure>
<structure>
<property name="name">startmeasure_1</property>
<expression name="expression">dataSetRow["startmeasure"]</expression>
<property name="dataType">float</property>
</structure>
<structure>
<property name="name">endmeasure_1</property>
<expression name="expression">dataSetRow["endmeasure"]</expression>
<property name="dataType">float</property>
</structure>
<structure>
<property name="name">asset_description_1</property>
<expression name="expression">dataSetRow["asset_description"]</expression>
<property name="dataType">string</property>
</structure>
<structure>
<property name="name">actfinish_1</property>
<expression name="expression">dataSetRow["actfinish"]</expression>
<property name="dataType">date-time</property>
</structure>
<structure>
<property name="name">assetnum_1</property>
<expression name="expression">dataSetRow["assetnum"]</expression>
<property name="dataType">string</property>
</structure>
<structure>
<property name="name">changedate_1</property>
<expression name="expression">dataSetRow["changedate"]</expression>
<property name="dataType">date-time</property>
</structure>
<structure>
<property name="name">reportdate_1</property>
<expression name="expression">dataSetRow["reportdate"]</expression>
<property name="dataType">date-time</property>
</structure>
</list-property>
<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>Stock Chart</Type>
<SubType>Standard Stock Chart</SubType>
<Description>
<Value></Value>
<Font>
<Alignment/>
</Font>
</Description>
<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>linear_work_history.graphtitle=Work Order Activity Over Specified Start and End Measure</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>
<Visible>false</Visible>
</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>
<Anchor>North_West</Anchor>
<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>
<Name>SansSerif</Name>
<Size>10.0</Size>
<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>
<ShowValue>false</ShowValue>
</Children>
<Bounds>
<Left>0.0</Left>
<Top>0.0</Top>
<Width>504.0</Width>
<Height>252.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>
<Background xsi:type="attribute:ColorDefinition">
<Transparency>255</Transparency>
<Red>255</Red>
<Green>255</Green>
<Blue>255</Blue>
</Background>
<Visible>true</Visible>
</Block>
<Dimension>Two_Dimensional</Dimension>
<Units>Points</Units>
<SeriesThickness>10.0</SeriesThickness>
<SampleData>
<BaseSampleData>
<DataSetRepresentation>01/01/2008,03/06/2008,12/31/2008</DataSetRepresentation>
</BaseSampleData>
<OrthogonalSampleData>
<DataSetRepresentation>5,4,12</DataSetRepresentation>
<SeriesDefinitionIndex>0</SeriesDefinitionIndex>
</OrthogonalSampleData>
</SampleData>
<Interactivity>
<Enable>false</Enable>
<Legendbehavior>None</Legendbehavior>
</Interactivity>
<Axes>
<Type>DateTime</Type>
<Title>
<Caption>
<Value>X-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>
<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>Below</TitlePosition>
<AssociatedAxes>
<Type>Linear</Type>
<Title>
<Caption>
<Value>mile=Mile</Value>
<Font>
<Name>SansSerif</Name>
<Size>12.0</Size>
<Bold>true</Bold>
<Alignment>
<horizontalAlignment>Center</horizontalAlignment>
<verticalAlignment>Center</verticalAlignment>
</Alignment>
<Rotation>0.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>row["wonum_1"]</Definition>
</Query>
<SeriesPalette>
<Entries xsi:type="attribute:ColorDefinition">
<Transparency>255</Transparency>
<Red>244</Red>
<Green>203</Green>
<Blue>77</Blue>
</Entries>
<Entries xsi:type="attribute:ColorDefinition">
<Transparency>255</Transparency>
<Red>159</Red>
<Green>170</Green>
<Blue>197</Blue>
</Entries>
<Entries xsi:type="attribute:ColorDefinition">
<Transparency>255</Transparency>
<Red>0</Red>
<Green>128</Green>
<Blue>0</Blue>
</Entries>
<Entries xsi:type="attribute:ColorDefinition">
<Transparency>255</Transparency>
<Red>118</Red>
<Green>48</Green>
<Blue>76</Blue>
</Entries>
<Entries xsi:type="attribute:ColorDefinition">
<Transparency>255</Transparency>
<Red>180</Red>
<Green>179</Green>
<Blue>179</Blue>
</Entries>
<Entries xsi:type="attribute:ColorDefinition">
<Transparency>255</Transparency>
<Red>201</Red>
<Green>165</Green>
<Blue>165</Blue>
</Entries>
<Entries xsi:type="attribute:ColorDefinition">
<Transparency>255</Transparency>
<Red>210</Red>
<Green>202</Green>
<Blue>170</Blue>
</Entries>
<Entries xsi:type="attribute:ColorDefinition">
<Transparency>255</Transparency>
<Red>101</Red>
<Green>134</Green>
<Blue>97</Blue>
</Entries>
<Entries xsi:type="attribute:ColorDefinition">
<Transparency>255</Transparency>
<Red>111</Red>
<Green>63</Green>
<Blue>16</Blue>
</Entries>
<Entries xsi:type="attribute:ColorDefinition">
<Transparency>255</Transparency>
<Red>225</Red>
<Green>27</Green>
<Blue>119</Blue>
</Entries>
</SeriesPalette>
<FormatSpecifier xsi:type="attribute:NumberFormatSpecifier">
<Prefix></Prefix>
<Suffix></Suffix>
<FractionDigits>2</FractionDigits>
</FormatSpecifier>
<Series xsi:type="type:StockSeries">
<Visible>true</Visible>
<Label>
<Caption>
<Value></Value>
<Font>
<Name>SansSerif</Name>
<Size>10.0</Size>
<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>true</Visible>
</Label>
<DataDefinition>
<Definition>row["endmeasure_1"]</Definition>
</DataDefinition>
<DataDefinition>
<Definition>row["startmeasure_1"]</Definition>
</DataDefinition>
<DataDefinition>
<Definition>row["startmeasure_1"]</Definition>
</DataDefinition>
<DataDefinition>
<Definition>row["endmeasure_1"]</Definition>
</DataDefinition>
<SeriesIdentifier></SeriesIdentifier>
<DataPoint>
<Components>
<Type>Orthogonal_Value</Type>
</Components>
<Separator>, </Separator>
</DataPoint>
<LabelPosition>Outside</LabelPosition>
<Stacked>false</Stacked>
<Triggers>
<Condition>onmouseover</Condition>
<Action>
<Type>Show_Tooltip</Type>
<Value xsi:type="attribute:TooltipValue">
<Text></Text>
<Delay>200</Delay>
</Value>
</Action>
</Triggers>
<Triggers>
<Condition>onclick</Condition>
<Action>
<Type>Highlight</Type>
<Value xsi:type="attribute:SeriesValue">
<Name></Name>
</Value>
</Action>
</Triggers>
<Translucent>false</Translucent>
<LineAttributes>
<Style>Solid</Style>
<Thickness>0</Thickness>
<Color>
<Transparency>255</Transparency>
<Red>0</Red>
<Green>0</Green>
<Blue>0</Blue>
</Color>
<Visible>true</Visible>
</LineAttributes>
</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>
<Name>SansSerif</Name>
<Size>10.0</Size>
<Alignment/>
<Rotation>0.0</Rotation>
</Font>
<Color>
<Transparency>255</Transparency>
<Red>0</Red>
<Green>0</Green>
<Blue>0</Blue>
</Color>
</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>
<FormatSpecifier xsi:type="attribute:NumberFormatSpecifier">
<Prefix></Prefix>
<Suffix></Suffix>
<FractionDigits>2</FractionDigits>
</FormatSpecifier>
<LabelPosition>Left</LabelPosition>
<Interval>1</Interval>
<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>
<Step>10.0</Step>
<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>244</Red>
<Green>203</Green>
<Blue>77</Blue>
</Entries>
<Entries xsi:type="attribute:ColorDefinition">
<Transparency>255</Transparency>
<Red>159</Red>
<Green>170</Green>
<Blue>197</Blue>
</Entries>
<Entries xsi:type="attribute:ColorDefinition">
<Transparency>255</Transparency>
<Red>81</Red>
<Green>91</Green>
<Blue>115</Blue>
</Entries>
<Entries xsi:type="attribute:ColorDefinition">
<Transparency>255</Transparency>
<Red>118</Red>
<Green>48</Green>
<Blue>76</Blue>
</Entries>
<Entries xsi:type="attribute:ColorDefinition">
<Transparency>255</Transparency>
<Red>180</Red>
<Green>179</Green>
<Blue>179</Blue>
</Entries>
<Entries xsi:type="attribute:ColorDefinition">
<Transparency>255</Transparency>
<Red>201</Red>
<Green>165</Green>
<Blue>165</Blue>
</Entries>
<Entries xsi:type="attribute:ColorDefinition">
<Transparency>255</Transparency>
<Red>210</Red>
<Green>202</Green>
<Blue>170</Blue>
</Entries>
<Entries xsi:type="attribute:ColorDefinition">
<Transparency>255</Transparency>
<Red>101</Red>
<Green>134</Green>
<Blue>97</Blue>
</Entries>
<Entries xsi:type="attribute:ColorDefinition">
<Transparency>255</Transparency>
<Red>111</Red>
<Green>63</Green>
<Blue>16</Blue>
</Entries>
<Entries xsi:type="attribute:ColorDefinition">
<Transparency>255</Transparency>
<Red>225</Red>
<Green>27</Green>
<Blue>119</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>row["reportdate_1"]</Definition>
</DataDefinition>
<SeriesIdentifier></SeriesIdentifier>
<DataPoint>
<Components>
<Type>Orthogonal_Value</Type>
</Components>
<Separator>, </Separator>
</DataPoint>
<LabelPosition>Outside</LabelPosition>
<Stacked>false</Stacked>
</Series>
<Grouping>
<Enabled>true</Enabled>
<GroupingUnit>Months</GroupingUnit>
<GroupingInterval>0</GroupingInterval>
<GroupType>DateTime</GroupType>
<AggregateExpression>Sum</AggregateExpression>
</Grouping>
<Sorting>Descending</Sorting>
</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>
<Name>SansSerif</Name>
<Size>10.0</Size>
<Alignment/>
<Rotation>0.0</Rotation>
</Font>
<Color>
<Transparency>255</Transparency>
<Red>0</Red>
<Green>0</Green>
<Blue>0</Blue>
</Color>
</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>true</Visible>
</Label>
<FormatSpecifier xsi:type="attribute:DateFormatSpecifier">
<Type>Short</Type>
<Detail>Date</Detail>
</FormatSpecifier>
<LabelPosition>Below</LabelPosition>
<Staggered>false</Staggered>
<Interval>1</Interval>
<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>Horizontal</Orientation>
<UnitSpacing>0.0</UnitSpacing>
<Rotation/>
</model:ChartWithAxes>
]]></xml-property>
<property name="outputFormat">SVG</property>
<list-property name="filter">
<structure>
<property name="operator">gt</property>
<expression name="expr">Math.abs(row["endmeasure_1"]-row["startmeasure_1"])</expression>
<expression name="value1">0</expression>
</structure>
</list-property>
</extended-item>
</cell>
</row>
</header>
</group>
<group id="654">
<property name="groupName">labelGroup</property>
<property name="interval">none</property>
<property name="sortDirection">asc</property>
<expression name="keyExpr">row["label_key"]</expression>
<expression name="toc">""</expression>
<property name="repeatHeader">true</property>
<property name="hideDetail">false</property>
<property name="pageBreakAfter">auto</property>
<property name="pageBreakBefore">auto</property>
<header>
<row id="655">
<property name="style">tabledetailslabel</property>
<cell id="656">
<property name="style">tabledetailslabelcell</property>
<label id="96">
<text-property name="text" key="wo">Work Order</text-property>
</label>
</cell>
<cell id="657">
<property name="style">tabledetailslabelcell</property>
<label id="352">
<text-property name="text" key="description">Description</text-property>
</label>
</cell>
<cell id="658">
<property name="style">tabledetailslabelcell</property>
<label id="353">
<text-property name="text" key="type">Type</text-property>
</label>
</cell>
<cell id="659">
<property name="style">tabledetailslabelcell</property>
<label id="354">
<text-property name="text" key="status">Status</text-property>
</label>
</cell>
<cell id="660">
<property name="style">tabledetailslabelcell</property>
<label id="355">
<text-property name="text" key="priority">Priority</text-property>
</label>
</cell>
<cell id="661">
<property name="style">tabledetailslabelcell</property>
<label id="356">
<text-property name="text" key="lead">Lead</text-property>
</label>
</cell>
<cell id="662">
<property name="style">tabledetailslabelcell</property>
<label id="359">
<text-property name="text" key="jobplan">Job Plan</text-property>
</label>
</cell>
<cell id="663">
<property name="style">tabledetailslabelcell</property>
<label id="360">
<text-property name="text" key="parent">Parent WO</text-property>
</label>
</cell>
<cell id="664">
<property name="style">tabledetailslabelcell</property>
<label id="361">
<text-property name="text" key="schedstart">Sched Start</text-property>
</label>
</cell>
<cell id="665">
<property name="style">tabledetailslabelcell</property>
<label id="426">
<text-property name="text" key="actualstart">Actual Start</text-property>
</label>
</cell>
<cell id="666">
<property name="style">tabledetailslabelcell</property>
<label id="436">
<text-property name="text" key="schedfinish">Sched Finish</text-property>
</label>
</cell>
<cell id="667">
<property name="style">tabledetailslabelcell</property>
<label id="362">
<text-property name="text" key="actualfinish">Actual Finish</text-property>
</label>
</cell>
</row>
</header>
</group>
<detail>
<row id="11">
<property name="style">tabledetailsdatarow</property>
<cell id="81">
<property name="style">tabledetailsdatacell</property>
<data id="544">
<property name="resultSetColumn">wonum</property>
<structure name="action">
<property name="formatType">html</property>
<property name="linkType">drill-through</property>
<property name="reportName">../WOTRACK/woprint.rptdesign</property>
<property name="targetWindow">_self</property>
<property name="targetFileType">report-design</property>
<list-property name="paramBindings">
<structure>
<property name="paramName">where</property>
<expression name="expression">" workorder.wonum='" + row["wonum"] + "' and workorder.siteid='" + row["siteid"] + "' "</expression>
</structure>
<structure>
<property name="paramName">appname</property>
<expression name="expression">"WOTRACK"</expression>
</structure>
<structure>
<property name="paramName">paramdelimiter</property>
<expression name="expression">params["paramdelimiter"]</expression>
</structure>
<structure>
<property name="paramName">paramstring</property>
<expression name="expression">params["paramstring"]</expression>
</structure>
</list-property>
</structure>
</data>
</cell>
<cell id="77">
<property name="style">tabledetailsdatacell</property>
<data id="545">
<property name="resultSetColumn">description</property>
</data>
</cell>
<cell id="89">
<property name="style">tabledetailsdatacell</property>
<data id="546">
<property name="resultSetColumn">worktype</property>
</data>
</cell>
<cell id="85">
<property name="style">tabledetailsdatacell</property>
<data id="547">
<property name="resultSetColumn">status</property>
</data>
</cell>
<cell id="12">
<property name="style">tabledetailsdatacell</property>
<data id="548">
<property name="resultSetColumn">wopriority</property>
</data>
</cell>
<cell id="304">
<property name="style">tabledetailsdatacell</property>
<data id="549">
<property name="resultSetColumn">lead</property>
</data>
</cell>
<cell id="331">
<property name="style">tabledetailsdatacell</property>
<data id="550">
<property name="resultSetColumn">jpnum</property>
</data>
</cell>
<cell id="340">
<property name="style">tabledetailsdatacell</property>
<data id="551">
<property name="resultSetColumn">parent</property>
</data>
</cell>
<cell id="349">
<property name="style">tabledetailsdatacell</property>
<data id="552">
<structure name="dateTimeFormat">
<property name="category">Short Date</property>
<property name="pattern">Short Date</property>
</structure>
<property name="resultSetColumn">schedstart</property>
</data>
</cell>
<cell id="413">
<property name="style">tabledetailsdatacell</property>
<data id="553">
<structure name="dateTimeFormat">
<property name="category">Short Date</property>
<property name="pattern">Short Date</property>
</structure>
<property name="resultSetColumn">actstart</property>
</data>
</cell>
<cell id="433">
<property name="style">tabledetailsdatacell</property>
<data id="554">
<structure name="dateTimeFormat">
<property name="category">Short Date</property>
<property name="pattern">Short Date</property>
</structure>
<property name="resultSetColumn">schedfinish</property>
</data>
</cell>
<cell id="13">
<property name="style">tabledetailsdatacell</property>
<data id="555">
<structure name="dateTimeFormat">
<property name="category">Short Date</property>
<property name="pattern">Short Date</property>
</structure>
<property name="resultSetColumn">actfinish</property>
</data>
</cell>
</row>
</detail>
</table>
</body>
</report>

Viewing all articles
Browse latest Browse all 542

Trending Articles