forked from NCIP/tmt-catissue
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathScripts20.jrxml
154 lines (154 loc) · 5.56 KB
/
Scripts20.jrxml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
<?xml version="1.0" encoding="UTF-8"?>
<!-- Created with Jaspersoft Studio version last-->
<jasperReport xmlns="http://jasperreports.sourceforge.net/jasperreports" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://jasperreports.sourceforge.net/jasperreports http://jasperreports.sourceforge.net/xsd/jasperreport.xsd" name="Leaf Green" language="groovy" pageWidth="595" pageHeight="842" columnWidth="535" leftMargin="20" rightMargin="20" topMargin="20" bottomMargin="20">
<property name="com.jaspersoft.studio.data.defaultdataadapter" value="New Data Adapter "/>
<style name="Title" fontName="Arial" fontSize="26" isBold="true" pdfFontName="Helvetica-Bold"/>
<style name="SubTitle" forecolor="#666666" fontName="Arial" fontSize="18"/>
<style name="Column header" forecolor="#666666" fontName="Arial" fontSize="12" isBold="true"/>
<style name="Detail" fontName="Arial" fontSize="12"/>
<queryString language="SQL">
<![CDATA[SELECT
auth_name 'script author' , prod_name, year(tc_mod_date),
count(distinct tc.identifier)
FROM
version_info v, product_info p , component_info c,
testarea_info a, component x, testcase_info tc,
author_info au, person_org po
where upper(prod_name) like '%TISSUE%'
and po.org_id = 3
and v.Prod_ID = p.identifier
and c.ver_id = v.identifier
and a.comp_id = c.identifier
and x.ta_id = a.identifier
and tc.identifier = x.auto_id
and au.identifier = tc.auth_id
and po.auth_id = au.identifier
group by auth_name, prod_name, year(tc_mod_date)
order by auth_name, prod_name, year(tc_mod_date)]]>
</queryString>
<field name="script author" class="java.lang.String"/>
<field name="year(tc_mod_date)" class="java.lang.Integer"/>
<field name="count(distinct tc.identifier)" class="java.lang.Long"/>
<group name="script author">
<groupExpression><![CDATA[$F{script author}]]></groupExpression>
<groupHeader>
<band height="40">
<textField>
<reportElement style="SubTitle" x="47" y="13" width="506" height="24" forecolor="#006600"/>
<textElement>
<font isBold="true"/>
</textElement>
<textFieldExpression><![CDATA[$F{script author}]]></textFieldExpression>
</textField>
<rectangle>
<reportElement mode="Opaque" x="0" y="13" width="36" height="24" forecolor="#CCCCCC" backcolor="#CCCCCC"/>
</rectangle>
</band>
</groupHeader>
<groupFooter>
<band height="6"/>
</groupFooter>
</group>
<group name="year(tc_mod_date)">
<groupExpression><![CDATA[$F{year(tc_mod_date)}]]></groupExpression>
<groupHeader>
<band height="30">
<textField>
<reportElement style="SubTitle" x="0" y="4" width="460" height="20"/>
<textElement>
<font size="16" isBold="true"/>
</textElement>
<textFieldExpression><![CDATA[$F{year(tc_mod_date)}]]></textFieldExpression>
</textField>
</band>
</groupHeader>
</group>
<background>
<band splitType="Stretch"/>
</background>
<title>
<band height="70" splitType="Stretch">
<staticText>
<reportElement style="Title" x="0" y="13" width="263" height="33"/>
<textElement verticalAlignment="Middle"/>
<text><![CDATA[Scripts by adopter]]></text>
</staticText>
<staticText>
<reportElement style="SubTitle" x="100" y="46" width="174" height="22"/>
<textElement/>
<text><![CDATA[TMT reports]]></text>
</staticText>
</band>
</title>
<pageHeader>
<band splitType="Stretch"/>
</pageHeader>
<columnHeader>
<band height="36" splitType="Stretch">
<line>
<reportElement positionType="FixRelativeToBottom" x="0" y="35" width="555" height="1"/>
<graphicElement>
<pen lineWidth="0.5" lineColor="#999999"/>
</graphicElement>
</line>
<staticText>
<reportElement style="Column header" x="0" y="19" width="555" height="15"/>
<textElement/>
<text><![CDATA[# of reports]]></text>
</staticText>
</band>
</columnHeader>
<detail>
<band height="16" splitType="Stretch">
<line>
<reportElement positionType="FixRelativeToBottom" x="0" y="15" width="555" height="1"/>
<graphicElement>
<pen lineWidth="0.5" lineColor="#999999"/>
</graphicElement>
</line>
<textField>
<reportElement style="Detail" x="0" y="0" width="555" height="15"/>
<textElement/>
<textFieldExpression><![CDATA[$F{count(distinct tc.identifier)}]]></textFieldExpression>
</textField>
</band>
</detail>
<columnFooter>
<band height="45" splitType="Stretch">
<line>
<reportElement positionType="FixRelativeToBottom" x="0" y="3" width="555" height="1"/>
<graphicElement>
<pen lineWidth="0.5" lineColor="#999999"/>
</graphicElement>
</line>
</band>
</columnFooter>
<pageFooter>
<band height="20" splitType="Stretch">
<textField>
<reportElement style="Column header" x="433" y="0" width="80" height="20"/>
<textElement textAlignment="Right">
<font size="10" isBold="false"/>
</textElement>
<textFieldExpression><![CDATA["Page "+$V{PAGE_NUMBER}+" of"]]></textFieldExpression>
</textField>
<textField evaluationTime="Report">
<reportElement style="Column header" x="513" y="0" width="40" height="20"/>
<textElement>
<font size="10" isBold="false"/>
</textElement>
<textFieldExpression><![CDATA[" " + $V{PAGE_NUMBER}]]></textFieldExpression>
</textField>
<textField pattern="EEEEE dd MMMMM yyyy">
<reportElement style="Column header" x="0" y="0" width="197" height="20"/>
<textElement>
<font size="10" isBold="false"/>
</textElement>
<textFieldExpression><![CDATA[new java.util.Date()]]></textFieldExpression>
</textField>
</band>
</pageFooter>
<summary>
<band splitType="Stretch"/>
</summary>
</jasperReport>