123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149 |
- <?xml version="1.0" encoding="UTF-8"?>
- <WorkBook xmlVersion="20120529" releaseVersion="7.0.0">
- <TableDataMap>
- <TableData name="proDefTaskEff" class="com.fr.data.impl.DBTableData">
- <Parameters/>
- <Attributes maxMemRowCount="-1"/>
- <Connection class="com.fr.data.impl.NameDatabaseConnection">
- <DatabaseName>
- <![CDATA[bpm3]]></DatabaseName>
- </Connection>
- <Query>
- <![CDATA[select run.actDefId, run.processName,
- round(sum(run.duration)/1000/3600*(-1),2) duration
- from BPM_PRO_RUN run
- group by run.actDefId, run.processName]]></Query>
- </TableData>
- </TableDataMap>
- <Report class="com.fr.report.WorkSheet" name="sheet1">
- <ReportPageAttr>
- <HR/>
- <FR/>
- <HC/>
- <FC/>
- </ReportPageAttr>
- <RowHeight defaultValue="723900">
- <![CDATA[723900,723900,723900,723900,723900,723900,723900,723900,723900,723900,723900]]></RowHeight>
- <ColumnWidth defaultValue="2743200">
- <![CDATA[5760000,3168000,2743200,2743200,2743200,2743200,2743200,2743200,2743200,2743200]]></ColumnWidth>
- <CellElementList>
- <C c="0" r="0" s="0">
- <O>
- <![CDATA[流程定义]]></O>
- <CellGUIAttr/>
- <CellPageAttr/>
- <Expand/>
- </C>
- <C c="1" r="0" s="0">
- <O>
- <![CDATA[执行时间(天)]]></O>
- <CellGUIAttr/>
- <CellPageAttr/>
- <Expand/>
- </C>
- <C c="0" r="1" s="1">
- <O t="DSColumn">
- <Attributes dsName="proDefTaskEff" columnName="ACTDEFID"/>
- <Complex/>
- <RG class="com.fr.report.cell.cellattr.core.group.FunctionGrouper"/>
- <Parameters/>
- </O>
- <NameJavaScriptGroup>
- <NameJavaScript name="ProRunDetail">
- <JavaScript class="com.fr.base.js.ReportletHyperlink">
- <JavaScript class="com.fr.base.js.ReportletHyperlink">
- <Parameters>
- <Parameter>
- <Attributes name="actDefId"/>
- <O t="Formula" class="Formula">
- <Attributes>
- <![CDATA[=$$$]]></Attributes>
- </O>
- </Parameter>
- </Parameters>
- <TargetFrame>
- <![CDATA[_dialog]]></TargetFrame>
- <Features width="600" height="400"/>
- <ReportletName showPI="true" byPost="true">
- <![CDATA[ProRunDetail.cpt]]></ReportletName>
- </JavaScript>
- </JavaScript>
- </NameJavaScript>
- </NameJavaScriptGroup>
- <CellGUIAttr/>
- <CellPageAttr/>
- <Present class="com.fr.base.present.DictPresent">
- <Dictionary class="com.fr.data.impl.DatabaseDictionary">
- <FormulaDictAttr ki="10" vi="2"/>
- <DBDictAttr tableName="BPM_PRO_RUN" schemaName="BPMX380" ki="10" vi="2"/>
- <Connection class="com.fr.data.impl.NameDatabaseConnection">
- <DatabaseName>
- <![CDATA[bpm3]]></DatabaseName>
- </Connection>
- </Dictionary>
- </Present>
- <Expand dir="0"/>
- </C>
- <C c="1" r="1" s="2">
- <O t="DSColumn">
- <Attributes dsName="proDefTaskEff" columnName="DURATION"/>
- <Complex/>
- <RG class="com.fr.report.cell.cellattr.core.group.FunctionGrouper"/>
- <Parameters/>
- </O>
- <CellGUIAttr/>
- <CellPageAttr/>
- <Expand dir="0"/>
- </C>
- </CellElementList>
- <ReportAttrSet>
- <ReportSettings headerHeight="0" footerHeight="0">
- <PaperSetting/>
- </ReportSettings>
- <Header reportPageType="0">
- <Background name="NullBackground"/>
- <LeftList/>
- <CenterList/>
- <RightList/>
- </Header>
- <Footer reportPageType="0">
- <Background name="NullBackground"/>
- <LeftList/>
- <CenterList/>
- <RightList/>
- </Footer>
- </ReportAttrSet>
- </Report>
- <StyleList>
- <Style horizontal_alignment="0" imageLayout="1">
- <FRFont name="SimSun" style="0" size="72"/>
- <Background name="ColorBackground" color="-6697729"/>
- <Border>
- <Top style="1"/>
- <Bottom style="1"/>
- <Left style="1"/>
- <Right style="1"/>
- </Border>
- </Style>
- <Style horizontal_alignment="0" imageLayout="1">
- <FRFont name="SimSun" style="0" size="72" foreground="-16776961" underline="1"/>
- <Background name="NullBackground"/>
- <Border>
- <Top style="1"/>
- <Bottom style="1"/>
- <Left style="1"/>
- <Right style="1"/>
- </Border>
- </Style>
- <Style horizontal_alignment="0" imageLayout="1">
- <FRFont name="SimSun" style="0" size="72"/>
- <Background name="NullBackground"/>
- <Border>
- <Top style="1"/>
- <Bottom style="1"/>
- <Left style="1"/>
- <Right style="1"/>
- </Border>
- </Style>
- </StyleList>
- </WorkBook>
|