-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathfile-format-statistics.jrxml
516 lines (516 loc) · 27.9 KB
/
file-format-statistics.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
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
<?xml version="1.0" encoding="UTF-8"?>
<!-- Created with Jaspersoft Studio version 6.6.0.final using JasperReports Library version 6.6.0 -->
<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="Blank_A4_5" pageWidth="595" pageHeight="842" columnWidth="555" leftMargin="20" rightMargin="20" topMargin="20" bottomMargin="20" uuid="74538650-a68e-4b98-9f0f-7a1909c9f9a8">
<property name="com.jaspersoft.studio.data.sql.tables" value=""/>
<property name="com.jaspersoft.studio.data.defaultdataadapter" value="DataAdapter.xml"/>
<style name="Table_TH" mode="Opaque" backcolor="#F0F8FF">
<box>
<pen lineWidth="0.5" lineColor="#000000"/>
<topPen lineWidth="0.5" lineColor="#000000"/>
<leftPen lineWidth="0.5" lineColor="#000000"/>
<bottomPen lineWidth="0.5" lineColor="#000000"/>
<rightPen lineWidth="0.5" lineColor="#000000"/>
</box>
</style>
<style name="Table_CH" mode="Opaque" backcolor="#BFE1FF">
<box>
<pen lineWidth="0.5" lineColor="#000000"/>
<topPen lineWidth="0.5" lineColor="#000000"/>
<leftPen lineWidth="0.5" lineColor="#000000"/>
<bottomPen lineWidth="0.5" lineColor="#000000"/>
<rightPen lineWidth="0.5" lineColor="#000000"/>
</box>
</style>
<style name="Table_TD" mode="Opaque" backcolor="#FFFFFF">
<box>
<pen lineWidth="0.5" lineColor="#000000"/>
<topPen lineWidth="0.5" lineColor="#000000"/>
<leftPen lineWidth="0.5" lineColor="#000000"/>
<bottomPen lineWidth="0.5" lineColor="#000000"/>
<rightPen lineWidth="0.5" lineColor="#000000"/>
</box>
</style>
<subDataset name="IdentifiedFormatsPuidsDs" uuid="f7a21021-c9d1-4926-9779-cb5d8b8031b2">
<property name="com.jaspersoft.studio.data.sql.tables" value=""/>
<property name="com.jaspersoft.studio.data.defaultdataadapter" value="DataAdapter.xml"/>
<parameter name="from" class="java.lang.String">
<parameterDescription><![CDATA[]]></parameterDescription>
<defaultValueExpression><![CDATA["1700-01-01T00:00:00Z"]]></defaultValueExpression>
</parameter>
<parameter name="to" class="java.lang.String">
<parameterDescription><![CDATA[]]></parameterDescription>
<defaultValueExpression><![CDATA["4000-12-31T00:00:00Z"]]></defaultValueExpression>
</parameter>
<queryString language="SQL">
<![CDATA[SELECT arc.identified_format_format_registry_key, SUM(arc.identified_format_file_count) AS count_of_items FROM arclibXmlC arc JOIN arclibXmlC sub ON sub._root_ = arc._root_ WHERE arc.identified_format_format_registry_key = '[* TO *]' AND sub.created = '[$P!{from} TO $P!{to}]' GROUP BY arc.identified_format_format_registry_key]]>
</queryString>
<field name="count_of_items" class="java.lang.String"/>
<field name="identified_format_format_registry_key" class="java.lang.String"/>
</subDataset>
<subDataset name="UsedFormatsDs" uuid="f7a21021-c9d1-4926-9779-cb5d8b8031b2">
<property name="com.jaspersoft.studio.data.sql.tables" value=""/>
<property name="com.jaspersoft.studio.data.defaultdataadapter" value="DataAdapter.xml"/>
<parameter name="from" class="java.lang.String">
<parameterDescription><![CDATA[]]></parameterDescription>
<defaultValueExpression><![CDATA["1700-01-01T00:00:00Z"]]></defaultValueExpression>
</parameter>
<parameter name="to" class="java.lang.String">
<parameterDescription><![CDATA[]]></parameterDescription>
<defaultValueExpression><![CDATA["4000-12-31T00:00:00Z"]]></defaultValueExpression>
</parameter>
<queryString language="SQL">
<![CDATA[SELECT arc.extracted_format_file_format_s AS extracted_format_file_format,
arc.extracted_format_preservation_level_value AS extracted_format_preservation_level_value,
SUM(arc.extracted_format_file_count) AS count_of_items, SUM(arc.extracted_format_size) as sum_of_extracted_format_size
FROM arclibXmlC arc JOIN arclibXmlC sub ON sub._root_ = arc._root_ WHERE
arc.extracted_format_file_format_s = '[* TO *]' AND arc.extracted_format_preservation_level_value = '[* TO *]'
AND sub.created = '[$P!{from} TO $P!{to}]'
GROUP BY arc.extracted_format_file_format_s, arc.extracted_format_preservation_level_value]]>
</queryString>
<field name="extracted_format_file_format" class="java.lang.String"/>
<field name="extracted_format_preservation_level_value" class="java.lang.String"/>
<field name="sum_of_extracted_format_size" class="java.lang.Long"/>
<field name="count_of_items" class="java.lang.String"/>
</subDataset>
<subDataset name="PuidsDs" uuid="aebc3587-522a-4a00-b5b4-995a39a49866">
<property name="com.jaspersoft.studio.data.sql.tables" value=""/>
<property name="com.jaspersoft.studio.data.defaultdataadapter" value="DataAdapter.xml"/>
<parameter name="from" class="java.lang.String">
<parameterDescription><![CDATA[]]></parameterDescription>
<defaultValueExpression><![CDATA["1700-01-01T00:00:00Z"]]></defaultValueExpression>
</parameter>
<parameter name="to" class="java.lang.String">
<parameterDescription><![CDATA[]]></parameterDescription>
<defaultValueExpression><![CDATA["4000-12-31T00:00:00Z"]]></defaultValueExpression>
</parameter>
<queryString language="SQL">
<![CDATA[SELECT arc.extracted_format_file_format_s AS extracted_format_file_format,
arc.extracted_format_format_version AS extracted_format_format_version,
arc.extracted_format_format_registry_key AS extracted_format_format_registry_key,
arc.extracted_format_preservation_level_value AS extracted_format_preservation_level_value,
SUM(arc.extracted_format_file_count) AS count_of_items, SUM(arc.extracted_format_size) as sum_of_extracted_format_size
FROM arclibXmlC arc JOIN arclibXmlC sub ON sub._root_ = arc._root_ WHERE
arc.extracted_format_file_format_s = '[* TO *]' AND arc.extracted_format_preservation_level_value = '[* TO *]'
AND arc.extracted_format_format_version = '[* TO *]' AND arc.extracted_format_format_registry_key = '[* TO *]'
AND sub.created = '[$P!{from} TO $P!{to}]'
GROUP BY arc.extracted_format_file_format_s, arc.extracted_format_format_registry_key, arc.extracted_format_format_version,
arc.extracted_format_preservation_level_value]]>
</queryString>
<field name="extracted_format_file_format" class="java.lang.String"/>
<field name="extracted_format_format_registry_key" class="java.lang.String"/>
<field name="extracted_format_format_version" class="java.lang.String"/>
<field name="sum_of_extracted_format_size" class="java.lang.Long"/>
<field name="extracted_format_preservation_level_value" class="java.lang.String"/>
<field name="count_of_items" class="java.lang.String"/>
</subDataset>
<subDataset name="PreservationLevelDs" uuid="64cc43f0-00fe-4ba0-90b3-217a6ca912f9">
<property name="com.jaspersoft.studio.data.sql.tables" value=""/>
<property name="com.jaspersoft.studio.data.defaultdataadapter" value="DataAdapter.xml"/>
<parameter name="from" class="java.lang.String">
<parameterDescription><![CDATA[]]></parameterDescription>
<defaultValueExpression><![CDATA["1700-01-01T00:00:00Z"]]></defaultValueExpression>
</parameter>
<parameter name="to" class="java.lang.String">
<parameterDescription><![CDATA[]]></parameterDescription>
<defaultValueExpression><![CDATA["4000-12-31T00:00:00Z"]]></defaultValueExpression>
</parameter>
<queryString language="SQL">
<![CDATA[SELECT arc.extracted_format_preservation_level_value, SUM(arc.extracted_format_file_count) AS count_of_items,
SUM(arc.extracted_format_size) as sum_of_extracted_format_size
FROM arclibXmlC arc JOIN arclibXmlC sub ON sub._root_ = arc._root_ WHERE
arc.extracted_format_preservation_level_value = '[* TO *]'
AND sub.created = '[$P!{from} TO $P!{to}]'
GROUP BY arc.extracted_format_preservation_level_value]]>
</queryString>
<field name="sum_of_extracted_format_size" class="java.lang.Long"/>
<field name="extracted_format_preservation_level_value" class="java.lang.String"/>
<field name="count_of_items" class="java.lang.String"/>
</subDataset>
<parameter name="from" class="java.lang.String">
<parameterDescription><![CDATA[]]></parameterDescription>
<defaultValueExpression><![CDATA["1700-01-01T00:00:00Z"]]></defaultValueExpression>
</parameter>
<parameter name="to" class="java.lang.String">
<parameterDescription><![CDATA[]]></parameterDescription>
<defaultValueExpression><![CDATA["4000-12-31T00:00:00Z"]]></defaultValueExpression>
</parameter>
<queryString language="SQL">
<![CDATA[select 1]]>
</queryString>
<background>
<band splitType="Stretch"/>
</background>
<pageHeader>
<band height="24" splitType="Stretch"/>
</pageHeader>
<columnHeader>
<band height="24" splitType="Stretch">
<staticText>
<reportElement x="80" y="0" width="52" height="14" uuid="56c186b6-d9b2-4c2f-a205-f92abf09255e"/>
<text><![CDATA[Generated:]]></text>
</staticText>
<textField>
<reportElement x="132" y="0" width="218" height="15" uuid="667469ae-4106-41f1-8ca3-7b9ccb2cb2b0"/>
<textFieldExpression><![CDATA[new SimpleDateFormat("yyyy.MM.dd HH:mm:ss").format(new Date())]]></textFieldExpression>
</textField>
</band>
</columnHeader>
<detail>
<band height="260" splitType="Stretch">
<componentElement>
<reportElement x="190" y="40" width="200" height="60" uuid="d006050f-61e1-4b67-8a4c-1a3a64ccb7ab">
<property name="com.jaspersoft.studio.layout" value="com.jaspersoft.studio.editor.layout.VerticalRowLayout"/>
<property name="com.jaspersoft.studio.table.style.table_header" value="Table_TH"/>
<property name="com.jaspersoft.studio.table.style.column_header" value="Table_CH"/>
<property name="com.jaspersoft.studio.table.style.detail" value="Table_TD"/>
<property name="net.sf.jasperreports.export.headertoolbar.table.name" value="UsedFormats"/>
</reportElement>
<jr:table xmlns:jr="http://jasperreports.sourceforge.net/jasperreports/components" xsi:schemaLocation="http://jasperreports.sourceforge.net/jasperreports/components http://jasperreports.sourceforge.net/xsd/components.xsd" whenNoDataType="AllSectionsNoDetail">
<datasetRun subDataset="IdentifiedFormatsPuidsDs" uuid="46ae24f3-ecad-47de-b764-55cf3f33f555">
<datasetParameter name="from">
<datasetParameterExpression><![CDATA[$P{from}]]></datasetParameterExpression>
</datasetParameter>
<datasetParameter name="to">
<datasetParameterExpression><![CDATA[$P{to}]]></datasetParameterExpression>
</datasetParameter>
<connectionExpression><![CDATA[$P{REPORT_CONNECTION}]]></connectionExpression>
</datasetRun>
<jr:column width="100" uuid="8cb530c3-7d95-4336-933a-1b2c114beb35">
<property name="com.jaspersoft.studio.components.table.model.column.name" value="Column1"/>
<jr:columnHeader style="Table_CH" height="30" rowSpan="1">
<staticText>
<reportElement x="0" y="0" width="100" height="30" uuid="00216162-f356-4daf-b412-0ff69889302b"/>
<text><![CDATA[PUID]]></text>
</staticText>
</jr:columnHeader>
<jr:detailCell style="Table_TD" height="30">
<textField>
<reportElement x="0" y="0" width="100" height="30" uuid="9b2acbb8-910a-4c73-977f-368ad3f0393d"/>
<textFieldExpression><![CDATA[$F{identified_format_format_registry_key}]]></textFieldExpression>
</textField>
</jr:detailCell>
</jr:column>
<jr:column width="100" uuid="0159b4c8-3fb6-4f42-9f03-b5cecdb9f581">
<property name="com.jaspersoft.studio.components.table.model.column.name" value="Column2"/>
<jr:columnHeader style="Table_CH" height="30" rowSpan="1">
<staticText>
<reportElement x="0" y="0" width="100" height="30" uuid="d0d36afa-5868-4219-b4e3-edc8313c95f7"/>
<text><![CDATA[Count of files]]></text>
</staticText>
</jr:columnHeader>
<jr:detailCell style="Table_TD" height="30">
<textField>
<reportElement x="0" y="0" width="100" height="30" uuid="6ad6b939-b093-4136-b132-fcdcb9cf7554"/>
<textFieldExpression><![CDATA[$F{count_of_items}]]></textFieldExpression>
</textField>
</jr:detailCell>
</jr:column>
</jr:table>
</componentElement>
<staticText>
<reportElement x="80" y="10" width="400" height="30" uuid="97f843fc-1353-41df-a1e3-fc60b1e8ed92"/>
<textElement textAlignment="Center">
<font size="16"/>
</textElement>
<text><![CDATA[Identified formats by PUIDs]]></text>
</staticText>
</band>
<band height="260" splitType="Stretch">
<componentElement>
<reportElement x="80" y="40" width="400" height="60" uuid="d006050f-61e1-4b67-8a4c-1a3a64ccb7ab">
<property name="com.jaspersoft.studio.layout" value="com.jaspersoft.studio.editor.layout.VerticalRowLayout"/>
<property name="com.jaspersoft.studio.table.style.table_header" value="Table_TH"/>
<property name="com.jaspersoft.studio.table.style.column_header" value="Table_CH"/>
<property name="com.jaspersoft.studio.table.style.detail" value="Table_TD"/>
<property name="net.sf.jasperreports.export.headertoolbar.table.name" value="UsedFormats"/>
</reportElement>
<jr:table xmlns:jr="http://jasperreports.sourceforge.net/jasperreports/components" xsi:schemaLocation="http://jasperreports.sourceforge.net/jasperreports/components http://jasperreports.sourceforge.net/xsd/components.xsd" whenNoDataType="AllSectionsNoDetail">
<datasetRun subDataset="UsedFormatsDs" uuid="46ae24f3-ecad-47de-b764-55cf3f33f555">
<datasetParameter name="from">
<datasetParameterExpression><![CDATA[$P{from}]]></datasetParameterExpression>
</datasetParameter>
<datasetParameter name="to">
<datasetParameterExpression><![CDATA[$P{to}]]></datasetParameterExpression>
</datasetParameter>
<connectionExpression><![CDATA[$P{REPORT_CONNECTION}]]></connectionExpression>
</datasetRun>
<jr:column width="100" uuid="8cb530c3-7d95-4336-933a-1b2c114beb35">
<property name="com.jaspersoft.studio.components.table.model.column.name" value="Column1"/>
<jr:columnHeader style="Table_CH" height="30">
<staticText>
<reportElement x="0" y="0" width="100" height="30" uuid="00216162-f356-4daf-b412-0ff69889302b"/>
<text><![CDATA[Type]]></text>
</staticText>
</jr:columnHeader>
<jr:detailCell style="Table_TD" height="30">
<textField>
<reportElement x="0" y="0" width="100" height="30" uuid="9b2acbb8-910a-4c73-977f-368ad3f0393d"/>
<textFieldExpression><![CDATA[$F{extracted_format_file_format}]]></textFieldExpression>
</textField>
</jr:detailCell>
</jr:column>
<jr:column width="100" uuid="0159b4c8-3fb6-4f42-9f03-b5cecdb9f581">
<property name="com.jaspersoft.studio.components.table.model.column.name" value="Column2"/>
<jr:columnHeader style="Table_CH" height="30">
<staticText>
<reportElement x="0" y="0" width="100" height="30" uuid="d0d36afa-5868-4219-b4e3-edc8313c95f7"/>
<text><![CDATA[Count of files]]></text>
</staticText>
</jr:columnHeader>
<jr:detailCell style="Table_TD" height="30">
<textField>
<reportElement x="0" y="0" width="100" height="30" uuid="6ad6b939-b093-4136-b132-fcdcb9cf7554"/>
<textFieldExpression><![CDATA[$F{count_of_items}]]></textFieldExpression>
</textField>
</jr:detailCell>
</jr:column>
<jr:column width="100" uuid="0159b4c8-3fb6-4f42-9f03-b5cecdb9f581">
<property name="com.jaspersoft.studio.components.table.model.column.name" value="Column3"/>
<jr:columnHeader style="Table_CH" height="30">
<staticText>
<reportElement x="0" y="0" width="100" height="30" uuid="d0d36afa-5868-4219-b4e3-edc8313c95f7"/>
<text><![CDATA[Size in GB]]></text>
</staticText>
</jr:columnHeader>
<jr:detailCell style="Table_TD" height="30">
<textField>
<reportElement x="0" y="0" width="100" height="30" uuid="6ad6b939-b093-4136-b132-fcdcb9cf7554"/>
<textFieldExpression><![CDATA[String.format("%.2f", ($F{sum_of_extracted_format_size}.doubleValue() / 1073741824))]]></textFieldExpression>
</textField>
</jr:detailCell>
</jr:column>
<jr:column width="100" uuid="0159b4c8-3fb6-4f42-9f03-b5cecdb9f581">
<property name="com.jaspersoft.studio.components.table.model.column.name" value="Column4"/>
<jr:columnHeader style="Table_CH" height="30">
<staticText>
<reportElement x="0" y="0" width="100" height="30" uuid="d0d36afa-5868-4219-b4e3-edc8313c95f7"/>
<text><![CDATA[Preservation level]]></text>
</staticText>
</jr:columnHeader>
<jr:detailCell style="Table_TD" height="30">
<textField>
<reportElement x="0" y="0" width="100" height="30" uuid="6ad6b939-b093-4136-b132-fcdcb9cf7554"/>
<textFieldExpression><![CDATA[$F{extracted_format_preservation_level_value}]]></textFieldExpression>
</textField>
</jr:detailCell>
</jr:column>
</jr:table>
</componentElement>
<staticText>
<reportElement x="80" y="10" width="400" height="30" uuid="97f843fc-1353-41df-a1e3-fc60b1e8ed92"/>
<textElement textAlignment="Center">
<font size="16"/>
</textElement>
<text><![CDATA[Extracted formats]]></text>
</staticText>
</band>
<band height="260" splitType="Stretch">
<componentElement>
<reportElement x="9" y="60" width="540" height="60" uuid="d006050f-61e1-4b67-8a4c-1a3a64ccb7ab">
<property name="com.jaspersoft.studio.layout" value="com.jaspersoft.studio.editor.layout.VerticalRowLayout"/>
<property name="com.jaspersoft.studio.table.style.table_header" value="Table_TH"/>
<property name="com.jaspersoft.studio.table.style.column_header" value="Table_CH"/>
<property name="com.jaspersoft.studio.table.style.detail" value="Table_TD"/>
<property name="net.sf.jasperreports.export.headertoolbar.table.name" value="Puids"/>
</reportElement>
<jr:table xmlns:jr="http://jasperreports.sourceforge.net/jasperreports/components" xsi:schemaLocation="http://jasperreports.sourceforge.net/jasperreports/components http://jasperreports.sourceforge.net/xsd/components.xsd" whenNoDataType="AllSectionsNoDetail">
<datasetRun subDataset="PuidsDs" uuid="56ae24f3-ecad-47de-b764-55cc2f33f555">
<datasetParameter name="from">
<datasetParameterExpression><![CDATA[$P{from}]]></datasetParameterExpression>
</datasetParameter>
<datasetParameter name="to">
<datasetParameterExpression><![CDATA[$P{to}]]></datasetParameterExpression>
</datasetParameter>
<connectionExpression><![CDATA[$P{REPORT_CONNECTION}]]></connectionExpression>
</datasetRun>
<jr:column width="90" uuid="8cb530c3-7d95-4336-933a-1b2c114beb35">
<property name="com.jaspersoft.studio.components.table.model.column.name" value="Column1"/>
<jr:columnHeader style="Table_CH" height="30">
<staticText>
<reportElement x="0" y="0" width="90" height="30" uuid="00216162-f356-4daf-b412-0ff69889302b"/>
<text><![CDATA[Type]]></text>
</staticText>
</jr:columnHeader>
<jr:detailCell style="Table_TD" height="30">
<textField>
<reportElement x="0" y="0" width="90" height="30" uuid="9b2acbb8-910a-4c73-977f-368ad3f0393d"/>
<textFieldExpression><![CDATA[$F{extracted_format_file_format}]]></textFieldExpression>
</textField>
</jr:detailCell>
</jr:column>
<jr:column width="90" uuid="8cb530c3-7d95-4336-933a-1b2c114beb35">
<property name="com.jaspersoft.studio.components.table.model.column.name" value="Column2"/>
<jr:columnHeader style="Table_CH" height="30">
<staticText>
<reportElement x="0" y="0" width="90" height="30" uuid="00216162-f356-4daf-b412-0ff69889302b"/>
<text><![CDATA[PUID]]></text>
</staticText>
</jr:columnHeader>
<jr:detailCell style="Table_TD" height="30">
<textField>
<reportElement x="0" y="0" width="90" height="30" uuid="9b2acbb8-910a-4c73-977f-368ad3f0393d"/>
<textFieldExpression><![CDATA[$F{extracted_format_format_registry_key}]]></textFieldExpression>
</textField>
</jr:detailCell>
</jr:column>
<jr:column width="90" uuid="0159b4c8-3fb6-4f42-9f03-b5cecdb9f581">
<property name="com.jaspersoft.studio.components.table.model.column.name" value="Column3"/>
<jr:columnHeader style="Table_CH" height="30">
<staticText>
<reportElement x="0" y="0" width="90" height="30" uuid="d0d36afa-5868-4219-b4e3-edc8313c95f7"/>
<text><![CDATA[Format version]]></text>
</staticText>
</jr:columnHeader>
<jr:detailCell style="Table_TD" height="30">
<textField>
<reportElement x="0" y="0" width="90" height="30" uuid="6ad6b939-b093-4136-b132-fcdcb9cf7554"/>
<textFieldExpression><![CDATA[$F{extracted_format_format_version}]]></textFieldExpression>
</textField>
</jr:detailCell>
</jr:column>
<jr:column width="90" uuid="0159b4c8-3fb6-4f42-9f03-b5cecdb9f581">
<property name="com.jaspersoft.studio.components.table.model.column.name" value="Column4"/>
<jr:columnHeader style="Table_CH" height="30">
<staticText>
<reportElement x="0" y="0" width="90" height="30" uuid="d0d36afa-5868-4219-b4e3-edc8313c95f7"/>
<text><![CDATA[Count of files]]></text>
</staticText>
</jr:columnHeader>
<jr:detailCell style="Table_TD" height="30">
<textField>
<reportElement x="0" y="0" width="90" height="30" uuid="6ad6b939-b093-4136-b132-fcdcb9cf7554"/>
<textFieldExpression><![CDATA[$F{count_of_items}]]></textFieldExpression>
</textField>
</jr:detailCell>
</jr:column>
<jr:column width="90" uuid="0159b4c8-3fb6-4f42-9f03-b5cecdb9f581">
<property name="com.jaspersoft.studio.components.table.model.column.name" value="Column5"/>
<jr:columnHeader style="Table_CH" height="30">
<staticText>
<reportElement x="0" y="0" width="90" height="30" uuid="d0d36afa-5868-4219-b4e3-edc8313c95f7"/>
<text><![CDATA[Size in GB]]></text>
</staticText>
</jr:columnHeader>
<jr:detailCell style="Table_TD" height="30">
<textField>
<reportElement x="0" y="0" width="90" height="30" uuid="6ad6b939-b093-4136-b132-fcdcb9cf7554"/>
<textFieldExpression><![CDATA[String.format("%.2f", ($F{sum_of_extracted_format_size}.doubleValue() / 1073741824))]]></textFieldExpression>
</textField>
</jr:detailCell>
</jr:column>
<jr:column width="90" uuid="0159b4c8-3fb6-4f42-9f03-b5cecdb9f581">
<property name="com.jaspersoft.studio.components.table.model.column.name" value="Column6"/>
<jr:columnHeader style="Table_CH" height="30">
<staticText>
<reportElement x="0" y="0" width="90" height="30" uuid="d0d36afa-5868-4219-b4e3-edc8313c95f7"/>
<text><![CDATA[Preservation level]]></text>
</staticText>
</jr:columnHeader>
<jr:detailCell style="Table_TD" height="30">
<textField>
<reportElement x="0" y="0" width="90" height="30" uuid="6ad6b939-b093-4136-b132-fcdcb9cf7554"/>
<textFieldExpression><![CDATA[$F{extracted_format_preservation_level_value}]]></textFieldExpression>
</textField>
</jr:detailCell>
</jr:column>
</jr:table>
</componentElement>
<break>
<reportElement x="0" y="0" width="545" height="1" uuid="bca53eae-6f9a-4be1-80a5-1a1ac96b167a"/>
</break>
<staticText>
<reportElement x="80" y="30" width="400" height="30" uuid="10406086-0c7e-4e81-bb5a-18fbd67f407a"/>
<textElement textAlignment="Center">
<font size="16"/>
</textElement>
<text><![CDATA[Extracted formats by PUIDs]]></text>
</staticText>
</band>
<band height="260" splitType="Stretch">
<componentElement>
<reportElement x="129" y="60" width="301" height="60" uuid="d006050f-61e1-4b67-8a4c-1a3a64ccb7ab">
<property name="com.jaspersoft.studio.layout" value="com.jaspersoft.studio.editor.layout.VerticalRowLayout"/>
<property name="com.jaspersoft.studio.table.style.table_header" value="Table_TH"/>
<property name="com.jaspersoft.studio.table.style.column_header" value="Table_CH"/>
<property name="com.jaspersoft.studio.table.style.detail" value="Table_TD"/>
<property name="net.sf.jasperreports.export.headertoolbar.table.name" value="PreservationLevel"/>
</reportElement>
<jr:table xmlns:jr="http://jasperreports.sourceforge.net/jasperreports/components" xsi:schemaLocation="http://jasperreports.sourceforge.net/jasperreports/components http://jasperreports.sourceforge.net/xsd/components.xsd" whenNoDataType="AllSectionsNoDetail">
<datasetRun subDataset="UsedFormatsDs" uuid="830d8439-c2bc-4bd8-9477-85cbbdc04802">
<datasetParameter name="from">
<datasetParameterExpression><![CDATA[$P{from}]]></datasetParameterExpression>
</datasetParameter>
<datasetParameter name="to">
<datasetParameterExpression><![CDATA[$P{to}]]></datasetParameterExpression>
</datasetParameter>
<connectionExpression><![CDATA[$P{REPORT_CONNECTION}]]></connectionExpression>
</datasetRun>
<jr:column width="100" uuid="8cb530c3-7d95-4336-933a-1b2c114beb35">
<property name="com.jaspersoft.studio.components.table.model.column.name" value="Column1"/>
<jr:columnHeader style="Table_CH" height="30">
<staticText>
<reportElement x="0" y="0" width="100" height="30" uuid="00216162-f356-4daf-b412-0ff69889302b"/>
<text><![CDATA[Preservation level]]></text>
</staticText>
</jr:columnHeader>
<jr:detailCell style="Table_TD" height="30">
<textField>
<reportElement x="0" y="0" width="100" height="30" uuid="9b2acbb8-910a-4c73-977f-368ad3f0393d"/>
<textFieldExpression><![CDATA[$F{extracted_format_preservation_level_value}]]></textFieldExpression>
</textField>
</jr:detailCell>
</jr:column>
<jr:column width="100" uuid="0159b4c8-3fb6-4f42-9f03-b5cecdb9f581">
<property name="com.jaspersoft.studio.components.table.model.column.name" value="Column2"/>
<jr:columnHeader style="Table_CH" height="30">
<staticText>
<reportElement x="0" y="0" width="100" height="30" uuid="d0d36afa-5868-4219-b4e3-edc8313c95f7"/>
<text><![CDATA[Count of files]]></text>
</staticText>
</jr:columnHeader>
<jr:detailCell style="Table_TD" height="30">
<textField>
<reportElement x="0" y="0" width="100" height="30" uuid="6ad6b939-b093-4136-b132-fcdcb9cf7554"/>
<textFieldExpression><![CDATA[$F{count_of_items}]]></textFieldExpression>
</textField>
</jr:detailCell>
</jr:column>
<jr:column width="100" uuid="0159b4c8-3fb6-4f42-9f03-b5cecdb9f581">
<property name="com.jaspersoft.studio.components.table.model.column.name" value="Column3"/>
<jr:columnHeader style="Table_CH" height="30">
<staticText>
<reportElement x="0" y="0" width="100" height="30" uuid="d0d36afa-5868-4219-b4e3-edc8313c95f7"/>
<text><![CDATA[Size in GB]]></text>
</staticText>
</jr:columnHeader>
<jr:detailCell style="Table_TD" height="30">
<textField>
<reportElement x="0" y="0" width="100" height="30" uuid="6ad6b939-b093-4136-b132-fcdcb9cf7554"/>
<textFieldExpression><![CDATA[String.format("%.2f", ($F{sum_of_extracted_format_size}.doubleValue() / 1073741824))]]></textFieldExpression>
</textField>
</jr:detailCell>
</jr:column>
</jr:table>
</componentElement>
<break>
<reportElement x="0" y="0" width="545" height="1" uuid="a355b07b-9b3f-4d77-ba81-3c9058507750"/>
</break>
<staticText>
<reportElement x="80" y="30" width="400" height="30" uuid="04120ffb-769c-4cef-b7a2-b138efc0e13b"/>
<textElement textAlignment="Center">
<font size="16"/>
</textElement>
<text><![CDATA[Extracted formats preservation level]]></text>
</staticText>
</band>
</detail>
<columnFooter>
<band height="24" splitType="Stretch"/>
</columnFooter>
<pageFooter>
<band height="24" splitType="Stretch"/>
</pageFooter>
<summary>
<band height="24" splitType="Stretch"/>
</summary>
</jasperReport>