Erster Bericht.xml 28 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568
  1. <?xml version="1.0" ?>
  2. <report xmlns="http://developer.cognos.com/schemas/report/15.5/" expressionLocale="en" useStyleVersion="11.4">
  3. <!--RSU-SPC-0093 The report specification was upgraded from "http://developer.cognos.com/schemas/report/14.0/" to "http://developer.cognos.com/schemas/report/15.0/" at 2018-8-29. 12:42:13-->
  4. <!--RSU-SPC-0093 The report specification was upgraded from "http://developer.cognos.com/schemas/report/13.3/" to "http://developer.cognos.com/schemas/report/14.0/" at 2017-1-26. 15:28:50-->
  5. <drillBehavior/>
  6. <layouts>
  7. <layout>
  8. <reportPages>
  9. <page name="Page1">
  10. <style>
  11. <defaultStyles>
  12. <defaultStyle refStyle="pg"/>
  13. </defaultStyles>
  14. </style>
  15. <pageBody>
  16. <style>
  17. <defaultStyles>
  18. <defaultStyle refStyle="pb"/>
  19. </defaultStyles>
  20. </style>
  21. <contents>
  22. <table>
  23. <style>
  24. <defaultStyles>
  25. <defaultStyle refStyle="tb"/>
  26. </defaultStyles>
  27. <CSS value="width:100%;border-spacing:0;height:100%"/>
  28. </style>
  29. <tableRows>
  30. <tableRow>
  31. <tableCells>
  32. <tableCell colSpan="2">
  33. <contents>
  34. <table>
  35. <style>
  36. <defaultStyles>
  37. <defaultStyle refStyle="tb"/>
  38. </defaultStyles>
  39. <CSS value="width:100%;height:100%;border-spacing:0"/>
  40. </style>
  41. <tableRows>
  42. <tableRow>
  43. <tableCells>
  44. <tableCell>
  45. <contents>
  46. <textItem>
  47. <dataSource>
  48. <staticValue>NET LOSS OVER YEAR BY REGION</staticValue>
  49. </dataSource>
  50. </textItem>
  51. </contents>
  52. <style>
  53. <defaultStyles>
  54. <defaultStyle refStyle="ContentDataContainerTitleTableCell"/>
  55. </defaultStyles>
  56. <CSS value="height:60px;text-align:center"/>
  57. </style>
  58. </tableCell>
  59. </tableCells>
  60. </tableRow>
  61. <tableRow>
  62. <tableCells>
  63. <tableCell>
  64. <contents>
  65. <vizControl name="Line" type="com.ibm.vis.line">
  66. <vcDataSets>
  67. <vcDataSet idDataSet="data" refDataStore="dataStore">
  68. <vcSlots>
  69. <vcSlotData idSlot="categories">
  70. <vcSlotDsColumns>
  71. <vcSlotDsColumn dsSort="ascending" refDsColumn="Year"/>
  72. </vcSlotDsColumns>
  73. </vcSlotData>
  74. <vcSlotData idSlot="series">
  75. <vcSlotDsColumns>
  76. <vcSlotDsColumn refDsColumn="Region"/>
  77. </vcSlotDsColumns>
  78. </vcSlotData>
  79. <vcSlotData idSlot="values">
  80. <vcSlotDsColumns>
  81. <vcSlotDsColumn refDsColumn="Net Loss" rollupMethod="total">
  82. <vcValueFormat>
  83. <dataFormat>
  84. <currencyFormat currencySymbol="M" decimalSize="0" scale="-6" useTrailingSymbol="true"/>
  85. </dataFormat>
  86. </vcValueFormat>
  87. </vcSlotDsColumn>
  88. </vcSlotDsColumns>
  89. </vcSlotData>
  90. </vcSlots>
  91. </vcDataSet>
  92. </vcDataSets>
  93. <vizPropertyValues>
  94. <vizPropertyLengthValue name="vcWidth">700px</vizPropertyLengthValue>
  95. <vizPropertyLengthValue name="vcHeight">300px</vizPropertyLengthValue>
  96. </vizPropertyValues>
  97. </vizControl>
  98. </contents>
  99. <style>
  100. <defaultStyles>
  101. <defaultStyle refStyle="ContentDataContainerTableCell"/>
  102. </defaultStyles>
  103. </style>
  104. </tableCell>
  105. </tableCells>
  106. </tableRow>
  107. </tableRows>
  108. </table>
  109. </contents>
  110. <style>
  111. <CSS value="height:50%;width:100%"/>
  112. <defaultStyles>
  113. <defaultStyle refStyle="ContentDataContainerTopRowTableCell"/>
  114. </defaultStyles>
  115. </style>
  116. </tableCell>
  117. </tableCells>
  118. </tableRow>
  119. <tableRow>
  120. <tableCells>
  121. <tableCell colSpan="2">
  122. <contents>
  123. <table>
  124. <style>
  125. <defaultStyles>
  126. <defaultStyle refStyle="tb"/>
  127. </defaultStyles>
  128. <CSS value="width:100%;height:100%;border-spacing:0"/>
  129. </style>
  130. <tableRows>
  131. <tableRow>
  132. <tableCells>
  133. <tableCell>
  134. <contents>
  135. <textItem>
  136. <dataSource>
  137. <staticValue>NET LOSS BY RISK CATEGORY</staticValue>
  138. </dataSource>
  139. </textItem>
  140. </contents>
  141. <style>
  142. <defaultStyles>
  143. <defaultStyle refStyle="ContentDataContainerTitleTableCell"/>
  144. </defaultStyles>
  145. <CSS value="height:60px;text-align:center"/>
  146. </style>
  147. </tableCell>
  148. </tableCells>
  149. </tableRow>
  150. <tableRow>
  151. <tableCells>
  152. <tableCell>
  153. <contents>
  154. <crosstab horizontalPagination="true" name="Crosstab1" refQuery="Query2">
  155. <crosstabCorner>
  156. <contents>
  157. <textItem>
  158. <dataSource>
  159. <dataItemLabel refDataItem="Net Loss"/>
  160. </dataSource>
  161. </textItem>
  162. </contents>
  163. <style>
  164. <defaultStyles>
  165. <defaultStyle refStyle="xm"/>
  166. </defaultStyles>
  167. </style>
  168. </crosstabCorner>
  169. <noDataHandler>
  170. <contents>
  171. <block>
  172. <contents>
  173. <textItem>
  174. <dataSource>
  175. <staticValue>No Data Available</staticValue>
  176. </dataSource>
  177. <style>
  178. <CSS value="padding:10px 18px;"/>
  179. </style>
  180. </textItem>
  181. </contents>
  182. </block>
  183. </contents>
  184. </noDataHandler>
  185. <style>
  186. <CSS value="border-collapse:collapse;width:90%"/>
  187. <defaultStyles>
  188. <defaultStyle refStyle="xt"/>
  189. </defaultStyles>
  190. </style>
  191. <crosstabRows>
  192. <crosstabNode>
  193. <crosstabNodeMembers>
  194. <crosstabNodeMember edgeLocation="e1" refDataItem="Risk Category">
  195. <style>
  196. <defaultStyles>
  197. <defaultStyle refStyle="ml"/>
  198. </defaultStyles>
  199. </style>
  200. <contents>
  201. <textItem>
  202. <dataSource>
  203. <memberCaption/>
  204. </dataSource>
  205. </textItem>
  206. </contents>
  207. <sortList>
  208. <sortItem refDataItem="Risk Category"/>
  209. </sortList>
  210. </crosstabNodeMember>
  211. </crosstabNodeMembers>
  212. </crosstabNode>
  213. <crosstabNode>
  214. <crosstabNodeMembers>
  215. <crosstabNodeMember edgeLocation="e3" refDataItem="Total(Risk Category)">
  216. <style>
  217. <defaultStyles>
  218. <defaultStyle refStyle="ol"/>
  219. </defaultStyles>
  220. </style>
  221. <contents>
  222. <textItem>
  223. <dataSource>
  224. <dataItemLabel refDataItem="Total(Risk Category)"/>
  225. </dataSource>
  226. </textItem>
  227. </contents>
  228. <factCell>
  229. <style>
  230. <defaultStyles>
  231. <defaultStyle refStyle="ov"/>
  232. </defaultStyles>
  233. </style>
  234. </factCell>
  235. </crosstabNodeMember>
  236. </crosstabNodeMembers>
  237. </crosstabNode>
  238. </crosstabRows>
  239. <crosstabColumns>
  240. <crosstabNode>
  241. <crosstabNodeMembers>
  242. <crosstabNodeMember edgeLocation="e2" refDataItem="Year">
  243. <style>
  244. <defaultStyles>
  245. <defaultStyle refStyle="ml"/>
  246. </defaultStyles>
  247. <CSS value="text-align:right"/>
  248. </style>
  249. <contents>
  250. <textItem>
  251. <dataSource>
  252. <memberCaption/>
  253. </dataSource>
  254. </textItem>
  255. </contents>
  256. <sortList>
  257. <sortItem refDataItem="Year"/>
  258. </sortList>
  259. </crosstabNodeMember>
  260. </crosstabNodeMembers>
  261. </crosstabNode>
  262. <crosstabNode>
  263. <crosstabNodeMembers>
  264. <crosstabNodeMember edgeLocation="e4" refDataItem="Total(Year)">
  265. <style>
  266. <defaultStyles>
  267. <defaultStyle refStyle="ol"/>
  268. </defaultStyles>
  269. </style>
  270. <contents>
  271. <textItem>
  272. <dataSource>
  273. <dataItemLabel refDataItem="Total(Year)"/>
  274. </dataSource>
  275. </textItem>
  276. </contents>
  277. <factCell>
  278. <style>
  279. <defaultStyles>
  280. <defaultStyle refStyle="ov"/>
  281. </defaultStyles>
  282. </style>
  283. </factCell>
  284. </crosstabNodeMember>
  285. </crosstabNodeMembers>
  286. </crosstabNode>
  287. </crosstabColumns>
  288. <defaultMeasure refDataItem="Net Loss"/>
  289. <crosstabFactCell>
  290. <contents>
  291. <textItem>
  292. <dataSource>
  293. <cellValue/>
  294. </dataSource>
  295. </textItem>
  296. </contents>
  297. <style>
  298. <defaultStyles>
  299. <defaultStyle refStyle="mv"/>
  300. </defaultStyles>
  301. </style>
  302. </crosstabFactCell>
  303. <crosstabIntersections/>
  304. </crosstab>
  305. </contents>
  306. <style>
  307. <defaultStyles>
  308. <defaultStyle refStyle="ContentDataContainerTableCell"/>
  309. </defaultStyles>
  310. </style>
  311. </tableCell>
  312. </tableCells>
  313. </tableRow>
  314. </tableRows>
  315. </table>
  316. </contents>
  317. <style>
  318. <CSS value="width:100%;height:50%"/>
  319. <defaultStyles>
  320. <defaultStyle refStyle="ContentDataContainerBottomRowLeftTableCell"/>
  321. </defaultStyles>
  322. </style>
  323. </tableCell>
  324. </tableCells>
  325. </tableRow>
  326. </tableRows>
  327. </table>
  328. </contents>
  329. </pageBody>
  330. <pageFooter>
  331. <contents>
  332. <table>
  333. <tableRows>
  334. <tableRow>
  335. <tableCells>
  336. <tableCell>
  337. <contents>
  338. <date>
  339. <style>
  340. <dataFormat>
  341. <dateFormat/>
  342. </dataFormat>
  343. </style>
  344. </date>
  345. </contents>
  346. <style>
  347. <CSS value="width:25%;text-align:left;vertical-align:top"/>
  348. <defaultStyles>
  349. <defaultStyle refStyle="FooterDateTableCell"/>
  350. </defaultStyles>
  351. </style>
  352. </tableCell>
  353. <tableCell>
  354. <contents>
  355. <pageNumber/>
  356. </contents>
  357. <style>
  358. <CSS value="width:50%;text-align:center;vertical-align:top"/>
  359. <defaultStyles>
  360. <defaultStyle refStyle="FooterPageNumberTableCell"/>
  361. </defaultStyles>
  362. </style>
  363. </tableCell>
  364. <tableCell>
  365. <contents>
  366. <time>
  367. <style>
  368. <dataFormat>
  369. <timeFormat/>
  370. </dataFormat>
  371. </style>
  372. </time>
  373. </contents>
  374. <style>
  375. <CSS value="width:25%;text-align:right;vertical-align:top"/>
  376. <defaultStyles>
  377. <defaultStyle refStyle="FooterTimeTableCell"/>
  378. </defaultStyles>
  379. </style>
  380. </tableCell>
  381. </tableCells>
  382. </tableRow>
  383. </tableRows>
  384. <style>
  385. <defaultStyles>
  386. <defaultStyle refStyle="tb"/>
  387. </defaultStyles>
  388. <CSS value="width:100%;border-collapse:collapse;border-spacing:0px"/>
  389. </style>
  390. </table>
  391. </contents>
  392. <style>
  393. <CSS value="padding:10px"/>
  394. <defaultStyles>
  395. <defaultStyle refStyle="FooterPageFooter"/>
  396. </defaultStyles>
  397. </style>
  398. </pageFooter>
  399. <pageHeader>
  400. <contents>
  401. <block>
  402. <contents>
  403. <textItem>
  404. <dataSource>
  405. <staticValue>Tip: </staticValue>
  406. </dataSource>
  407. <style>
  408. <CSS value="font-weight:bold"/>
  409. </style>
  410. </textItem>
  411. <textItem>
  412. <dataSource>
  413. <staticValue>Here is a short </staticValue>
  414. </dataSource>
  415. </textItem>
  416. <hyperlink target="_blank">
  417. <dataSource>
  418. <staticValue>https://youtu.be/LhFw1D-gzas</staticValue>
  419. </dataSource>
  420. <contents>
  421. <textItem>
  422. <dataSource>
  423. <staticValue>video</staticValue>
  424. </dataSource>
  425. </textItem>
  426. </contents>
  427. <style>
  428. <defaultStyles>
  429. <defaultStyle refStyle="hy"/>
  430. </defaultStyles>
  431. </style>
  432. </hyperlink>
  433. <textItem>
  434. <dataSource>
  435. <staticValue> that shows you how to create this report.</staticValue>
  436. </dataSource>
  437. </textItem>
  438. </contents>
  439. <style>
  440. <CSS value="padding:30px 20px 30px 20px;background-color:#FFFFE1;font-family:Helvetica;font-size:10pt;font-weight:normal;font-style:normal;text-align:center;border:1pt solid silver"/>
  441. </style>
  442. </block>
  443. <block>
  444. <contents>
  445. <textItem>
  446. <dataSource>
  447. <staticValue>BANKING LOSS EVENTS</staticValue>
  448. </dataSource>
  449. </textItem>
  450. </contents>
  451. <style>
  452. <defaultStyles>
  453. <defaultStyle refStyle="HeaderReportTitleTableCell"/>
  454. </defaultStyles>
  455. <CSS value="text-align:center"/>
  456. </style>
  457. </block>
  458. </contents>
  459. <style>
  460. <defaultStyles>
  461. <defaultStyle refStyle="ph"/>
  462. </defaultStyles>
  463. </style>
  464. </pageHeader>
  465. </page>
  466. </reportPages>
  467. </layout>
  468. </layouts>
  469. <reportStylesRef inclusion="runTime">
  470. <reportPath path="/content/folder[@name=&quot;Templates&quot;]/folder[@name=&quot;Style Reference Reports&quot;]/report[@name=&quot;Blue&quot;]"/>
  471. </reportStylesRef>
  472. <queries>
  473. <query name="Query1">
  474. <source>
  475. <model/>
  476. </source>
  477. <selection>
  478. <dataItem aggregate="none" name="Year" rollupAggregate="none">
  479. <expression>[C].[Banking_loss_events].[Loss_Events].[Year_]</expression>
  480. <XMLAttributes>
  481. <XMLAttribute name="RS_dataType" output="no" value="3"/>
  482. <XMLAttribute name="RS_dataUsage" output="no" value="1"/>
  483. </XMLAttributes>
  484. </dataItem>
  485. <dataItem aggregate="none" name="Region" rollupAggregate="none">
  486. <expression>[C].[Banking_loss_events].[Loss_Events].[Region]</expression>
  487. <XMLAttributes>
  488. <XMLAttribute name="RS_dataType" output="no" value="3"/>
  489. <XMLAttribute name="RS_dataUsage" output="no" value="1"/>
  490. </XMLAttributes>
  491. </dataItem>
  492. <dataItem aggregate="total" name="Net Loss">
  493. <expression>[C].[Banking_loss_events].[Loss_Events].[Net_Loss]</expression>
  494. <XMLAttributes>
  495. <XMLAttribute name="RS_dataType" output="no" value="2"/>
  496. <XMLAttribute name="RS_dataUsage" output="no" value="2"/>
  497. </XMLAttributes>
  498. </dataItem>
  499. </selection>
  500. <detailFilters>
  501. <detailFilter>
  502. <filterDefinition>
  503. <filterInValues dataType="string" refDataItem="Year">
  504. <filterValues>
  505. <filterValue>2012</filterValue>
  506. <filterValue>2013</filterValue>
  507. <filterValue>2014</filterValue>
  508. </filterValues>
  509. </filterInValues>
  510. </filterDefinition>
  511. </detailFilter>
  512. </detailFilters>
  513. </query>
  514. <query name="Query2">
  515. <source>
  516. <model/>
  517. </source>
  518. <selection>
  519. <dataItem aggregate="none" name="Risk Category" rollupAggregate="none">
  520. <expression>[C].[Banking_loss_events].[Loss_Events].[Risk_Category]</expression>
  521. <XMLAttributes>
  522. <XMLAttribute name="RS_dataType" output="no" value="3"/>
  523. <XMLAttribute name="RS_dataUsage" output="no" value="1"/>
  524. </XMLAttributes>
  525. </dataItem>
  526. <dataItem aggregate="none" name="Year" rollupAggregate="none">
  527. <expression>[C].[Banking_loss_events].[Loss_Events].[Year_]</expression>
  528. <XMLAttributes>
  529. <XMLAttribute name="RS_dataType" output="no" value="3"/>
  530. <XMLAttribute name="RS_dataUsage" output="no" value="1"/>
  531. </XMLAttributes>
  532. </dataItem>
  533. <dataItem aggregate="total" name="Net Loss">
  534. <expression>[C].[Banking_loss_events].[Loss_Events].[Net_Loss]</expression>
  535. <XMLAttributes>
  536. <XMLAttribute name="RS_dataType" output="no" value="9"/>
  537. <XMLAttribute name="RS_dataUsage" output="no" value="2"/>
  538. </XMLAttributes>
  539. </dataItem>
  540. <dataItemEdgeSummary aggregateMethod="total" label="Total" name="Total(Risk Category)" refDataItem="Risk Category" solveOrder="1">
  541. <XMLAttributes>
  542. <XMLAttribute name="RS_dataType" output="no" value="3"/>
  543. </XMLAttributes>
  544. </dataItemEdgeSummary>
  545. <dataItemEdgeSummary aggregateMethod="total" label="Total" name="Total(Year)" refDataItem="Year" solveOrder="1">
  546. <XMLAttributes>
  547. <XMLAttribute name="RS_dataType" output="no" value="3"/>
  548. </XMLAttributes>
  549. </dataItemEdgeSummary>
  550. </selection>
  551. </query>
  552. </queries>
  553. <modelPath type="module">/content/folder[@name=&quot;Einführung&quot;]/folder[@name=&quot;Daten&quot;]/module[@name=&quot;Bankverlustereignisse&quot;]</modelPath>
  554. <reportDataStores>
  555. <reportDataStore name="dataStore">
  556. <dsSource>
  557. <dsV5ListQuery refQuery="Query1">
  558. <dsV5DataItems>
  559. <dsV5DataItem dsColumnType="indexed" refDataItem="Year"/>
  560. <dsV5DataItem dsColumnType="indexed" refDataItem="Region"/>
  561. <dsV5DataItem dsColumnType="value" refDataItem="Net Loss"/>
  562. </dsV5DataItems>
  563. </dsV5ListQuery>
  564. </dsSource>
  565. </reportDataStore>
  566. </reportDataStores>
  567. <reportName>Erster Bericht</reportName>
  568. </report>