1330 lines
32 KiB
Plaintext
1330 lines
32 KiB
Plaintext
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
||
|
|
<WorkBook xmlVersion="20170715" releaseVersion="8.0.0">
|
||
|
|
<TableDataMap>
|
||
|
|
<TableData name="countB" class="com.fr.data.impl.DBTableData">
|
||
|
|
<Parameters>
|
||
|
|
<Parameter>
|
||
|
|
<Attributes name="B5"/>
|
||
|
|
<O>
|
||
|
|
<![CDATA[]]></O>
|
||
|
|
</Parameter>
|
||
|
|
<Parameter>
|
||
|
|
<Attributes name="edit_id"/>
|
||
|
|
<O>
|
||
|
|
<![CDATA[]]></O>
|
||
|
|
</Parameter>
|
||
|
|
</Parameters>
|
||
|
|
<Attributes maxMemRowCount="-1"/>
|
||
|
|
<Connection class="com.fr.data.impl.NameDatabaseConnection">
|
||
|
|
<DatabaseName>
|
||
|
|
<![CDATA[trainms]]></DatabaseName>
|
||
|
|
</Connection>
|
||
|
|
<Query>
|
||
|
|
<![CDATA[select count(*) as countB from
|
||
|
|
(select
|
||
|
|
user_id
|
||
|
|
from et_exam_usertest
|
||
|
|
left join et_exam_editexampaper
|
||
|
|
on et_exam_editexampaper.id = et_exam_usertest.question_id
|
||
|
|
left join et_exam_exampaper_and_editexampaper
|
||
|
|
on et_exam_editexampaper.edit_id = et_exam_exampaper_and_editexampaper.id
|
||
|
|
where et_exam_editexampaper.edit_id = '${edit_id}' and et_exam_editexampaper.subject ='${B5}' and et_exam_usertest.user_answer = 'B') a]]></Query>
|
||
|
|
</TableData>
|
||
|
|
<TableData name="countA" class="com.fr.data.impl.DBTableData">
|
||
|
|
<Parameters>
|
||
|
|
<Parameter>
|
||
|
|
<Attributes name="B5"/>
|
||
|
|
<O>
|
||
|
|
<![CDATA[]]></O>
|
||
|
|
</Parameter>
|
||
|
|
<Parameter>
|
||
|
|
<Attributes name="edit_id"/>
|
||
|
|
<O>
|
||
|
|
<![CDATA[]]></O>
|
||
|
|
</Parameter>
|
||
|
|
</Parameters>
|
||
|
|
<Attributes maxMemRowCount="-1"/>
|
||
|
|
<Connection class="com.fr.data.impl.NameDatabaseConnection">
|
||
|
|
<DatabaseName>
|
||
|
|
<![CDATA[trainms]]></DatabaseName>
|
||
|
|
</Connection>
|
||
|
|
<Query>
|
||
|
|
<![CDATA[select count(*) as countA from
|
||
|
|
(select
|
||
|
|
user_id
|
||
|
|
from et_exam_usertest
|
||
|
|
left join et_exam_editexampaper
|
||
|
|
on et_exam_editexampaper.id = et_exam_usertest.question_id
|
||
|
|
left join et_exam_exampaper_and_editexampaper
|
||
|
|
on et_exam_editexampaper.edit_id = et_exam_exampaper_and_editexampaper.id
|
||
|
|
where et_exam_editexampaper.edit_id = '${edit_id}' and et_exam_editexampaper.subject ='${B5}' and et_exam_usertest.user_answer = 'A') a]]></Query>
|
||
|
|
</TableData>
|
||
|
|
<TableData name="ds1" class="com.fr.data.impl.DBTableData">
|
||
|
|
<Parameters>
|
||
|
|
<Parameter>
|
||
|
|
<Attributes name="edit_id"/>
|
||
|
|
<O>
|
||
|
|
<![CDATA[]]></O>
|
||
|
|
</Parameter>
|
||
|
|
</Parameters>
|
||
|
|
<Attributes maxMemRowCount="-1"/>
|
||
|
|
<Connection class="com.fr.data.impl.NameDatabaseConnection">
|
||
|
|
<DatabaseName>
|
||
|
|
<![CDATA[trainms]]></DatabaseName>
|
||
|
|
</Connection>
|
||
|
|
<Query>
|
||
|
|
<![CDATA[select
|
||
|
|
et_exam_exampaper_and_editexampaper.name,et_exam_exampaper_and_editexampaper.description,et_exam_exampaper_and_editexampaper.startdate,et_exam_exampaper_and_editexampaper.enddate,
|
||
|
|
et_exam_editexampaper.id as ques_id,et_exam_editexampaper.edit_id,et_exam_editexampaper.num,et_exam_editexampaper.subject,et_exam_editexampaper.type,et_exam_editexampaper.type_num,et_exam_editexampaper.ismust,et_exam_editexampaper.score,et_exam_editexampaper.optionA,et_exam_editexampaper.optionB,et_exam_editexampaper.optionC,et_exam_editexampaper.optionD,et_exam_editexampaper.optionE,et_exam_editexampaper.optionF,et_exam_editexampaper.isParagraph,et_exam_editexampaper.answer,
|
||
|
|
et_exam_usertest.user,et_exam_usertest.user_answer,et_exam_usertest.user_id,et_exam_usertest.user_time
|
||
|
|
from et_exam_usertest
|
||
|
|
left join et_exam_editexampaper
|
||
|
|
on et_exam_editexampaper.id = et_exam_usertest.question_id
|
||
|
|
left join et_exam_exampaper_and_editexampaper
|
||
|
|
on et_exam_editexampaper.edit_id = et_exam_exampaper_and_editexampaper.id
|
||
|
|
where et_exam_editexampaper.edit_id = '${edit_id}'
|
||
|
|
order by type_num
|
||
|
|
]]></Query>
|
||
|
|
</TableData>
|
||
|
|
<TableData name="count" class="com.fr.data.impl.DBTableData">
|
||
|
|
<Parameters>
|
||
|
|
<Parameter>
|
||
|
|
<Attributes name="edit_id"/>
|
||
|
|
<O>
|
||
|
|
<![CDATA[]]></O>
|
||
|
|
</Parameter>
|
||
|
|
</Parameters>
|
||
|
|
<Attributes maxMemRowCount="-1"/>
|
||
|
|
<Connection class="com.fr.data.impl.NameDatabaseConnection">
|
||
|
|
<DatabaseName>
|
||
|
|
<![CDATA[trainms]]></DatabaseName>
|
||
|
|
</Connection>
|
||
|
|
<Query>
|
||
|
|
<![CDATA[select count(*) as count from
|
||
|
|
(select
|
||
|
|
user_id
|
||
|
|
from et_exam_usertest
|
||
|
|
left join et_exam_editexampaper
|
||
|
|
on et_exam_editexampaper.id = et_exam_usertest.question_id
|
||
|
|
left join et_exam_exampaper_and_editexampaper
|
||
|
|
on et_exam_editexampaper.edit_id = et_exam_exampaper_and_editexampaper.id
|
||
|
|
where et_exam_editexampaper.edit_id = '${edit_id}'
|
||
|
|
group by user_id) a]]></Query>
|
||
|
|
</TableData>
|
||
|
|
<TableData name="countC" class="com.fr.data.impl.DBTableData">
|
||
|
|
<Parameters>
|
||
|
|
<Parameter>
|
||
|
|
<Attributes name="B5"/>
|
||
|
|
<O>
|
||
|
|
<![CDATA[]]></O>
|
||
|
|
</Parameter>
|
||
|
|
<Parameter>
|
||
|
|
<Attributes name="edit_id"/>
|
||
|
|
<O>
|
||
|
|
<![CDATA[]]></O>
|
||
|
|
</Parameter>
|
||
|
|
</Parameters>
|
||
|
|
<Attributes maxMemRowCount="-1"/>
|
||
|
|
<Connection class="com.fr.data.impl.NameDatabaseConnection">
|
||
|
|
<DatabaseName>
|
||
|
|
<![CDATA[trainms]]></DatabaseName>
|
||
|
|
</Connection>
|
||
|
|
<Query>
|
||
|
|
<![CDATA[select count(*) as countC from
|
||
|
|
(select
|
||
|
|
user_id
|
||
|
|
from et_exam_usertest
|
||
|
|
left join et_exam_editexampaper
|
||
|
|
on et_exam_editexampaper.id = et_exam_usertest.question_id
|
||
|
|
left join et_exam_exampaper_and_editexampaper
|
||
|
|
on et_exam_editexampaper.edit_id = et_exam_exampaper_and_editexampaper.id
|
||
|
|
where et_exam_editexampaper.edit_id = '${edit_id}' and et_exam_editexampaper.subject ='${B5}' and et_exam_usertest.user_answer = 'C') a]]></Query>
|
||
|
|
</TableData>
|
||
|
|
<TableData name="countD" class="com.fr.data.impl.DBTableData">
|
||
|
|
<Parameters>
|
||
|
|
<Parameter>
|
||
|
|
<Attributes name="B5"/>
|
||
|
|
<O>
|
||
|
|
<![CDATA[]]></O>
|
||
|
|
</Parameter>
|
||
|
|
<Parameter>
|
||
|
|
<Attributes name="edit_id"/>
|
||
|
|
<O>
|
||
|
|
<![CDATA[]]></O>
|
||
|
|
</Parameter>
|
||
|
|
</Parameters>
|
||
|
|
<Attributes maxMemRowCount="-1"/>
|
||
|
|
<Connection class="com.fr.data.impl.NameDatabaseConnection">
|
||
|
|
<DatabaseName>
|
||
|
|
<![CDATA[trainms]]></DatabaseName>
|
||
|
|
</Connection>
|
||
|
|
<Query>
|
||
|
|
<![CDATA[select count(*) as countD from
|
||
|
|
(select
|
||
|
|
user_id
|
||
|
|
from et_exam_usertest
|
||
|
|
left join et_exam_editexampaper
|
||
|
|
on et_exam_editexampaper.id = et_exam_usertest.question_id
|
||
|
|
left join et_exam_exampaper_and_editexampaper
|
||
|
|
on et_exam_editexampaper.edit_id = et_exam_exampaper_and_editexampaper.id
|
||
|
|
where et_exam_editexampaper.edit_id = '${edit_id}' and et_exam_editexampaper.subject ='${B5}' and et_exam_usertest.user_answer = 'D') a]]></Query>
|
||
|
|
</TableData>
|
||
|
|
<TableData name="countE" class="com.fr.data.impl.DBTableData">
|
||
|
|
<Parameters>
|
||
|
|
<Parameter>
|
||
|
|
<Attributes name="B5"/>
|
||
|
|
<O>
|
||
|
|
<![CDATA[]]></O>
|
||
|
|
</Parameter>
|
||
|
|
<Parameter>
|
||
|
|
<Attributes name="edit_id"/>
|
||
|
|
<O>
|
||
|
|
<![CDATA[]]></O>
|
||
|
|
</Parameter>
|
||
|
|
</Parameters>
|
||
|
|
<Attributes maxMemRowCount="-1"/>
|
||
|
|
<Connection class="com.fr.data.impl.NameDatabaseConnection">
|
||
|
|
<DatabaseName>
|
||
|
|
<![CDATA[trainms]]></DatabaseName>
|
||
|
|
</Connection>
|
||
|
|
<Query>
|
||
|
|
<![CDATA[select count(*) as countE from
|
||
|
|
(select
|
||
|
|
user_id
|
||
|
|
from et_exam_usertest
|
||
|
|
left join et_exam_editexampaper
|
||
|
|
on et_exam_editexampaper.id = et_exam_usertest.question_id
|
||
|
|
left join et_exam_exampaper_and_editexampaper
|
||
|
|
on et_exam_editexampaper.edit_id = et_exam_exampaper_and_editexampaper.id
|
||
|
|
where et_exam_editexampaper.edit_id = '${edit_id}' and et_exam_editexampaper.subject ='${B5}' and et_exam_usertest.user_answer = 'E') a]]></Query>
|
||
|
|
</TableData>
|
||
|
|
<TableData name="countF" class="com.fr.data.impl.DBTableData">
|
||
|
|
<Parameters>
|
||
|
|
<Parameter>
|
||
|
|
<Attributes name="B5"/>
|
||
|
|
<O>
|
||
|
|
<![CDATA[]]></O>
|
||
|
|
</Parameter>
|
||
|
|
<Parameter>
|
||
|
|
<Attributes name="edit_id"/>
|
||
|
|
<O>
|
||
|
|
<![CDATA[]]></O>
|
||
|
|
</Parameter>
|
||
|
|
</Parameters>
|
||
|
|
<Attributes maxMemRowCount="-1"/>
|
||
|
|
<Connection class="com.fr.data.impl.NameDatabaseConnection">
|
||
|
|
<DatabaseName>
|
||
|
|
<![CDATA[trainms]]></DatabaseName>
|
||
|
|
</Connection>
|
||
|
|
<Query>
|
||
|
|
<![CDATA[select count(*) as countF from
|
||
|
|
(select
|
||
|
|
user_id
|
||
|
|
from et_exam_usertest
|
||
|
|
left join et_exam_editexampaper
|
||
|
|
on et_exam_editexampaper.id = et_exam_usertest.question_id
|
||
|
|
left join et_exam_exampaper_and_editexampaper
|
||
|
|
on et_exam_editexampaper.edit_id = et_exam_exampaper_and_editexampaper.id
|
||
|
|
where et_exam_editexampaper.edit_id = '${edit_id}' and et_exam_editexampaper.subject ='${B5}' and et_exam_usertest.user_answer = 'F') a]]></Query>
|
||
|
|
</TableData>
|
||
|
|
<TableData name="useranswer" class="com.fr.data.impl.DBTableData">
|
||
|
|
<Parameters>
|
||
|
|
<Parameter>
|
||
|
|
<Attributes name="C4"/>
|
||
|
|
<O>
|
||
|
|
<![CDATA[]]></O>
|
||
|
|
</Parameter>
|
||
|
|
<Parameter>
|
||
|
|
<Attributes name="edit_id"/>
|
||
|
|
<O>
|
||
|
|
<![CDATA[]]></O>
|
||
|
|
</Parameter>
|
||
|
|
<Parameter>
|
||
|
|
<Attributes name="E2"/>
|
||
|
|
<O>
|
||
|
|
<![CDATA[]]></O>
|
||
|
|
</Parameter>
|
||
|
|
</Parameters>
|
||
|
|
<Attributes maxMemRowCount="-1"/>
|
||
|
|
<Connection class="com.fr.data.impl.NameDatabaseConnection">
|
||
|
|
<DatabaseName>
|
||
|
|
<![CDATA[trainms]]></DatabaseName>
|
||
|
|
</Connection>
|
||
|
|
<Query>
|
||
|
|
<![CDATA[select case et_exam_usertest.user_answer
|
||
|
|
when 'A' then et_exam_editexampaper.optionA
|
||
|
|
when 'B' then et_exam_editexampaper.optionB
|
||
|
|
when 'C' then et_exam_editexampaper.optionC
|
||
|
|
when 'D' then et_exam_editexampaper.optionD
|
||
|
|
when 'E' then et_exam_editexampaper.optionE
|
||
|
|
when 'F' then et_exam_editexampaper.optionF
|
||
|
|
end useranswer
|
||
|
|
from et_exam_usertest
|
||
|
|
left join et_exam_editexampaper
|
||
|
|
on et_exam_editexampaper.id = et_exam_usertest.question_id
|
||
|
|
left join et_exam_exampaper_and_editexampaper
|
||
|
|
on et_exam_editexampaper.edit_id = et_exam_exampaper_and_editexampaper.id
|
||
|
|
where et_exam_editexampaper.edit_id = '${edit_id}'
|
||
|
|
and et_exam_editexampaper.subject ='${E2}' and et_exam_usertest.user_id = '${C4}']]></Query>
|
||
|
|
</TableData>
|
||
|
|
<TableData name="usertime" class="com.fr.data.impl.DBTableData">
|
||
|
|
<Parameters>
|
||
|
|
<Parameter>
|
||
|
|
<Attributes name="C4"/>
|
||
|
|
<O>
|
||
|
|
<![CDATA[]]></O>
|
||
|
|
</Parameter>
|
||
|
|
<Parameter>
|
||
|
|
<Attributes name="edit_id"/>
|
||
|
|
<O>
|
||
|
|
<![CDATA[]]></O>
|
||
|
|
</Parameter>
|
||
|
|
</Parameters>
|
||
|
|
<Attributes maxMemRowCount="-1"/>
|
||
|
|
<Connection class="com.fr.data.impl.NameDatabaseConnection">
|
||
|
|
<DatabaseName>
|
||
|
|
<![CDATA[trainms]]></DatabaseName>
|
||
|
|
</Connection>
|
||
|
|
<Query>
|
||
|
|
<![CDATA[select
|
||
|
|
et_exam_usertest.user_time
|
||
|
|
from et_exam_usertest
|
||
|
|
left join et_exam_editexampaper
|
||
|
|
on et_exam_editexampaper.id = et_exam_usertest.question_id
|
||
|
|
left join et_exam_exampaper_and_editexampaper
|
||
|
|
on et_exam_editexampaper.edit_id = et_exam_exampaper_and_editexampaper.id
|
||
|
|
where et_exam_editexampaper.edit_id = '${edit_id}' and et_exam_usertest.user_id = '${C4}'
|
||
|
|
group by et_exam_usertest.name]]></Query>
|
||
|
|
</TableData>
|
||
|
|
</TableDataMap>
|
||
|
|
<Report class="com.fr.report.worksheet.WorkSheet" name="基本信息">
|
||
|
|
<ReportPageAttr>
|
||
|
|
<HR/>
|
||
|
|
<FR/>
|
||
|
|
<HC/>
|
||
|
|
<FC/>
|
||
|
|
</ReportPageAttr>
|
||
|
|
<ColumnPrivilegeControl/>
|
||
|
|
<RowPrivilegeControl/>
|
||
|
|
<RowHeight defaultValue="723900">
|
||
|
|
<![CDATA[723900,723900,723900,723900,723900,723900,723900,723900,723900,723900,723900]]></RowHeight>
|
||
|
|
<ColumnWidth defaultValue="2743200">
|
||
|
|
<![CDATA[2743200,8686800,2743200,2743200,2743200,2743200,2743200,2743200,2743200,2743200,2743200]]></ColumnWidth>
|
||
|
|
<CellElementList>
|
||
|
|
<C c="0" r="0" s="0">
|
||
|
|
<O>
|
||
|
|
<![CDATA[项目名称]]></O>
|
||
|
|
<PrivilegeControl/>
|
||
|
|
<Expand/>
|
||
|
|
</C>
|
||
|
|
<C c="1" r="0" s="1">
|
||
|
|
<O t="DSColumn">
|
||
|
|
<Attributes dsName="ds1" columnName="name"/>
|
||
|
|
<Complex/>
|
||
|
|
<RG class="com.fr.report.cell.cellattr.core.group.FunctionGrouper"/>
|
||
|
|
<Parameters/>
|
||
|
|
</O>
|
||
|
|
<PrivilegeControl/>
|
||
|
|
<Expand dir="0"/>
|
||
|
|
</C>
|
||
|
|
<C c="0" r="1" s="0">
|
||
|
|
<O>
|
||
|
|
<![CDATA[开始时间]]></O>
|
||
|
|
<PrivilegeControl/>
|
||
|
|
<Expand/>
|
||
|
|
</C>
|
||
|
|
<C c="1" r="1" s="1">
|
||
|
|
<O t="DSColumn">
|
||
|
|
<Attributes dsName="ds1" columnName="startdate"/>
|
||
|
|
<Complex/>
|
||
|
|
<RG class="com.fr.report.cell.cellattr.core.group.FunctionGrouper"/>
|
||
|
|
<Parameters/>
|
||
|
|
</O>
|
||
|
|
<PrivilegeControl/>
|
||
|
|
<Expand dir="0"/>
|
||
|
|
</C>
|
||
|
|
<C c="0" r="2" s="0">
|
||
|
|
<O>
|
||
|
|
<![CDATA[结束时间]]></O>
|
||
|
|
<PrivilegeControl/>
|
||
|
|
<Expand/>
|
||
|
|
</C>
|
||
|
|
<C c="1" r="2" s="1">
|
||
|
|
<O t="DSColumn">
|
||
|
|
<Attributes dsName="ds1" columnName="enddate"/>
|
||
|
|
<Complex/>
|
||
|
|
<RG class="com.fr.report.cell.cellattr.core.group.FunctionGrouper"/>
|
||
|
|
<Parameters/>
|
||
|
|
</O>
|
||
|
|
<PrivilegeControl/>
|
||
|
|
<Expand dir="0"/>
|
||
|
|
</C>
|
||
|
|
<C c="0" r="3" s="0">
|
||
|
|
<O>
|
||
|
|
<![CDATA[培训地点]]></O>
|
||
|
|
<PrivilegeControl/>
|
||
|
|
<Expand/>
|
||
|
|
</C>
|
||
|
|
<C c="1" r="3" s="1">
|
||
|
|
<PrivilegeControl/>
|
||
|
|
</C>
|
||
|
|
<C c="0" r="4" s="0">
|
||
|
|
<O>
|
||
|
|
<![CDATA[培训预算]]></O>
|
||
|
|
<PrivilegeControl/>
|
||
|
|
<Expand/>
|
||
|
|
</C>
|
||
|
|
<C c="1" r="4" s="1">
|
||
|
|
<PrivilegeControl/>
|
||
|
|
</C>
|
||
|
|
<C c="0" r="5" s="0">
|
||
|
|
<O>
|
||
|
|
<![CDATA[实际费用]]></O>
|
||
|
|
<PrivilegeControl/>
|
||
|
|
<Expand/>
|
||
|
|
</C>
|
||
|
|
<C c="1" r="5" s="1">
|
||
|
|
<PrivilegeControl/>
|
||
|
|
</C>
|
||
|
|
<C c="0" r="6" s="0">
|
||
|
|
<O>
|
||
|
|
<![CDATA[项目售价]]></O>
|
||
|
|
<PrivilegeControl/>
|
||
|
|
<Expand/>
|
||
|
|
</C>
|
||
|
|
<C c="1" r="6" s="1">
|
||
|
|
<PrivilegeControl/>
|
||
|
|
</C>
|
||
|
|
<C c="0" r="7" s="0">
|
||
|
|
<O>
|
||
|
|
<![CDATA[项目介绍]]></O>
|
||
|
|
<PrivilegeControl/>
|
||
|
|
<Expand/>
|
||
|
|
</C>
|
||
|
|
<C c="1" r="7" s="1">
|
||
|
|
<O t="DSColumn">
|
||
|
|
<Attributes dsName="ds1" columnName="description"/>
|
||
|
|
<Complex/>
|
||
|
|
<RG class="com.fr.report.cell.cellattr.core.group.FunctionGrouper"/>
|
||
|
|
<Parameters/>
|
||
|
|
</O>
|
||
|
|
<PrivilegeControl/>
|
||
|
|
<Expand dir="0"/>
|
||
|
|
</C>
|
||
|
|
</CellElementList>
|
||
|
|
<ReportAttrSet>
|
||
|
|
<ReportSettings headerHeight="0" footerHeight="0">
|
||
|
|
<PaperSetting/>
|
||
|
|
</ReportSettings>
|
||
|
|
</ReportAttrSet>
|
||
|
|
<PrivilegeControl/>
|
||
|
|
</Report>
|
||
|
|
<Report class="com.fr.report.worksheet.WorkSheet" name="汇总统计">
|
||
|
|
<ReportPageAttr>
|
||
|
|
<HR/>
|
||
|
|
<FR/>
|
||
|
|
<HC/>
|
||
|
|
<FC/>
|
||
|
|
</ReportPageAttr>
|
||
|
|
<ColumnPrivilegeControl/>
|
||
|
|
<RowPrivilegeControl/>
|
||
|
|
<RowHeight defaultValue="723900">
|
||
|
|
<![CDATA[723900,723900,723900,723900,723900,723900,723900,723900,723900,723900,723900]]></RowHeight>
|
||
|
|
<ColumnWidth defaultValue="2743200">
|
||
|
|
<![CDATA[3695700,4648200,4114800,4229100,2819400,2743200,2743200,2743200,2743200,2743200,2743200]]></ColumnWidth>
|
||
|
|
<CellElementList>
|
||
|
|
<C c="0" r="0" cs="3" s="2">
|
||
|
|
<O t="DSColumn">
|
||
|
|
<Attributes dsName="ds1" columnName="name"/>
|
||
|
|
<Condition class="com.fr.data.condition.ListCondition"/>
|
||
|
|
<Complex/>
|
||
|
|
<RG class="com.fr.report.cell.cellattr.core.group.FunctionGrouper"/>
|
||
|
|
<Result>
|
||
|
|
<![CDATA[$$$+'统计结果']]></Result>
|
||
|
|
<Parameters/>
|
||
|
|
</O>
|
||
|
|
<PrivilegeControl/>
|
||
|
|
<Expand dir="0"/>
|
||
|
|
</C>
|
||
|
|
<C c="3" r="0">
|
||
|
|
<PrivilegeControl/>
|
||
|
|
<Expand/>
|
||
|
|
</C>
|
||
|
|
<C c="4" r="0">
|
||
|
|
<PrivilegeControl/>
|
||
|
|
<Expand/>
|
||
|
|
</C>
|
||
|
|
<C c="0" r="1">
|
||
|
|
<O>
|
||
|
|
<![CDATA[调研人数:]]></O>
|
||
|
|
<PrivilegeControl/>
|
||
|
|
<Expand/>
|
||
|
|
</C>
|
||
|
|
<C c="1" r="1">
|
||
|
|
<PrivilegeControl/>
|
||
|
|
<Expand/>
|
||
|
|
</C>
|
||
|
|
<C c="2" r="1">
|
||
|
|
<O>
|
||
|
|
<![CDATA[有效:]]></O>
|
||
|
|
<PrivilegeControl/>
|
||
|
|
<Expand/>
|
||
|
|
</C>
|
||
|
|
<C c="3" r="1" s="2">
|
||
|
|
<O t="DSColumn">
|
||
|
|
<Attributes dsName="count" columnName="count"/>
|
||
|
|
<Complex/>
|
||
|
|
<RG class="com.fr.report.cell.cellattr.core.group.FunctionGrouper"/>
|
||
|
|
<Parameters/>
|
||
|
|
</O>
|
||
|
|
<PrivilegeControl/>
|
||
|
|
<Expand dir="0"/>
|
||
|
|
</C>
|
||
|
|
<C c="4" r="1">
|
||
|
|
<O>
|
||
|
|
<![CDATA[无效:]]></O>
|
||
|
|
<PrivilegeControl/>
|
||
|
|
<Expand/>
|
||
|
|
</C>
|
||
|
|
<C c="0" r="2">
|
||
|
|
<PrivilegeControl/>
|
||
|
|
<Expand/>
|
||
|
|
</C>
|
||
|
|
<C c="1" r="2">
|
||
|
|
<PrivilegeControl/>
|
||
|
|
<Expand/>
|
||
|
|
</C>
|
||
|
|
<C c="2" r="2">
|
||
|
|
<PrivilegeControl/>
|
||
|
|
<Expand/>
|
||
|
|
</C>
|
||
|
|
<C c="3" r="2">
|
||
|
|
<PrivilegeControl/>
|
||
|
|
<Expand/>
|
||
|
|
</C>
|
||
|
|
<C c="4" r="2">
|
||
|
|
<PrivilegeControl/>
|
||
|
|
<Expand/>
|
||
|
|
</C>
|
||
|
|
<C c="0" r="3" s="3">
|
||
|
|
<O>
|
||
|
|
<![CDATA[各题统计:]]></O>
|
||
|
|
<PrivilegeControl/>
|
||
|
|
<Expand/>
|
||
|
|
</C>
|
||
|
|
<C c="1" r="3">
|
||
|
|
<PrivilegeControl/>
|
||
|
|
<Expand/>
|
||
|
|
</C>
|
||
|
|
<C c="2" r="3">
|
||
|
|
<PrivilegeControl/>
|
||
|
|
<Expand/>
|
||
|
|
</C>
|
||
|
|
<C c="3" r="3">
|
||
|
|
<PrivilegeControl/>
|
||
|
|
<Expand/>
|
||
|
|
</C>
|
||
|
|
<C c="4" r="3">
|
||
|
|
<PrivilegeControl/>
|
||
|
|
<Expand/>
|
||
|
|
</C>
|
||
|
|
<C c="0" r="4" s="4">
|
||
|
|
<O t="Formula" class="Formula">
|
||
|
|
<Attributes>
|
||
|
|
<![CDATA[=seq()+'、']]></Attributes>
|
||
|
|
</O>
|
||
|
|
<PrivilegeControl/>
|
||
|
|
<Expand dir="0" leftParentDefault="false" left="B5"/>
|
||
|
|
</C>
|
||
|
|
<C c="1" r="4" s="1">
|
||
|
|
<O t="DSColumn">
|
||
|
|
<Attributes dsName="ds1" columnName="subject"/>
|
||
|
|
<Complex/>
|
||
|
|
<RG class="com.fr.report.cell.cellattr.core.group.FunctionGrouper"/>
|
||
|
|
<Parameters/>
|
||
|
|
</O>
|
||
|
|
<PrivilegeControl/>
|
||
|
|
<Expand dir="0"/>
|
||
|
|
</C>
|
||
|
|
<C c="2" r="4" s="4">
|
||
|
|
<O t="DSColumn">
|
||
|
|
<Attributes dsName="ds1" columnName="type"/>
|
||
|
|
<Complex/>
|
||
|
|
<RG class="com.fr.report.cell.cellattr.core.group.FunctionGrouper"/>
|
||
|
|
<Parameters/>
|
||
|
|
</O>
|
||
|
|
<PrivilegeControl/>
|
||
|
|
<Expand dir="0" leftParentDefault="false" left="B5"/>
|
||
|
|
</C>
|
||
|
|
<C c="3" r="4" s="0">
|
||
|
|
<PrivilegeControl/>
|
||
|
|
<Expand/>
|
||
|
|
</C>
|
||
|
|
<C c="4" r="4">
|
||
|
|
<PrivilegeControl/>
|
||
|
|
<Expand/>
|
||
|
|
</C>
|
||
|
|
<C c="0" r="5" s="4">
|
||
|
|
<O>
|
||
|
|
<![CDATA[选项]]></O>
|
||
|
|
<PrivilegeControl/>
|
||
|
|
<HighlightList>
|
||
|
|
<Highlight class="com.fr.report.cell.cellattr.highlight.DefaultHighlight">
|
||
|
|
<Name>
|
||
|
|
<![CDATA[条件属性1]]></Name>
|
||
|
|
<Condition class="com.fr.data.condition.FormulaCondition">
|
||
|
|
<Formula>
|
||
|
|
<![CDATA[ISNULL(B7)]]></Formula>
|
||
|
|
</Condition>
|
||
|
|
<HighlightAction class="com.fr.report.cell.cellattr.highlight.RowHeightHighlightAction"/>
|
||
|
|
</Highlight>
|
||
|
|
</HighlightList>
|
||
|
|
<Expand dir="0" leftParentDefault="false" left="B5"/>
|
||
|
|
</C>
|
||
|
|
<C c="1" r="5" s="1">
|
||
|
|
<PrivilegeControl/>
|
||
|
|
<Expand/>
|
||
|
|
</C>
|
||
|
|
<C c="2" r="5" s="4">
|
||
|
|
<O>
|
||
|
|
<![CDATA[小计]]></O>
|
||
|
|
<PrivilegeControl/>
|
||
|
|
<Expand dir="0" leftParentDefault="false" left="B5"/>
|
||
|
|
</C>
|
||
|
|
<C c="3" r="5" s="4">
|
||
|
|
<O>
|
||
|
|
<![CDATA[比例]]></O>
|
||
|
|
<PrivilegeControl/>
|
||
|
|
<Expand dir="0" leftParentDefault="false" left="B5"/>
|
||
|
|
</C>
|
||
|
|
<C c="4" r="5">
|
||
|
|
<PrivilegeControl/>
|
||
|
|
<Expand/>
|
||
|
|
</C>
|
||
|
|
<C c="0" r="6" s="4">
|
||
|
|
<O>
|
||
|
|
<![CDATA[A]]></O>
|
||
|
|
<PrivilegeControl/>
|
||
|
|
<Expand dir="0" leftParentDefault="false" left="B5"/>
|
||
|
|
</C>
|
||
|
|
<C c="1" r="6" s="1">
|
||
|
|
<O t="DSColumn">
|
||
|
|
<Attributes dsName="ds1" columnName="optionA"/>
|
||
|
|
<Complex/>
|
||
|
|
<RG class="com.fr.report.cell.cellattr.core.group.FunctionGrouper"/>
|
||
|
|
<Parameters/>
|
||
|
|
</O>
|
||
|
|
<PrivilegeControl/>
|
||
|
|
<HighlightList>
|
||
|
|
<Highlight class="com.fr.report.cell.cellattr.highlight.DefaultHighlight">
|
||
|
|
<Name>
|
||
|
|
<![CDATA[条件属性1]]></Name>
|
||
|
|
<Condition class="com.fr.data.condition.FormulaCondition">
|
||
|
|
<Formula>
|
||
|
|
<![CDATA[len(B7) = 0]]></Formula>
|
||
|
|
</Condition>
|
||
|
|
<HighlightAction class="com.fr.report.cell.cellattr.highlight.RowHeightHighlightAction"/>
|
||
|
|
</Highlight>
|
||
|
|
</HighlightList>
|
||
|
|
<Expand dir="0" leftParentDefault="false" left="B5"/>
|
||
|
|
</C>
|
||
|
|
<C c="2" r="6" s="4">
|
||
|
|
<O t="DSColumn">
|
||
|
|
<Attributes dsName="countA" columnName="countA"/>
|
||
|
|
<Complex/>
|
||
|
|
<RG class="com.fr.report.cell.cellattr.core.group.FunctionGrouper"/>
|
||
|
|
<Parameters>
|
||
|
|
<Parameter>
|
||
|
|
<Attributes name="B5"/>
|
||
|
|
<O t="Formula" class="Formula">
|
||
|
|
<Attributes>
|
||
|
|
<![CDATA[=B5]]></Attributes>
|
||
|
|
</O>
|
||
|
|
</Parameter>
|
||
|
|
</Parameters>
|
||
|
|
</O>
|
||
|
|
<PrivilegeControl/>
|
||
|
|
<Expand/>
|
||
|
|
</C>
|
||
|
|
<C c="3" r="6" s="5">
|
||
|
|
<O t="Formula" class="Formula">
|
||
|
|
<Attributes>
|
||
|
|
<![CDATA[=C7 / D2]]></Attributes>
|
||
|
|
</O>
|
||
|
|
<PrivilegeControl/>
|
||
|
|
<Expand/>
|
||
|
|
</C>
|
||
|
|
<C c="4" r="6">
|
||
|
|
<PrivilegeControl/>
|
||
|
|
<Expand/>
|
||
|
|
</C>
|
||
|
|
<C c="0" r="7" s="4">
|
||
|
|
<O>
|
||
|
|
<![CDATA[B]]></O>
|
||
|
|
<PrivilegeControl/>
|
||
|
|
<Expand dir="0" leftParentDefault="false" left="B5"/>
|
||
|
|
</C>
|
||
|
|
<C c="1" r="7" s="1">
|
||
|
|
<O t="DSColumn">
|
||
|
|
<Attributes dsName="ds1" columnName="optionB"/>
|
||
|
|
<Complex/>
|
||
|
|
<RG class="com.fr.report.cell.cellattr.core.group.FunctionGrouper"/>
|
||
|
|
<Parameters/>
|
||
|
|
</O>
|
||
|
|
<PrivilegeControl/>
|
||
|
|
<HighlightList>
|
||
|
|
<Highlight class="com.fr.report.cell.cellattr.highlight.DefaultHighlight">
|
||
|
|
<Name>
|
||
|
|
<![CDATA[条件属性1]]></Name>
|
||
|
|
<Condition class="com.fr.data.condition.FormulaCondition">
|
||
|
|
<Formula>
|
||
|
|
<![CDATA[ISNULL(B8)]]></Formula>
|
||
|
|
</Condition>
|
||
|
|
<HighlightAction class="com.fr.report.cell.cellattr.highlight.RowHeightHighlightAction"/>
|
||
|
|
</Highlight>
|
||
|
|
</HighlightList>
|
||
|
|
<Expand dir="0" leftParentDefault="false" left="B5"/>
|
||
|
|
</C>
|
||
|
|
<C c="2" r="7" s="4">
|
||
|
|
<O t="DSColumn">
|
||
|
|
<Attributes dsName="countB" columnName="countB"/>
|
||
|
|
<Complex/>
|
||
|
|
<RG class="com.fr.report.cell.cellattr.core.group.FunctionGrouper"/>
|
||
|
|
<Parameters>
|
||
|
|
<Parameter>
|
||
|
|
<Attributes name="B5"/>
|
||
|
|
<O t="Formula" class="Formula">
|
||
|
|
<Attributes>
|
||
|
|
<![CDATA[=B5]]></Attributes>
|
||
|
|
</O>
|
||
|
|
</Parameter>
|
||
|
|
</Parameters>
|
||
|
|
</O>
|
||
|
|
<PrivilegeControl/>
|
||
|
|
<Expand/>
|
||
|
|
</C>
|
||
|
|
<C c="3" r="7" s="5">
|
||
|
|
<O t="Formula" class="Formula">
|
||
|
|
<Attributes>
|
||
|
|
<![CDATA[=C8 / D2]]></Attributes>
|
||
|
|
</O>
|
||
|
|
<PrivilegeControl/>
|
||
|
|
<Expand/>
|
||
|
|
</C>
|
||
|
|
<C c="4" r="7">
|
||
|
|
<PrivilegeControl/>
|
||
|
|
<Expand/>
|
||
|
|
</C>
|
||
|
|
<C c="0" r="8" s="4">
|
||
|
|
<O>
|
||
|
|
<![CDATA[C]]></O>
|
||
|
|
<PrivilegeControl/>
|
||
|
|
<Expand dir="0" leftParentDefault="false" left="B5"/>
|
||
|
|
</C>
|
||
|
|
<C c="1" r="8" s="1">
|
||
|
|
<O t="DSColumn">
|
||
|
|
<Attributes dsName="ds1" columnName="optionC"/>
|
||
|
|
<Complex/>
|
||
|
|
<RG class="com.fr.report.cell.cellattr.core.group.FunctionGrouper"/>
|
||
|
|
<Parameters/>
|
||
|
|
</O>
|
||
|
|
<PrivilegeControl/>
|
||
|
|
<HighlightList>
|
||
|
|
<Highlight class="com.fr.report.cell.cellattr.highlight.DefaultHighlight">
|
||
|
|
<Name>
|
||
|
|
<![CDATA[条件属性1]]></Name>
|
||
|
|
<Condition class="com.fr.data.condition.FormulaCondition">
|
||
|
|
<Formula>
|
||
|
|
<![CDATA[ISNULL(B9)]]></Formula>
|
||
|
|
</Condition>
|
||
|
|
<HighlightAction class="com.fr.report.cell.cellattr.highlight.RowHeightHighlightAction"/>
|
||
|
|
</Highlight>
|
||
|
|
</HighlightList>
|
||
|
|
<Expand dir="0" leftParentDefault="false" left="B5"/>
|
||
|
|
</C>
|
||
|
|
<C c="2" r="8" s="4">
|
||
|
|
<O t="DSColumn">
|
||
|
|
<Attributes dsName="countC" columnName="countC"/>
|
||
|
|
<Complex/>
|
||
|
|
<RG class="com.fr.report.cell.cellattr.core.group.FunctionGrouper"/>
|
||
|
|
<Parameters>
|
||
|
|
<Parameter>
|
||
|
|
<Attributes name="B5"/>
|
||
|
|
<O t="Formula" class="Formula">
|
||
|
|
<Attributes>
|
||
|
|
<![CDATA[=B5]]></Attributes>
|
||
|
|
</O>
|
||
|
|
</Parameter>
|
||
|
|
</Parameters>
|
||
|
|
</O>
|
||
|
|
<PrivilegeControl/>
|
||
|
|
<Expand/>
|
||
|
|
</C>
|
||
|
|
<C c="3" r="8" s="5">
|
||
|
|
<O t="Formula" class="Formula">
|
||
|
|
<Attributes>
|
||
|
|
<![CDATA[=C9 / D2]]></Attributes>
|
||
|
|
</O>
|
||
|
|
<PrivilegeControl/>
|
||
|
|
<Expand/>
|
||
|
|
</C>
|
||
|
|
<C c="4" r="8">
|
||
|
|
<PrivilegeControl/>
|
||
|
|
<Expand/>
|
||
|
|
</C>
|
||
|
|
<C c="0" r="9" s="4">
|
||
|
|
<O>
|
||
|
|
<![CDATA[D]]></O>
|
||
|
|
<PrivilegeControl/>
|
||
|
|
<Expand dir="0" leftParentDefault="false" left="B5"/>
|
||
|
|
</C>
|
||
|
|
<C c="1" r="9" s="1">
|
||
|
|
<O t="DSColumn">
|
||
|
|
<Attributes dsName="ds1" columnName="optionD"/>
|
||
|
|
<Complex/>
|
||
|
|
<RG class="com.fr.report.cell.cellattr.core.group.FunctionGrouper"/>
|
||
|
|
<Parameters/>
|
||
|
|
</O>
|
||
|
|
<PrivilegeControl/>
|
||
|
|
<HighlightList>
|
||
|
|
<Highlight class="com.fr.report.cell.cellattr.highlight.DefaultHighlight">
|
||
|
|
<Name>
|
||
|
|
<![CDATA[条件属性1]]></Name>
|
||
|
|
<Condition class="com.fr.data.condition.FormulaCondition">
|
||
|
|
<Formula>
|
||
|
|
<![CDATA[ISNULL(B10)]]></Formula>
|
||
|
|
</Condition>
|
||
|
|
<HighlightAction class="com.fr.report.cell.cellattr.highlight.RowHeightHighlightAction"/>
|
||
|
|
</Highlight>
|
||
|
|
</HighlightList>
|
||
|
|
<Expand dir="0" leftParentDefault="false" left="B5"/>
|
||
|
|
</C>
|
||
|
|
<C c="2" r="9" s="4">
|
||
|
|
<O t="DSColumn">
|
||
|
|
<Attributes dsName="countD" columnName="countD"/>
|
||
|
|
<Complex/>
|
||
|
|
<RG class="com.fr.report.cell.cellattr.core.group.FunctionGrouper"/>
|
||
|
|
<Parameters>
|
||
|
|
<Parameter>
|
||
|
|
<Attributes name="B5"/>
|
||
|
|
<O t="Formula" class="Formula">
|
||
|
|
<Attributes>
|
||
|
|
<![CDATA[=B5]]></Attributes>
|
||
|
|
</O>
|
||
|
|
</Parameter>
|
||
|
|
</Parameters>
|
||
|
|
</O>
|
||
|
|
<PrivilegeControl/>
|
||
|
|
<Expand/>
|
||
|
|
</C>
|
||
|
|
<C c="3" r="9" s="5">
|
||
|
|
<O t="Formula" class="Formula">
|
||
|
|
<Attributes>
|
||
|
|
<![CDATA[=C10 / D2]]></Attributes>
|
||
|
|
</O>
|
||
|
|
<PrivilegeControl/>
|
||
|
|
<Expand/>
|
||
|
|
</C>
|
||
|
|
<C c="4" r="9">
|
||
|
|
<PrivilegeControl/>
|
||
|
|
<Expand/>
|
||
|
|
</C>
|
||
|
|
<C c="0" r="10" s="4">
|
||
|
|
<O>
|
||
|
|
<![CDATA[E]]></O>
|
||
|
|
<PrivilegeControl/>
|
||
|
|
<Expand dir="0" leftParentDefault="false" left="B5"/>
|
||
|
|
</C>
|
||
|
|
<C c="1" r="10" s="1">
|
||
|
|
<O t="DSColumn">
|
||
|
|
<Attributes dsName="ds1" columnName="optionE"/>
|
||
|
|
<Complex/>
|
||
|
|
<RG class="com.fr.report.cell.cellattr.core.group.FunctionGrouper"/>
|
||
|
|
<Parameters/>
|
||
|
|
</O>
|
||
|
|
<PrivilegeControl/>
|
||
|
|
<HighlightList>
|
||
|
|
<Highlight class="com.fr.report.cell.cellattr.highlight.DefaultHighlight">
|
||
|
|
<Name>
|
||
|
|
<![CDATA[条件属性1]]></Name>
|
||
|
|
<Condition class="com.fr.data.condition.FormulaCondition">
|
||
|
|
<Formula>
|
||
|
|
<![CDATA[ISNULL(B11)]]></Formula>
|
||
|
|
</Condition>
|
||
|
|
<HighlightAction class="com.fr.report.cell.cellattr.highlight.RowHeightHighlightAction"/>
|
||
|
|
</Highlight>
|
||
|
|
</HighlightList>
|
||
|
|
<Expand dir="0" leftParentDefault="false" left="B5"/>
|
||
|
|
</C>
|
||
|
|
<C c="2" r="10" s="4">
|
||
|
|
<O t="DSColumn">
|
||
|
|
<Attributes dsName="countE" columnName="countE"/>
|
||
|
|
<Complex/>
|
||
|
|
<RG class="com.fr.report.cell.cellattr.core.group.FunctionGrouper"/>
|
||
|
|
<Parameters>
|
||
|
|
<Parameter>
|
||
|
|
<Attributes name="B5"/>
|
||
|
|
<O t="Formula" class="Formula">
|
||
|
|
<Attributes>
|
||
|
|
<![CDATA[=B5]]></Attributes>
|
||
|
|
</O>
|
||
|
|
</Parameter>
|
||
|
|
</Parameters>
|
||
|
|
</O>
|
||
|
|
<PrivilegeControl/>
|
||
|
|
<Expand/>
|
||
|
|
</C>
|
||
|
|
<C c="3" r="10" s="5">
|
||
|
|
<O t="Formula" class="Formula">
|
||
|
|
<Attributes>
|
||
|
|
<![CDATA[=C11 / D2]]></Attributes>
|
||
|
|
</O>
|
||
|
|
<PrivilegeControl/>
|
||
|
|
<Expand/>
|
||
|
|
</C>
|
||
|
|
<C c="4" r="10">
|
||
|
|
<PrivilegeControl/>
|
||
|
|
<Expand/>
|
||
|
|
</C>
|
||
|
|
<C c="0" r="11" s="4">
|
||
|
|
<O>
|
||
|
|
<![CDATA[F]]></O>
|
||
|
|
<PrivilegeControl/>
|
||
|
|
<Expand dir="0" leftParentDefault="false" left="B5"/>
|
||
|
|
</C>
|
||
|
|
<C c="1" r="11" s="1">
|
||
|
|
<O t="DSColumn">
|
||
|
|
<Attributes dsName="ds1" columnName="optionF"/>
|
||
|
|
<Complex/>
|
||
|
|
<RG class="com.fr.report.cell.cellattr.core.group.FunctionGrouper"/>
|
||
|
|
<Parameters/>
|
||
|
|
</O>
|
||
|
|
<PrivilegeControl/>
|
||
|
|
<HighlightList>
|
||
|
|
<Highlight class="com.fr.report.cell.cellattr.highlight.DefaultHighlight">
|
||
|
|
<Name>
|
||
|
|
<![CDATA[条件属性1]]></Name>
|
||
|
|
<Condition class="com.fr.data.condition.FormulaCondition">
|
||
|
|
<Formula>
|
||
|
|
<![CDATA[ISNULL(B12)]]></Formula>
|
||
|
|
</Condition>
|
||
|
|
<HighlightAction class="com.fr.report.cell.cellattr.highlight.RowHeightHighlightAction"/>
|
||
|
|
</Highlight>
|
||
|
|
</HighlightList>
|
||
|
|
<Expand dir="0" leftParentDefault="false" left="B5"/>
|
||
|
|
</C>
|
||
|
|
<C c="2" r="11" s="4">
|
||
|
|
<O t="DSColumn">
|
||
|
|
<Attributes dsName="countF" columnName="countF"/>
|
||
|
|
<Complex/>
|
||
|
|
<RG class="com.fr.report.cell.cellattr.core.group.FunctionGrouper"/>
|
||
|
|
<Parameters>
|
||
|
|
<Parameter>
|
||
|
|
<Attributes name="B5"/>
|
||
|
|
<O t="Formula" class="Formula">
|
||
|
|
<Attributes>
|
||
|
|
<![CDATA[=B5]]></Attributes>
|
||
|
|
</O>
|
||
|
|
</Parameter>
|
||
|
|
</Parameters>
|
||
|
|
</O>
|
||
|
|
<PrivilegeControl/>
|
||
|
|
<Expand/>
|
||
|
|
</C>
|
||
|
|
<C c="3" r="11" s="5">
|
||
|
|
<O t="Formula" class="Formula">
|
||
|
|
<Attributes>
|
||
|
|
<![CDATA[=C12 / D2]]></Attributes>
|
||
|
|
</O>
|
||
|
|
<PrivilegeControl/>
|
||
|
|
<Expand/>
|
||
|
|
</C>
|
||
|
|
<C c="4" r="11">
|
||
|
|
<PrivilegeControl/>
|
||
|
|
<Expand/>
|
||
|
|
</C>
|
||
|
|
<C c="0" r="12" s="4">
|
||
|
|
<O>
|
||
|
|
<![CDATA[姓名]]></O>
|
||
|
|
<PrivilegeControl/>
|
||
|
|
<HighlightList>
|
||
|
|
<Highlight class="com.fr.report.cell.cellattr.highlight.DefaultHighlight">
|
||
|
|
<Name>
|
||
|
|
<![CDATA[条件属性1]]></Name>
|
||
|
|
<Condition class="com.fr.data.condition.FormulaCondition">
|
||
|
|
<Formula>
|
||
|
|
<![CDATA[ISNULL(B7) = false]]></Formula>
|
||
|
|
</Condition>
|
||
|
|
<HighlightAction class="com.fr.report.cell.cellattr.highlight.RowHeightHighlightAction"/>
|
||
|
|
</Highlight>
|
||
|
|
</HighlightList>
|
||
|
|
<Expand dir="0" leftParentDefault="false" left="B5"/>
|
||
|
|
</C>
|
||
|
|
<C c="1" r="12" s="1">
|
||
|
|
<O>
|
||
|
|
<![CDATA[答案]]></O>
|
||
|
|
<PrivilegeControl/>
|
||
|
|
<Expand dir="0" leftParentDefault="false" left="B5"/>
|
||
|
|
</C>
|
||
|
|
<C c="2" r="12" s="0">
|
||
|
|
<PrivilegeControl/>
|
||
|
|
<Expand leftParentDefault="false" left="D5"/>
|
||
|
|
</C>
|
||
|
|
<C c="3" r="12" s="0">
|
||
|
|
<PrivilegeControl/>
|
||
|
|
<Expand leftParentDefault="false" left="D5"/>
|
||
|
|
</C>
|
||
|
|
<C c="4" r="12">
|
||
|
|
<PrivilegeControl/>
|
||
|
|
<Expand/>
|
||
|
|
</C>
|
||
|
|
<C c="0" r="13" s="4">
|
||
|
|
<O>
|
||
|
|
<![CDATA[匿名]]></O>
|
||
|
|
<PrivilegeControl/>
|
||
|
|
<HighlightList>
|
||
|
|
<Highlight class="com.fr.report.cell.cellattr.highlight.DefaultHighlight">
|
||
|
|
<Name>
|
||
|
|
<![CDATA[条件属性1]]></Name>
|
||
|
|
<Condition class="com.fr.data.condition.FormulaCondition">
|
||
|
|
<Formula>
|
||
|
|
<![CDATA[ISNULL(B7) = false]]></Formula>
|
||
|
|
</Condition>
|
||
|
|
<HighlightAction class="com.fr.report.cell.cellattr.highlight.RowHeightHighlightAction"/>
|
||
|
|
</Highlight>
|
||
|
|
</HighlightList>
|
||
|
|
<Expand dir="0" leftParentDefault="false" left="B14"/>
|
||
|
|
</C>
|
||
|
|
<C c="1" r="13" s="1">
|
||
|
|
<O t="DSColumn">
|
||
|
|
<Attributes dsName="ds1" columnName="user_answer"/>
|
||
|
|
<Complex/>
|
||
|
|
<RG class="com.fr.report.cell.cellattr.core.group.FunctionGrouper">
|
||
|
|
<Attr divideMode="1"/>
|
||
|
|
</RG>
|
||
|
|
<Parameters/>
|
||
|
|
</O>
|
||
|
|
<PrivilegeControl/>
|
||
|
|
<Expand dir="0" leftParentDefault="false" left="B5"/>
|
||
|
|
</C>
|
||
|
|
<C c="2" r="13" s="0">
|
||
|
|
<PrivilegeControl/>
|
||
|
|
<Expand/>
|
||
|
|
</C>
|
||
|
|
<C c="3" r="13" s="0">
|
||
|
|
<PrivilegeControl/>
|
||
|
|
<Expand/>
|
||
|
|
</C>
|
||
|
|
<C c="4" r="13">
|
||
|
|
<PrivilegeControl/>
|
||
|
|
<Expand/>
|
||
|
|
</C>
|
||
|
|
<C c="0" r="14" s="0">
|
||
|
|
<PrivilegeControl/>
|
||
|
|
<Expand dir="0" leftParentDefault="false" left="B5"/>
|
||
|
|
</C>
|
||
|
|
<C c="1" r="14" s="0">
|
||
|
|
<PrivilegeControl/>
|
||
|
|
</C>
|
||
|
|
<C c="2" r="14" s="0">
|
||
|
|
<PrivilegeControl/>
|
||
|
|
</C>
|
||
|
|
<C c="3" r="14" s="0">
|
||
|
|
<PrivilegeControl/>
|
||
|
|
</C>
|
||
|
|
<C c="4" r="14">
|
||
|
|
<PrivilegeControl/>
|
||
|
|
<Expand/>
|
||
|
|
</C>
|
||
|
|
<C c="1" r="16">
|
||
|
|
<PrivilegeControl/>
|
||
|
|
<Expand/>
|
||
|
|
</C>
|
||
|
|
<C c="1" r="19">
|
||
|
|
<PrivilegeControl/>
|
||
|
|
<Expand/>
|
||
|
|
</C>
|
||
|
|
</CellElementList>
|
||
|
|
<ReportAttrSet>
|
||
|
|
<ReportSettings headerHeight="0" footerHeight="0">
|
||
|
|
<PaperSetting>
|
||
|
|
<Margin top="986400" left="2743200" bottom="986400" right="2743200"/>
|
||
|
|
</PaperSetting>
|
||
|
|
</ReportSettings>
|
||
|
|
<Header reportPageType="0">
|
||
|
|
<Background name="NullBackground"/>
|
||
|
|
<LeftList/>
|
||
|
|
<CenterList/>
|
||
|
|
<RightList/>
|
||
|
|
</Header>
|
||
|
|
<Footer reportPageType="0">
|
||
|
|
<Background name="NullBackground"/>
|
||
|
|
<LeftList/>
|
||
|
|
<CenterList/>
|
||
|
|
<RightList/>
|
||
|
|
</Footer>
|
||
|
|
</ReportAttrSet>
|
||
|
|
<PrivilegeControl/>
|
||
|
|
</Report>
|
||
|
|
<Report class="com.fr.report.worksheet.WorkSheet" name="单人统计">
|
||
|
|
<ReportPageAttr>
|
||
|
|
<HR/>
|
||
|
|
<FR/>
|
||
|
|
<HC/>
|
||
|
|
<FC/>
|
||
|
|
</ReportPageAttr>
|
||
|
|
<ColumnPrivilegeControl/>
|
||
|
|
<RowPrivilegeControl/>
|
||
|
|
<RowHeight defaultValue="723900">
|
||
|
|
<![CDATA[800100,0,723900,723900,723900,723900,723900,723900,723900,723900,723900]]></RowHeight>
|
||
|
|
<ColumnWidth defaultValue="2743200">
|
||
|
|
<![CDATA[3962400,2933700,0,3390900,3543300,3962400,3962400,2743200,2743200,2743200,2743200]]></ColumnWidth>
|
||
|
|
<CellElementList>
|
||
|
|
<C c="0" r="0" cs="4" s="2">
|
||
|
|
<O t="DSColumn">
|
||
|
|
<Attributes dsName="ds1" columnName="name"/>
|
||
|
|
<Condition class="com.fr.data.condition.ListCondition"/>
|
||
|
|
<Complex/>
|
||
|
|
<RG class="com.fr.report.cell.cellattr.core.group.FunctionGrouper"/>
|
||
|
|
<Result>
|
||
|
|
<![CDATA[$$$+'人员结果统计']]></Result>
|
||
|
|
<Parameters/>
|
||
|
|
</O>
|
||
|
|
<PrivilegeControl/>
|
||
|
|
<Expand dir="0"/>
|
||
|
|
</C>
|
||
|
|
<C c="4" r="1" cs="2" s="4">
|
||
|
|
<O t="DSColumn">
|
||
|
|
<Attributes dsName="ds1" columnName="subject"/>
|
||
|
|
<Condition class="com.fr.data.condition.ListCondition"/>
|
||
|
|
<Complex/>
|
||
|
|
<RG class="com.fr.report.cell.cellattr.core.group.FunctionGrouper"/>
|
||
|
|
<Result>
|
||
|
|
<![CDATA[$$$]]></Result>
|
||
|
|
<Parameters/>
|
||
|
|
</O>
|
||
|
|
<PrivilegeControl/>
|
||
|
|
<Expand dir="1"/>
|
||
|
|
</C>
|
||
|
|
<C c="0" r="2" s="0">
|
||
|
|
<O>
|
||
|
|
<![CDATA[序号]]></O>
|
||
|
|
<PrivilegeControl/>
|
||
|
|
<Expand/>
|
||
|
|
</C>
|
||
|
|
<C c="1" r="2" s="0">
|
||
|
|
<O>
|
||
|
|
<![CDATA[有效性]]></O>
|
||
|
|
<PrivilegeControl/>
|
||
|
|
<Expand/>
|
||
|
|
</C>
|
||
|
|
<C c="2" r="2" s="0">
|
||
|
|
<O>
|
||
|
|
<![CDATA[工资号]]></O>
|
||
|
|
<PrivilegeControl/>
|
||
|
|
<Expand/>
|
||
|
|
</C>
|
||
|
|
<C c="3" r="2" s="0">
|
||
|
|
<O>
|
||
|
|
<![CDATA[答题时间]]></O>
|
||
|
|
<PrivilegeControl/>
|
||
|
|
<Expand/>
|
||
|
|
</C>
|
||
|
|
<C c="4" r="2" cs="2" s="1">
|
||
|
|
<O t="DSColumn">
|
||
|
|
<Attributes dsName="ds1" columnName="subject"/>
|
||
|
|
<Condition class="com.fr.data.condition.ListCondition"/>
|
||
|
|
<Complex/>
|
||
|
|
<RG class="com.fr.report.cell.cellattr.core.group.FunctionGrouper"/>
|
||
|
|
<Result>
|
||
|
|
<![CDATA[seq()+'、'+$$$]]></Result>
|
||
|
|
<Parameters/>
|
||
|
|
</O>
|
||
|
|
<PrivilegeControl/>
|
||
|
|
<Expand dir="1"/>
|
||
|
|
</C>
|
||
|
|
<C c="0" r="3" s="1">
|
||
|
|
<O t="Formula" class="Formula">
|
||
|
|
<Attributes>
|
||
|
|
<![CDATA[=seq(A)]]></Attributes>
|
||
|
|
</O>
|
||
|
|
<PrivilegeControl/>
|
||
|
|
<Expand leftParentDefault="false" left="B4"/>
|
||
|
|
</C>
|
||
|
|
<C c="1" r="3" s="0">
|
||
|
|
<O>
|
||
|
|
<![CDATA[有效]]></O>
|
||
|
|
<PrivilegeControl/>
|
||
|
|
<Expand dir="0" leftParentDefault="false" left="C4"/>
|
||
|
|
</C>
|
||
|
|
<C c="2" r="3" s="1">
|
||
|
|
<O t="DSColumn">
|
||
|
|
<Attributes dsName="ds1" columnName="user_id"/>
|
||
|
|
<Complex/>
|
||
|
|
<RG class="com.fr.report.cell.cellattr.core.group.FunctionGrouper"/>
|
||
|
|
<Parameters/>
|
||
|
|
</O>
|
||
|
|
<PrivilegeControl/>
|
||
|
|
<Expand dir="0"/>
|
||
|
|
</C>
|
||
|
|
<C c="3" r="3" s="0">
|
||
|
|
<O t="DSColumn">
|
||
|
|
<Attributes dsName="usertime" columnName="user_time"/>
|
||
|
|
<Complex/>
|
||
|
|
<RG class="com.fr.report.cell.cellattr.core.group.FunctionGrouper"/>
|
||
|
|
<Parameters>
|
||
|
|
<Parameter>
|
||
|
|
<Attributes name="C4"/>
|
||
|
|
<O t="Formula" class="Formula">
|
||
|
|
<Attributes>
|
||
|
|
<![CDATA[=C4]]></Attributes>
|
||
|
|
</O>
|
||
|
|
</Parameter>
|
||
|
|
</Parameters>
|
||
|
|
</O>
|
||
|
|
<PrivilegeControl/>
|
||
|
|
<Expand dir="0"/>
|
||
|
|
</C>
|
||
|
|
<C c="4" r="3" s="1">
|
||
|
|
<O t="DSColumn">
|
||
|
|
<Attributes dsName="ds1" columnName="user_answer"/>
|
||
|
|
<Condition class="com.fr.data.condition.ListCondition"/>
|
||
|
|
<Complex/>
|
||
|
|
<RG class="com.fr.report.cell.cellattr.core.group.FunctionGrouper"/>
|
||
|
|
<Result>
|
||
|
|
<![CDATA[$$$]]></Result>
|
||
|
|
<Parameters/>
|
||
|
|
</O>
|
||
|
|
<PrivilegeControl/>
|
||
|
|
<Expand dir="1"/>
|
||
|
|
</C>
|
||
|
|
<C c="5" r="3" s="1">
|
||
|
|
<O t="DSColumn">
|
||
|
|
<Attributes dsName="useranswer" columnName="useranswer"/>
|
||
|
|
<Condition class="com.fr.data.condition.ListCondition"/>
|
||
|
|
<Complex/>
|
||
|
|
<RG class="com.fr.report.cell.cellattr.core.group.FunctionGrouper"/>
|
||
|
|
<Result>
|
||
|
|
<![CDATA[$$$]]></Result>
|
||
|
|
<Parameters>
|
||
|
|
<Parameter>
|
||
|
|
<Attributes name="C4"/>
|
||
|
|
<O t="Formula" class="Formula">
|
||
|
|
<Attributes>
|
||
|
|
<![CDATA[=C4]]></Attributes>
|
||
|
|
</O>
|
||
|
|
</Parameter>
|
||
|
|
<Parameter>
|
||
|
|
<Attributes name="E2"/>
|
||
|
|
<O t="Formula" class="Formula">
|
||
|
|
<Attributes>
|
||
|
|
<![CDATA[=E2]]></Attributes>
|
||
|
|
</O>
|
||
|
|
</Parameter>
|
||
|
|
</Parameters>
|
||
|
|
</O>
|
||
|
|
<PrivilegeControl/>
|
||
|
|
<HighlightList>
|
||
|
|
<Highlight class="com.fr.report.cell.cellattr.highlight.DefaultHighlight">
|
||
|
|
<Name>
|
||
|
|
<![CDATA[条件属性1]]></Name>
|
||
|
|
<Condition class="com.fr.data.condition.FormulaCondition">
|
||
|
|
<Formula>
|
||
|
|
<![CDATA[ISNULL(F4)]]></Formula>
|
||
|
|
</Condition>
|
||
|
|
<HighlightAction class="com.fr.report.cell.cellattr.highlight.ColWidthHighlightAction"/>
|
||
|
|
</Highlight>
|
||
|
|
</HighlightList>
|
||
|
|
<Expand dir="0"/>
|
||
|
|
</C>
|
||
|
|
<C c="6" r="10">
|
||
|
|
<PrivilegeControl/>
|
||
|
|
<Expand/>
|
||
|
|
</C>
|
||
|
|
</CellElementList>
|
||
|
|
<ReportAttrSet>
|
||
|
|
<ReportSettings headerHeight="0" footerHeight="0">
|
||
|
|
<PaperSetting>
|
||
|
|
<PaperSize width="72000000" height="40176000"/>
|
||
|
|
<Margin top="986400" left="2743200" bottom="986400" right="2743200"/>
|
||
|
|
</PaperSetting>
|
||
|
|
</ReportSettings>
|
||
|
|
<Header reportPageType="0">
|
||
|
|
<Background name="NullBackground"/>
|
||
|
|
<LeftList/>
|
||
|
|
<CenterList/>
|
||
|
|
<RightList/>
|
||
|
|
</Header>
|
||
|
|
<Footer reportPageType="0">
|
||
|
|
<Background name="NullBackground"/>
|
||
|
|
<LeftList/>
|
||
|
|
<CenterList/>
|
||
|
|
<RightList/>
|
||
|
|
</Footer>
|
||
|
|
</ReportAttrSet>
|
||
|
|
<PrivilegeControl/>
|
||
|
|
</Report>
|
||
|
|
<ReportParameterAttr>
|
||
|
|
<Attributes showWindow="true" delayPlaying="true" windowPosition="1" align="0"/>
|
||
|
|
<PWTitle>
|
||
|
|
<![CDATA[参数]]></PWTitle>
|
||
|
|
</ReportParameterAttr>
|
||
|
|
<StyleList>
|
||
|
|
<Style 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>
|
||
|
|
<Style horizontal_alignment="2" 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>
|
||
|
|
<Style horizontal_alignment="2" imageLayout="1">
|
||
|
|
<FRFont name="SimSun" style="0" size="72"/>
|
||
|
|
<Background name="NullBackground"/>
|
||
|
|
<Border/>
|
||
|
|
</Style>
|
||
|
|
<Style imageLayout="1">
|
||
|
|
<FRFont name="SimSun" style="1" size="72"/>
|
||
|
|
<Background name="NullBackground"/>
|
||
|
|
<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>
|
||
|
|
<Style horizontal_alignment="0" imageLayout="1">
|
||
|
|
<Format class="com.fr.base.CoreDecimalFormat">
|
||
|
|
<![CDATA[#0.00%]]></Format>
|
||
|
|
<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>
|
||
|
|
<DesignerVersion DesignerVersion="IAA"/>
|
||
|
|
<PreviewType PreviewType="0"/>
|
||
|
|
<TemplateID TemplateID="7d40dd00-4bac-49cb-aa1a-4ff2936d7ceb"/>
|
||
|
|
</WorkBook>
|