OP.01 Offene Posten Übersicht.xml 171 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578157915801581158215831584158515861587158815891590159115921593159415951596159715981599160016011602160316041605160616071608160916101611161216131614161516161617161816191620162116221623162416251626162716281629163016311632163316341635163616371638163916401641164216431644164516461647164816491650165116521653165416551656165716581659166016611662166316641665166616671668166916701671167216731674167516761677167816791680168116821683168416851686168716881689169016911692169316941695169616971698169917001701170217031704170517061707170817091710171117121713171417151716171717181719172017211722172317241725172617271728172917301731173217331734173517361737173817391740174117421743174417451746174717481749175017511752175317541755175617571758175917601761176217631764176517661767176817691770177117721773177417751776177717781779178017811782178317841785178617871788178917901791179217931794179517961797179817991800180118021803180418051806180718081809181018111812181318141815181618171818181918201821182218231824182518261827182818291830183118321833183418351836183718381839184018411842184318441845184618471848184918501851185218531854185518561857185818591860186118621863186418651866186718681869187018711872187318741875187618771878187918801881188218831884188518861887188818891890189118921893189418951896189718981899190019011902190319041905190619071908190919101911191219131914191519161917191819191920192119221923192419251926192719281929193019311932193319341935193619371938193919401941194219431944194519461947194819491950195119521953195419551956195719581959196019611962196319641965196619671968196919701971197219731974197519761977197819791980198119821983198419851986198719881989199019911992199319941995199619971998199920002001200220032004200520062007200820092010201120122013201420152016201720182019202020212022202320242025202620272028202920302031203220332034203520362037203820392040204120422043204420452046204720482049205020512052205320542055205620572058205920602061206220632064206520662067206820692070207120722073207420752076207720782079208020812082208320842085208620872088208920902091209220932094209520962097209820992100210121022103210421052106210721082109211021112112211321142115211621172118211921202121212221232124212521262127212821292130213121322133213421352136213721382139214021412142214321442145214621472148214921502151215221532154215521562157215821592160216121622163216421652166216721682169217021712172217321742175217621772178217921802181218221832184218521862187218821892190219121922193219421952196219721982199220022012202220322042205220622072208220922102211221222132214221522162217221822192220222122222223222422252226222722282229223022312232223322342235223622372238223922402241224222432244224522462247224822492250225122522253225422552256225722582259226022612262226322642265226622672268226922702271227222732274227522762277227822792280228122822283228422852286228722882289229022912292229322942295229622972298229923002301230223032304230523062307230823092310231123122313231423152316231723182319232023212322232323242325232623272328232923302331233223332334233523362337233823392340234123422343234423452346234723482349235023512352235323542355235623572358235923602361236223632364236523662367236823692370237123722373237423752376237723782379238023812382238323842385238623872388238923902391239223932394239523962397239823992400240124022403240424052406240724082409241024112412241324142415241624172418241924202421242224232424242524262427242824292430243124322433243424352436243724382439244024412442244324442445244624472448244924502451245224532454245524562457245824592460246124622463246424652466246724682469247024712472247324742475247624772478247924802481248224832484248524862487248824892490249124922493249424952496249724982499250025012502250325042505250625072508250925102511251225132514251525162517251825192520252125222523252425252526252725282529253025312532253325342535253625372538253925402541254225432544254525462547254825492550255125522553255425552556255725582559256025612562256325642565256625672568256925702571257225732574257525762577257825792580258125822583258425852586258725882589259025912592259325942595259625972598259926002601260226032604260526062607260826092610261126122613261426152616261726182619262026212622262326242625262626272628262926302631263226332634263526362637263826392640264126422643264426452646264726482649265026512652265326542655265626572658265926602661266226632664266526662667266826692670267126722673267426752676267726782679268026812682268326842685268626872688268926902691269226932694269526962697269826992700270127022703270427052706270727082709271027112712271327142715271627172718271927202721272227232724272527262727272827292730273127322733273427352736273727382739274027412742274327442745274627472748274927502751275227532754275527562757275827592760276127622763276427652766276727682769277027712772277327742775277627772778277927802781278227832784278527862787278827892790279127922793279427952796279727982799280028012802280328042805280628072808280928102811281228132814281528162817281828192820282128222823282428252826282728282829283028312832283328342835283628372838283928402841284228432844284528462847284828492850285128522853285428552856285728582859286028612862286328642865286628672868286928702871287228732874287528762877287828792880288128822883288428852886288728882889289028912892289328942895289628972898289929002901290229032904290529062907290829092910291129122913291429152916291729182919292029212922292329242925292629272928292929302931293229332934293529362937293829392940294129422943294429452946294729482949295029512952295329542955295629572958295929602961296229632964296529662967296829692970297129722973297429752976297729782979298029812982298329842985298629872988298929902991299229932994299529962997299829993000300130023003300430053006300730083009301030113012301330143015301630173018301930203021302230233024302530263027302830293030303130323033303430353036303730383039304030413042304330443045304630473048304930503051305230533054305530563057305830593060306130623063306430653066306730683069307030713072307330743075307630773078307930803081308230833084308530863087308830893090309130923093309430953096309730983099310031013102310331043105310631073108310931103111311231133114311531163117311831193120312131223123312431253126312731283129313031313132313331343135313631373138313931403141314231433144314531463147314831493150315131523153315431553156
  1. <?xml version="1.0" ?>
  2. <report xmlns="http://developer.cognos.com/schemas/report/15.5/" expressionLocale="de" useStyleVersion="11.4">
  3. <!--RSU-SPC-0093 Die Berichtsspezifikation wurde am 7.10.2019 von {originalNS} zu {destNS} aktualisiert. 11:17:48-->
  4. <drillBehavior/>
  5. <layouts>
  6. <layout>
  7. <reportPages>
  8. <page name="Seite1">
  9. <pageBody>
  10. <style>
  11. <defaultStyles>
  12. <defaultStyle refStyle="pb"/>
  13. </defaultStyles>
  14. </style>
  15. <contents>
  16. <table>
  17. <style>
  18. <defaultStyles>
  19. <defaultStyle refStyle="tb"/>
  20. </defaultStyles>
  21. <CSS value="border-collapse:collapse"/>
  22. </style>
  23. <tableRows>
  24. <tableRow>
  25. <tableCells>
  26. <tableCell colSpan="2">
  27. <contents>
  28. <table>
  29. <style>
  30. <defaultStyles>
  31. <defaultStyle refStyle="tb"/>
  32. </defaultStyles>
  33. <CSS value="border-collapse:collapse;width:100%"/>
  34. </style>
  35. <tableRows>
  36. <tableRow>
  37. <tableCells>
  38. <tableCell>
  39. <contents>
  40. <table>
  41. <style>
  42. <defaultStyles>
  43. <defaultStyle refStyle="tb"/>
  44. </defaultStyles>
  45. <CSS value="border-collapse:collapse;width:100%;margin-top:20px"/>
  46. </style>
  47. <tableRows>
  48. <tableRow>
  49. <tableCells>
  50. <tableCell>
  51. <contents>
  52. <textItem>
  53. <dataSource>
  54. <staticValue>Offene Posten nach Zeitstaffel</staticValue>
  55. </dataSource>
  56. </textItem>
  57. </contents>
  58. <style>
  59. <CSS value="text-align:center"/>
  60. </style>
  61. </tableCell>
  62. <tableCell>
  63. <contents>
  64. <textItem>
  65. <dataSource>
  66. <staticValue>Offene Posten nach Betrieb</staticValue>
  67. </dataSource>
  68. </textItem>
  69. </contents>
  70. <style>
  71. <CSS value="text-align:center"/>
  72. </style>
  73. </tableCell>
  74. <tableCell>
  75. <contents/>
  76. </tableCell>
  77. </tableCells>
  78. </tableRow>
  79. <tableRow>
  80. <tableCells>
  81. <tableCell>
  82. <contents>
  83. <v2_combinationChart maxHotspots="10000" name="Kombinationsdiagramm2" refQuery="qry_Main">
  84. <v2_combinationTypeTooltips/>
  85. <v2_legend>
  86. <v2_legendPosition>
  87. <v2_legendPreset/>
  88. </v2_legendPosition>
  89. <style>
  90. <defaultStyles>
  91. <defaultStyle refStyle="lg"/>
  92. </defaultStyles>
  93. </style>
  94. </v2_legend>
  95. <v2_commonAxis>
  96. <v2_ordinalAxis>
  97. <v2_axisLine lineWeight="0"/>
  98. <v2_axisLabels>
  99. <style>
  100. <defaultStyles>
  101. <defaultStyle refStyle="al"/>
  102. </defaultStyles>
  103. </style>
  104. </v2_axisLabels>
  105. </v2_ordinalAxis>
  106. <chartNodes>
  107. <chartNode>
  108. <chartNodeMembers>
  109. <chartNodeMember refDataItem="&gt; 12 Wochen">
  110. <chartContents>
  111. <chartTextItem>
  112. <dataSource>
  113. <memberCaption/>
  114. </dataSource>
  115. </chartTextItem>
  116. </chartContents>
  117. </chartNodeMember>
  118. </chartNodeMembers>
  119. </chartNode>
  120. <chartNode>
  121. <chartNodeMembers>
  122. <chartNodeMember refDataItem="6 - 12 Wochen">
  123. <chartContents>
  124. <chartTextItem>
  125. <dataSource>
  126. <memberCaption/>
  127. </dataSource>
  128. </chartTextItem>
  129. </chartContents>
  130. </chartNodeMember>
  131. </chartNodeMembers>
  132. </chartNode>
  133. <chartNode>
  134. <chartNodeMembers>
  135. <chartNodeMember refDataItem="4 - 6 Wochen">
  136. <chartContents>
  137. <chartTextItem>
  138. <dataSource>
  139. <memberCaption/>
  140. </dataSource>
  141. </chartTextItem>
  142. </chartContents>
  143. </chartNodeMember>
  144. </chartNodeMembers>
  145. </chartNode>
  146. <chartNode>
  147. <chartNodeMembers>
  148. <chartNodeMember refDataItem="2 - 4 Wochen">
  149. <chartContents>
  150. <chartTextItem>
  151. <dataSource>
  152. <memberCaption/>
  153. </dataSource>
  154. </chartTextItem>
  155. </chartContents>
  156. </chartNodeMember>
  157. </chartNodeMembers>
  158. </chartNode>
  159. <chartNode>
  160. <chartNodeMembers>
  161. <chartNodeMember refDataItem="&lt; 2 Wochen">
  162. <chartContents>
  163. <chartTextItem>
  164. <dataSource>
  165. <memberCaption/>
  166. </dataSource>
  167. </chartTextItem>
  168. </chartContents>
  169. </chartNodeMember>
  170. </chartNodeMembers>
  171. </chartNode>
  172. <chartNode>
  173. <chartNodeMembers>
  174. <chartNodeMember refDataItem="&lt; 1 Woche">
  175. <chartContents>
  176. <chartTextItem>
  177. <dataSource>
  178. <memberCaption/>
  179. </dataSource>
  180. </chartTextItem>
  181. </chartContents>
  182. </chartNodeMember>
  183. </chartNodeMembers>
  184. </chartNode>
  185. <chartNode>
  186. <chartNodeMembers>
  187. <chartNodeMember refDataItem="noch nicht fällig">
  188. <chartContents>
  189. <chartTextItem>
  190. <dataSource>
  191. <memberCaption/>
  192. </dataSource>
  193. </chartTextItem>
  194. </chartContents>
  195. </chartNodeMember>
  196. </chartNodeMembers>
  197. </chartNode>
  198. </chartNodes>
  199. </v2_commonAxis>
  200. <v2_topLeftAxis>
  201. <v2_combinationChartTypes>
  202. <v2_bar borders="show">
  203. <v2_solidPalette>
  204. <v2_solidPaletteEntries>
  205. <v2_solidPaletteEntry>
  206. <v2_fillEffect defaultColor="#86c43b">
  207. <v2_solidColor color="#396CB3"/>
  208. </v2_fillEffect>
  209. </v2_solidPaletteEntry>
  210. <v2_solidPaletteEntry>
  211. <v2_fillEffect defaultColor="#319bd4">
  212. <v2_solidColor color="#319bd4"/>
  213. </v2_fillEffect>
  214. </v2_solidPaletteEntry>
  215. <v2_solidPaletteEntry>
  216. <v2_fillEffect defaultColor="#f5ce22">
  217. <v2_solidColor color="#77A33F"/>
  218. </v2_fillEffect>
  219. </v2_solidPaletteEntry>
  220. <v2_solidPaletteEntry>
  221. <v2_fillEffect defaultColor="#cf6c1b">
  222. <v2_solidColor color="#FF9029"/>
  223. </v2_fillEffect>
  224. </v2_solidPaletteEntry>
  225. <v2_solidPaletteEntry>
  226. <v2_fillEffect defaultColor="#9380e8">
  227. <v2_solidColor color="#F7D74A"/>
  228. </v2_fillEffect>
  229. </v2_solidPaletteEntry>
  230. <v2_solidPaletteEntry>
  231. <v2_fillEffect defaultColor="#8555b5">
  232. <v2_solidColor color="#8555b5"/>
  233. </v2_fillEffect>
  234. </v2_solidPaletteEntry>
  235. <v2_solidPaletteEntry>
  236. <v2_fillEffect defaultColor="#52d9bc">
  237. <v2_solidColor color="#52d9bc"/>
  238. </v2_fillEffect>
  239. </v2_solidPaletteEntry>
  240. <v2_solidPaletteEntry>
  241. <v2_fillEffect defaultColor="#24a399">
  242. <v2_solidColor color="#24a399"/>
  243. </v2_fillEffect>
  244. </v2_solidPaletteEntry>
  245. <v2_solidPaletteEntry>
  246. <v2_fillEffect defaultColor="#14665e">
  247. <v2_solidColor color="#14665e"/>
  248. </v2_fillEffect>
  249. </v2_solidPaletteEntry>
  250. <v2_solidPaletteEntry>
  251. <v2_fillEffect defaultColor="#b4c8ed">
  252. <v2_solidColor color="#b4c8ed"/>
  253. </v2_fillEffect>
  254. </v2_solidPaletteEntry>
  255. <v2_solidPaletteEntry>
  256. <v2_fillEffect defaultColor="#77a3e0">
  257. <v2_solidColor color="#77a3e0"/>
  258. </v2_fillEffect>
  259. </v2_solidPaletteEntry>
  260. <v2_solidPaletteEntry>
  261. <v2_fillEffect defaultColor="#396cb3">
  262. <v2_solidColor color="#396cb3"/>
  263. </v2_fillEffect>
  264. </v2_solidPaletteEntry>
  265. <v2_solidPaletteEntry>
  266. <v2_fillEffect defaultColor="#1d4273">
  267. <v2_solidColor color="#1d4273"/>
  268. </v2_fillEffect>
  269. </v2_solidPaletteEntry>
  270. <v2_solidPaletteEntry>
  271. <v2_fillEffect defaultColor="#c8d119">
  272. <v2_solidColor color="#c8d119"/>
  273. </v2_fillEffect>
  274. </v2_solidPaletteEntry>
  275. <v2_solidPaletteEntry>
  276. <v2_fillEffect defaultColor="#acb336">
  277. <v2_solidColor color="#acb336"/>
  278. </v2_fillEffect>
  279. </v2_solidPaletteEntry>
  280. <v2_solidPaletteEntry>
  281. <v2_fillEffect defaultColor="#828a16">
  282. <v2_solidColor color="#828a16"/>
  283. </v2_fillEffect>
  284. </v2_solidPaletteEntry>
  285. <v2_solidPaletteEntry>
  286. <v2_fillEffect defaultColor="#5a610f">
  287. <v2_solidColor color="#5a610f"/>
  288. </v2_fillEffect>
  289. </v2_solidPaletteEntry>
  290. <v2_solidPaletteEntry>
  291. <v2_fillEffect defaultColor="#e8b7cb">
  292. <v2_solidColor color="#e8b7cb"/>
  293. </v2_fillEffect>
  294. </v2_solidPaletteEntry>
  295. <v2_solidPaletteEntry>
  296. <v2_fillEffect defaultColor="#e086b6">
  297. <v2_solidColor color="#e086b6"/>
  298. </v2_fillEffect>
  299. </v2_solidPaletteEntry>
  300. <v2_solidPaletteEntry>
  301. <v2_fillEffect defaultColor="#b33681">
  302. <v2_solidColor color="#b33681"/>
  303. </v2_fillEffect>
  304. </v2_solidPaletteEntry>
  305. <v2_solidPaletteEntry>
  306. <v2_fillEffect defaultColor="#73154d">
  307. <v2_solidColor color="#73154d"/>
  308. </v2_fillEffect>
  309. </v2_solidPaletteEntry>
  310. </v2_solidPaletteEntries>
  311. </v2_solidPalette>
  312. <chartNodes>
  313. <chartNode>
  314. <chartNodeMembers>
  315. <chartNodeMember refDataItem="offen">
  316. <chartContents>
  317. <chartTextItem>
  318. <dataSource>
  319. <memberCaption/>
  320. </dataSource>
  321. </chartTextItem>
  322. </chartContents>
  323. </chartNodeMember>
  324. </chartNodeMembers>
  325. </chartNode>
  326. </chartNodes>
  327. </v2_bar>
  328. </v2_combinationChartTypes>
  329. <v2_axis>
  330. <v2_axisLine lineWeight="0"/>
  331. <v2_axisRange>
  332. <v2_automaticRange/>
  333. </v2_axisRange>
  334. <v2_axisLabels>
  335. <style>
  336. <defaultStyles>
  337. <defaultStyle refStyle="al"/>
  338. </defaultStyles>
  339. </style>
  340. </v2_axisLabels>
  341. <v2_majorGridlines lineColor="#CCCCCC" lineWeight="0"/>
  342. </v2_axis>
  343. </v2_topLeftAxis>
  344. <style>
  345. <defaultStyles>
  346. <defaultStyle refStyle="ch"/>
  347. </defaultStyles>
  348. <CSS value="width:390px"/>
  349. </style>
  350. <noDataHandler>
  351. <contents>
  352. <block>
  353. <contents>
  354. <textItem>
  355. <dataSource>
  356. <staticValue>Keine Daten verfügbar</staticValue>
  357. </dataSource>
  358. <style>
  359. <CSS value="padding:10px 18px;"/>
  360. </style>
  361. </textItem>
  362. </contents>
  363. </block>
  364. </contents>
  365. </noDataHandler>
  366. </v2_combinationChart>
  367. </contents>
  368. <style>
  369. <CSS value="width:390px"/>
  370. </style>
  371. </tableCell>
  372. <tableCell>
  373. <contents>
  374. <v2_combinationChart maxHotspots="10000" name="Kombinationsdiagramm3" refQuery="qry_Main">
  375. <v2_combinationTypeTooltips/>
  376. <v2_legend>
  377. <v2_legendPosition>
  378. <v2_legendPreset/>
  379. </v2_legendPosition>
  380. <style>
  381. <defaultStyles>
  382. <defaultStyle refStyle="lg"/>
  383. </defaultStyles>
  384. </style>
  385. </v2_legend>
  386. <v2_commonAxis>
  387. <v2_ordinalAxis>
  388. <v2_axisLine lineWeight="0"/>
  389. <v2_axisLabels>
  390. <style>
  391. <defaultStyles>
  392. <defaultStyle refStyle="al"/>
  393. </defaultStyles>
  394. </style>
  395. </v2_axisLabels>
  396. </v2_ordinalAxis>
  397. <chartNodes>
  398. <chartNode>
  399. <chartNodeMembers>
  400. <chartNodeMember refDataItem="Standort">
  401. <chartContents>
  402. <chartTextItem>
  403. <dataSource>
  404. <memberCaption/>
  405. </dataSource>
  406. </chartTextItem>
  407. </chartContents>
  408. </chartNodeMember>
  409. </chartNodeMembers>
  410. </chartNode>
  411. </chartNodes>
  412. </v2_commonAxis>
  413. <v2_topLeftAxis>
  414. <v2_combinationChartTypes>
  415. <v2_bar borders="show" seriesType="stacked">
  416. <v2_solidPalette>
  417. <v2_solidPaletteEntries>
  418. <v2_solidPaletteEntry>
  419. <v2_fillEffect defaultColor="#86c43b">
  420. <v2_solidColor color="#396CB3"/>
  421. </v2_fillEffect>
  422. </v2_solidPaletteEntry>
  423. <v2_solidPaletteEntry>
  424. <v2_fillEffect defaultColor="#319bd4">
  425. <v2_solidColor color="#319bd4"/>
  426. </v2_fillEffect>
  427. </v2_solidPaletteEntry>
  428. <v2_solidPaletteEntry>
  429. <v2_fillEffect defaultColor="#f5ce22">
  430. <v2_solidColor color="#77A33F"/>
  431. </v2_fillEffect>
  432. </v2_solidPaletteEntry>
  433. <v2_solidPaletteEntry>
  434. <v2_fillEffect defaultColor="#cf6c1b">
  435. <v2_solidColor color="#FF9029"/>
  436. </v2_fillEffect>
  437. </v2_solidPaletteEntry>
  438. <v2_solidPaletteEntry>
  439. <v2_fillEffect defaultColor="#9380e8">
  440. <v2_solidColor color="#F7D74A"/>
  441. </v2_fillEffect>
  442. </v2_solidPaletteEntry>
  443. <v2_solidPaletteEntry>
  444. <v2_fillEffect defaultColor="#8555b5">
  445. <v2_solidColor color="#8555b5"/>
  446. </v2_fillEffect>
  447. </v2_solidPaletteEntry>
  448. <v2_solidPaletteEntry>
  449. <v2_fillEffect defaultColor="#52d9bc">
  450. <v2_solidColor color="#52d9bc"/>
  451. </v2_fillEffect>
  452. </v2_solidPaletteEntry>
  453. <v2_solidPaletteEntry>
  454. <v2_fillEffect defaultColor="#24a399">
  455. <v2_solidColor color="#24a399"/>
  456. </v2_fillEffect>
  457. </v2_solidPaletteEntry>
  458. <v2_solidPaletteEntry>
  459. <v2_fillEffect defaultColor="#14665e">
  460. <v2_solidColor color="#14665e"/>
  461. </v2_fillEffect>
  462. </v2_solidPaletteEntry>
  463. <v2_solidPaletteEntry>
  464. <v2_fillEffect defaultColor="#b4c8ed">
  465. <v2_solidColor color="#b4c8ed"/>
  466. </v2_fillEffect>
  467. </v2_solidPaletteEntry>
  468. <v2_solidPaletteEntry>
  469. <v2_fillEffect defaultColor="#77a3e0">
  470. <v2_solidColor color="#77a3e0"/>
  471. </v2_fillEffect>
  472. </v2_solidPaletteEntry>
  473. <v2_solidPaletteEntry>
  474. <v2_fillEffect defaultColor="#396cb3">
  475. <v2_solidColor color="#396cb3"/>
  476. </v2_fillEffect>
  477. </v2_solidPaletteEntry>
  478. <v2_solidPaletteEntry>
  479. <v2_fillEffect defaultColor="#1d4273">
  480. <v2_solidColor color="#1d4273"/>
  481. </v2_fillEffect>
  482. </v2_solidPaletteEntry>
  483. <v2_solidPaletteEntry>
  484. <v2_fillEffect defaultColor="#c8d119">
  485. <v2_solidColor color="#c8d119"/>
  486. </v2_fillEffect>
  487. </v2_solidPaletteEntry>
  488. <v2_solidPaletteEntry>
  489. <v2_fillEffect defaultColor="#acb336">
  490. <v2_solidColor color="#acb336"/>
  491. </v2_fillEffect>
  492. </v2_solidPaletteEntry>
  493. <v2_solidPaletteEntry>
  494. <v2_fillEffect defaultColor="#828a16">
  495. <v2_solidColor color="#828a16"/>
  496. </v2_fillEffect>
  497. </v2_solidPaletteEntry>
  498. <v2_solidPaletteEntry>
  499. <v2_fillEffect defaultColor="#5a610f">
  500. <v2_solidColor color="#5a610f"/>
  501. </v2_fillEffect>
  502. </v2_solidPaletteEntry>
  503. <v2_solidPaletteEntry>
  504. <v2_fillEffect defaultColor="#e8b7cb">
  505. <v2_solidColor color="#e8b7cb"/>
  506. </v2_fillEffect>
  507. </v2_solidPaletteEntry>
  508. <v2_solidPaletteEntry>
  509. <v2_fillEffect defaultColor="#e086b6">
  510. <v2_solidColor color="#e086b6"/>
  511. </v2_fillEffect>
  512. </v2_solidPaletteEntry>
  513. <v2_solidPaletteEntry>
  514. <v2_fillEffect defaultColor="#b33681">
  515. <v2_solidColor color="#b33681"/>
  516. </v2_fillEffect>
  517. </v2_solidPaletteEntry>
  518. <v2_solidPaletteEntry>
  519. <v2_fillEffect defaultColor="#73154d">
  520. <v2_solidColor color="#73154d"/>
  521. </v2_fillEffect>
  522. </v2_solidPaletteEntry>
  523. </v2_solidPaletteEntries>
  524. </v2_solidPalette>
  525. </v2_bar>
  526. </v2_combinationChartTypes>
  527. <v2_axis>
  528. <v2_axisLine lineWeight="0"/>
  529. <v2_axisRange>
  530. <v2_automaticRange/>
  531. </v2_axisRange>
  532. <v2_axisLabels>
  533. <style>
  534. <defaultStyles>
  535. <defaultStyle refStyle="al"/>
  536. </defaultStyles>
  537. </style>
  538. </v2_axisLabels>
  539. <v2_majorGridlines lineColor="#CCCCCC" lineWeight="0"/>
  540. </v2_axis>
  541. </v2_topLeftAxis>
  542. <style>
  543. <defaultStyles>
  544. <defaultStyle refStyle="ch"/>
  545. </defaultStyles>
  546. <CSS value="width:390px"/>
  547. </style>
  548. <v2_defaultChartMeasure refDataItem="offen"/>
  549. <noDataHandler>
  550. <contents>
  551. <block>
  552. <contents>
  553. <textItem>
  554. <dataSource>
  555. <staticValue>Keine Daten verfügbar</staticValue>
  556. </dataSource>
  557. <style>
  558. <CSS value="padding:10px 18px;"/>
  559. </style>
  560. </textItem>
  561. </contents>
  562. </block>
  563. </contents>
  564. </noDataHandler>
  565. </v2_combinationChart>
  566. </contents>
  567. <style>
  568. <CSS value="width:390px"/>
  569. </style>
  570. </tableCell>
  571. <tableCell>
  572. <contents/>
  573. <style>
  574. <CSS value="width:500px"/>
  575. </style>
  576. </tableCell>
  577. </tableCells>
  578. </tableRow>
  579. <tableRow>
  580. <tableCells>
  581. <tableCell colSpan="2">
  582. <contents>
  583. <crosstab name="Kreuztabelle3" pageBreakText="false" refQuery="qry_Main" rowsPerPage="5000">
  584. <noDataHandler>
  585. <contents>
  586. <block>
  587. <contents>
  588. <textItem>
  589. <dataSource>
  590. <staticValue>Keine Daten verfügbar</staticValue>
  591. </dataSource>
  592. <style>
  593. <CSS value="padding:10px 18px;"/>
  594. </style>
  595. </textItem>
  596. </contents>
  597. </block>
  598. </contents>
  599. </noDataHandler>
  600. <style>
  601. <CSS value="border-collapse:collapse;margin-left:20px"/>
  602. <defaultStyles>
  603. <defaultStyle refStyle="xt"/>
  604. </defaultStyles>
  605. </style>
  606. <crosstabFactCell>
  607. <contents>
  608. <textItem>
  609. <dataSource>
  610. <cellValue/>
  611. </dataSource>
  612. </textItem>
  613. </contents>
  614. <style>
  615. <defaultStyles>
  616. <defaultStyle refStyle="mv"/>
  617. </defaultStyles>
  618. <CSS value="border:0.75pt solid silver"/>
  619. </style>
  620. </crosstabFactCell>
  621. <crosstabColumns>
  622. <crosstabNode>
  623. <crosstabNestedNodes>
  624. <crosstabNode>
  625. <crosstabNodeMembers>
  626. <crosstabNodeMember edgeLocation="e1" refDataItem="&gt; 12 Wochen">
  627. <style>
  628. <defaultStyles>
  629. <defaultStyle refStyle="ml"/>
  630. </defaultStyles>
  631. <CSS value="text-align:center;font-weight:bold;background-color:white;width:75px;white-space:normal"/>
  632. </style>
  633. <contents>
  634. <textItem>
  635. <dataSource>
  636. <memberCaption/>
  637. </dataSource>
  638. </textItem>
  639. </contents>
  640. <factCell>
  641. <style>
  642. <CSS value="width:75px"/>
  643. <dataFormat>
  644. <numberFormat decimalSize="0"/>
  645. </dataFormat>
  646. </style>
  647. </factCell>
  648. </crosstabNodeMember>
  649. </crosstabNodeMembers>
  650. </crosstabNode>
  651. <crosstabNode>
  652. <crosstabNodeMembers>
  653. <crosstabNodeMember edgeLocation="e2" refDataItem="6 - 12 Wochen">
  654. <style>
  655. <defaultStyles>
  656. <defaultStyle refStyle="ml"/>
  657. </defaultStyles>
  658. <CSS value="text-align:center;font-weight:bold;background-color:white;width:75px;white-space:normal"/>
  659. </style>
  660. <contents>
  661. <textItem>
  662. <dataSource>
  663. <memberCaption/>
  664. </dataSource>
  665. </textItem>
  666. </contents>
  667. <factCell>
  668. <style>
  669. <CSS value="width:75px"/>
  670. <dataFormat>
  671. <numberFormat decimalSize="0"/>
  672. </dataFormat>
  673. </style>
  674. </factCell>
  675. </crosstabNodeMember>
  676. </crosstabNodeMembers>
  677. </crosstabNode>
  678. <crosstabNode>
  679. <crosstabNodeMembers>
  680. <crosstabNodeMember edgeLocation="e3" refDataItem="4 - 6 Wochen">
  681. <style>
  682. <defaultStyles>
  683. <defaultStyle refStyle="ml"/>
  684. </defaultStyles>
  685. <CSS value="text-align:center;font-weight:bold;background-color:white;width:75px;white-space:normal"/>
  686. </style>
  687. <contents>
  688. <textItem>
  689. <dataSource>
  690. <memberCaption/>
  691. </dataSource>
  692. </textItem>
  693. </contents>
  694. <factCell>
  695. <style>
  696. <CSS value="width:75px"/>
  697. <dataFormat>
  698. <numberFormat decimalSize="0"/>
  699. </dataFormat>
  700. </style>
  701. </factCell>
  702. </crosstabNodeMember>
  703. </crosstabNodeMembers>
  704. </crosstabNode>
  705. <crosstabNode>
  706. <crosstabNodeMembers>
  707. <crosstabNodeMember edgeLocation="e4" refDataItem="2 - 4 Wochen">
  708. <style>
  709. <defaultStyles>
  710. <defaultStyle refStyle="ml"/>
  711. </defaultStyles>
  712. <CSS value="text-align:center;font-weight:bold;background-color:white;width:75px;white-space:normal"/>
  713. </style>
  714. <contents>
  715. <textItem>
  716. <dataSource>
  717. <memberCaption/>
  718. </dataSource>
  719. </textItem>
  720. </contents>
  721. <factCell>
  722. <style>
  723. <CSS value="width:75px"/>
  724. <dataFormat>
  725. <numberFormat decimalSize="0"/>
  726. </dataFormat>
  727. </style>
  728. </factCell>
  729. </crosstabNodeMember>
  730. </crosstabNodeMembers>
  731. </crosstabNode>
  732. <crosstabNode>
  733. <crosstabNodeMembers>
  734. <crosstabNodeMember edgeLocation="e5" refDataItem="&lt; 2 Wochen">
  735. <style>
  736. <defaultStyles>
  737. <defaultStyle refStyle="ml"/>
  738. </defaultStyles>
  739. <CSS value="text-align:center;font-weight:bold;background-color:white;width:75px;white-space:normal"/>
  740. </style>
  741. <contents>
  742. <textItem>
  743. <dataSource>
  744. <memberCaption/>
  745. </dataSource>
  746. </textItem>
  747. </contents>
  748. <factCell>
  749. <style>
  750. <CSS value="width:75px"/>
  751. <dataFormat>
  752. <numberFormat decimalSize="0"/>
  753. </dataFormat>
  754. </style>
  755. </factCell>
  756. </crosstabNodeMember>
  757. </crosstabNodeMembers>
  758. </crosstabNode>
  759. <crosstabNode>
  760. <crosstabNodeMembers>
  761. <crosstabNodeMember edgeLocation="e15" refDataItem="&lt; 1 Woche">
  762. <style>
  763. <defaultStyles>
  764. <defaultStyle refStyle="ml"/>
  765. </defaultStyles>
  766. <CSS value="text-align:center;font-weight:bold;background-color:white;width:75px;white-space:normal"/>
  767. </style>
  768. <contents>
  769. <textItem>
  770. <dataSource>
  771. <memberCaption/>
  772. </dataSource>
  773. </textItem>
  774. </contents>
  775. <factCell>
  776. <style>
  777. <CSS value="width:75px"/>
  778. <dataFormat>
  779. <numberFormat decimalSize="0"/>
  780. </dataFormat>
  781. </style>
  782. </factCell>
  783. </crosstabNodeMember>
  784. </crosstabNodeMembers>
  785. </crosstabNode>
  786. <crosstabNode>
  787. <crosstabNodeMembers>
  788. <crosstabNodeMember edgeLocation="e13" refDataItem="noch nicht fällig">
  789. <style>
  790. <defaultStyles>
  791. <defaultStyle refStyle="ml"/>
  792. </defaultStyles>
  793. <CSS value="text-align:center;font-weight:bold;background-color:white;width:75px;white-space:normal"/>
  794. </style>
  795. <contents>
  796. <textItem>
  797. <dataSource>
  798. <memberCaption/>
  799. </dataSource>
  800. </textItem>
  801. </contents>
  802. <factCell>
  803. <style>
  804. <CSS value="width:75px"/>
  805. <dataFormat>
  806. <numberFormat decimalSize="0"/>
  807. </dataFormat>
  808. </style>
  809. </factCell>
  810. </crosstabNodeMember>
  811. </crosstabNodeMembers>
  812. </crosstabNode>
  813. <crosstabNode>
  814. <crosstabNodeMembers>
  815. <crosstabNodeMember edgeLocation="e6" refDataItem="Fälligkeit">
  816. <style>
  817. <defaultStyles>
  818. <defaultStyle refStyle="ml"/>
  819. </defaultStyles>
  820. <CSS value="text-align:center;font-weight:bold;background-color:white;width:75px;white-space:normal"/>
  821. </style>
  822. <contents>
  823. <textItem>
  824. <dataSource>
  825. <staticValue>Gesamt</staticValue>
  826. </dataSource>
  827. </textItem>
  828. </contents>
  829. <factCell>
  830. <style>
  831. <CSS value="width:75px"/>
  832. <dataFormat>
  833. <numberFormat decimalSize="0"/>
  834. </dataFormat>
  835. </style>
  836. </factCell>
  837. </crosstabNodeMember>
  838. </crosstabNodeMembers>
  839. </crosstabNode>
  840. </crosstabNestedNodes>
  841. <crosstabNodeMembers>
  842. <crosstabNodeMember edgeLocation="e12" refDataItem="offen">
  843. <style>
  844. <defaultStyles>
  845. <defaultStyle refStyle="ml"/>
  846. </defaultStyles>
  847. <CSS value="text-align:center;font-weight:bold;background-color:lime;width:75px;white-space:normal;display:none"/>
  848. </style>
  849. <contents>
  850. <textItem>
  851. <dataSource>
  852. <memberCaption/>
  853. </dataSource>
  854. </textItem>
  855. </contents>
  856. <factCell>
  857. <style>
  858. <CSS value="width:75px"/>
  859. </style>
  860. </factCell>
  861. </crosstabNodeMember>
  862. </crosstabNodeMembers>
  863. </crosstabNode>
  864. </crosstabColumns>
  865. <crosstabRows>
  866. <crosstabNode>
  867. <crosstabNestedNodes>
  868. <crosstabNode>
  869. <crosstabNodeMembers>
  870. <crosstabNodeMember edgeLocation="e7" refDataItem="Kostenstelle1">
  871. <style>
  872. <defaultStyles>
  873. <defaultStyle refStyle="ml"/>
  874. </defaultStyles>
  875. <CSS value="background-color:white;font-weight:normal"/>
  876. </style>
  877. <contents>
  878. <textItem>
  879. <dataSource>
  880. <memberCaption/>
  881. </dataSource>
  882. </textItem>
  883. </contents>
  884. </crosstabNodeMember>
  885. </crosstabNodeMembers>
  886. </crosstabNode>
  887. <crosstabNode>
  888. <crosstabNodeMembers>
  889. <crosstabNodeMember edgeLocation="e8" refDataItem="Kostenstelle">
  890. <style>
  891. <defaultStyles>
  892. <defaultStyle refStyle="ml"/>
  893. </defaultStyles>
  894. <CSS value="background-color:#B1BCC7;font-weight:normal"/>
  895. </style>
  896. <contents>
  897. <textItem>
  898. <dataSource>
  899. <staticValue>Gesamt</staticValue>
  900. </dataSource>
  901. </textItem>
  902. </contents>
  903. <factCell>
  904. <style>
  905. <CSS value="background-color:#B1BCC7"/>
  906. </style>
  907. </factCell>
  908. </crosstabNodeMember>
  909. </crosstabNodeMembers>
  910. </crosstabNode>
  911. </crosstabNestedNodes>
  912. <crosstabNodeMembers>
  913. <crosstabNodeMember edgeLocation="e10" refDataItem="Standort">
  914. <style>
  915. <defaultStyles>
  916. <defaultStyle refStyle="ml"/>
  917. </defaultStyles>
  918. <CSS value="background-color:white;white-space:normal;word-wrap:break-word;font-weight:normal"/>
  919. </style>
  920. <contents>
  921. <textItem>
  922. <dataSource>
  923. <memberCaption/>
  924. </dataSource>
  925. </textItem>
  926. </contents>
  927. </crosstabNodeMember>
  928. </crosstabNodeMembers>
  929. </crosstabNode>
  930. <crosstabNode>
  931. <crosstabNodeMembers>
  932. <crosstabNodeMember edgeLocation="e9" refDataItem="offen">
  933. <style>
  934. <defaultStyles>
  935. <defaultStyle refStyle="ml"/>
  936. </defaultStyles>
  937. <CSS value="background-color:#72889B;white-space:normal;word-wrap:break-word;font-weight:bold;color:white"/>
  938. </style>
  939. <contents>
  940. <textItem>
  941. <dataSource>
  942. <staticValue>Gesamt</staticValue>
  943. </dataSource>
  944. </textItem>
  945. </contents>
  946. <factCell>
  947. <style>
  948. <CSS value="background-color:#72889B;font-weight:bold;color:white"/>
  949. </style>
  950. </factCell>
  951. </crosstabNodeMember>
  952. </crosstabNodeMembers>
  953. <crosstabNestedNodes>
  954. <crosstabNode>
  955. <crosstabNodeMembers>
  956. <crosstabNodeMember edgeLocation="e11" refDataItem="Kostenstelle1">
  957. <style>
  958. <defaultStyles>
  959. <defaultStyle refStyle="ml"/>
  960. </defaultStyles>
  961. <CSS value="background-color:white;font-weight:bold;color:black"/>
  962. </style>
  963. <contents>
  964. <textItem>
  965. <dataSource>
  966. <memberCaption/>
  967. </dataSource>
  968. </textItem>
  969. </contents>
  970. <factCell>
  971. <style>
  972. <CSS value="background-color:#72889B;font-weight:bold;color:white"/>
  973. </style>
  974. </factCell>
  975. </crosstabNodeMember>
  976. </crosstabNodeMembers>
  977. </crosstabNode>
  978. <crosstabNode>
  979. <crosstabNodeMembers>
  980. <crosstabNodeMember edgeLocation="e14" refDataItem="Kostenstelle">
  981. <style>
  982. <defaultStyles>
  983. <defaultStyle refStyle="ml"/>
  984. </defaultStyles>
  985. <CSS value="background-color:#72889B;font-weight:normal;color:white"/>
  986. </style>
  987. <contents>
  988. <textItem>
  989. <dataSource>
  990. <staticValue>Gesamt</staticValue>
  991. </dataSource>
  992. </textItem>
  993. </contents>
  994. <factCell>
  995. <style>
  996. <CSS value="background-color:#B1BCC7"/>
  997. </style>
  998. </factCell>
  999. </crosstabNodeMember>
  1000. </crosstabNodeMembers>
  1001. </crosstabNode>
  1002. </crosstabNestedNodes>
  1003. </crosstabNode>
  1004. </crosstabRows>
  1005. <crosstabSuppress/>
  1006. <crosstabIntersections>
  1007. <crosstabIntersection column="e1" row="e11">
  1008. <style>
  1009. <CSS value="background-color:white;color:black"/>
  1010. </style>
  1011. </crosstabIntersection>
  1012. <crosstabIntersection column="e2" row="e11">
  1013. <style>
  1014. <CSS value="background-color:white;color:black"/>
  1015. </style>
  1016. </crosstabIntersection>
  1017. <crosstabIntersection column="e3" row="e11">
  1018. <style>
  1019. <CSS value="background-color:white;color:black"/>
  1020. </style>
  1021. </crosstabIntersection>
  1022. <crosstabIntersection column="e4" row="e11">
  1023. <style>
  1024. <CSS value="background-color:white;color:black"/>
  1025. </style>
  1026. </crosstabIntersection>
  1027. <crosstabIntersection column="e5" row="e11">
  1028. <style>
  1029. <CSS value="background-color:white;color:black"/>
  1030. </style>
  1031. </crosstabIntersection>
  1032. <crosstabIntersection column="e13" row="e11">
  1033. <style>
  1034. <CSS value="background-color:white;color:black"/>
  1035. </style>
  1036. </crosstabIntersection>
  1037. <crosstabIntersection column="e6" row="e11">
  1038. <style>
  1039. <CSS value="background-color:white;color:black"/>
  1040. </style>
  1041. </crosstabIntersection>
  1042. <crosstabIntersection column="e1" row="e14">
  1043. <style>
  1044. <CSS value="background-color:#72889B"/>
  1045. </style>
  1046. </crosstabIntersection>
  1047. <crosstabIntersection column="e2" row="e14">
  1048. <style>
  1049. <CSS value="background-color:#72889B"/>
  1050. </style>
  1051. </crosstabIntersection>
  1052. <crosstabIntersection column="e3" row="e14">
  1053. <style>
  1054. <CSS value="background-color:#72889B"/>
  1055. </style>
  1056. </crosstabIntersection>
  1057. <crosstabIntersection column="e4" row="e14">
  1058. <style>
  1059. <CSS value="background-color:#72889B"/>
  1060. </style>
  1061. </crosstabIntersection>
  1062. <crosstabIntersection column="e5" row="e14">
  1063. <style>
  1064. <CSS value="background-color:#72889B"/>
  1065. </style>
  1066. </crosstabIntersection>
  1067. <crosstabIntersection column="e13" row="e14">
  1068. <style>
  1069. <CSS value="background-color:#72889B"/>
  1070. </style>
  1071. </crosstabIntersection>
  1072. <crosstabIntersection column="e6" row="e14">
  1073. <style>
  1074. <CSS value="background-color:#72889B"/>
  1075. </style>
  1076. </crosstabIntersection>
  1077. <crosstabIntersection column="e15" row="e11">
  1078. <style>
  1079. <CSS value="background-color:white;color:black"/>
  1080. </style>
  1081. </crosstabIntersection>
  1082. <crosstabIntersection column="e15" row="e14">
  1083. <style>
  1084. <CSS value="background-color:#72889B"/>
  1085. </style>
  1086. </crosstabIntersection>
  1087. </crosstabIntersections>
  1088. </crosstab>
  1089. </contents>
  1090. <style>
  1091. <CSS value="padding-top:20px"/>
  1092. </style>
  1093. </tableCell>
  1094. <tableCell>
  1095. <contents/>
  1096. </tableCell>
  1097. </tableCells>
  1098. </tableRow>
  1099. </tableRows>
  1100. </table>
  1101. </contents>
  1102. </tableCell>
  1103. </tableCells>
  1104. </tableRow>
  1105. </tableRows>
  1106. </table>
  1107. </contents>
  1108. <style>
  1109. <CSS value="vertical-align:top;text-align:center;width:800px"/>
  1110. <generatedBackground>
  1111. <dropShadow transparency="70"/>
  1112. </generatedBackground>
  1113. </style>
  1114. </tableCell>
  1115. <tableCell>
  1116. <contents/>
  1117. </tableCell>
  1118. <tableCell>
  1119. <contents/>
  1120. </tableCell>
  1121. </tableCells>
  1122. </tableRow>
  1123. <tableRow>
  1124. <tableCells>
  1125. <tableCell colSpan="2">
  1126. <contents/>
  1127. <style>
  1128. <defaultStyles>
  1129. <defaultStyle refStyle="np"/>
  1130. </defaultStyles>
  1131. </style>
  1132. </tableCell>
  1133. <tableCell>
  1134. <contents/>
  1135. </tableCell>
  1136. <tableCell>
  1137. <contents/>
  1138. </tableCell>
  1139. </tableCells>
  1140. </tableRow>
  1141. </tableRows>
  1142. </table>
  1143. </contents>
  1144. </pageBody>
  1145. <style>
  1146. <defaultStyles>
  1147. <defaultStyle refStyle="pg"/>
  1148. </defaultStyles>
  1149. </style>
  1150. <pageFooter>
  1151. <contents>
  1152. <table>
  1153. <style>
  1154. <defaultStyles>
  1155. <defaultStyle refStyle="tb"/>
  1156. </defaultStyles>
  1157. <CSS value="border-collapse:collapse;width:100%"/>
  1158. </style>
  1159. <tableRows>
  1160. <tableRow>
  1161. <tableCells>
  1162. <tableCell>
  1163. <contents/>
  1164. <style>
  1165. <CSS value="width:250px;padding-right:20px;padding-left:20px"/>
  1166. <defaultStyles>
  1167. <defaultStyle refStyle="np"/>
  1168. </defaultStyles>
  1169. </style>
  1170. </tableCell>
  1171. <tableCell>
  1172. <contents>
  1173. <textItem>
  1174. <dataSource>
  1175. <staticValue>OP.01 Offene Posten Übersicht per </staticValue>
  1176. </dataSource>
  1177. </textItem>
  1178. <singleton name="Singleton1" refQuery="qry_Tag">
  1179. <contents>
  1180. <textItem>
  1181. <dataSource>
  1182. <dataItemValue refDataItem="Aktueller Tag"/>
  1183. </dataSource>
  1184. </textItem>
  1185. </contents>
  1186. </singleton>
  1187. </contents>
  1188. <style>
  1189. <CSS value="vertical-align:top;text-align:left"/>
  1190. </style>
  1191. <conditionalStyleRefs>
  1192. <conditionalStyleRef refConditionalStyle="Bedingter Stil 2"/>
  1193. </conditionalStyleRefs>
  1194. </tableCell>
  1195. <tableCell>
  1196. <contents>
  1197. <pageNumber/>
  1198. </contents>
  1199. <style>
  1200. <CSS value="text-align:right"/>
  1201. </style>
  1202. <conditionalStyleRefs>
  1203. <conditionalStyleRef refConditionalStyle="Bedingter Stil 2"/>
  1204. </conditionalStyleRefs>
  1205. </tableCell>
  1206. </tableCells>
  1207. </tableRow>
  1208. </tableRows>
  1209. </table>
  1210. </contents>
  1211. </pageFooter>
  1212. <pageHeader>
  1213. <contents>
  1214. <table>
  1215. <style>
  1216. <defaultStyles>
  1217. <defaultStyle refStyle="tb"/>
  1218. </defaultStyles>
  1219. <CSS value="border-collapse:collapse;width:100%"/>
  1220. </style>
  1221. <tableRows>
  1222. <tableRow>
  1223. <tableCells>
  1224. <tableCell>
  1225. <contents>
  1226. <image>
  1227. <dataSource>
  1228. <staticValue>/bi/samples/images/GC_LOGO/LOGO.png</staticValue>
  1229. </dataSource>
  1230. <style>
  1231. <CSS value="height:40px"/>
  1232. </style>
  1233. </image>
  1234. </contents>
  1235. <style>
  1236. <CSS value="width:250px;padding-top:20px;padding-bottom:20px;padding-left:20px"/>
  1237. </style>
  1238. </tableCell>
  1239. <tableCell>
  1240. <contents>
  1241. <table>
  1242. <style>
  1243. <defaultStyles>
  1244. <defaultStyle refStyle="tb"/>
  1245. </defaultStyles>
  1246. <CSS value="border-collapse:collapse;height:100%"/>
  1247. </style>
  1248. <tableRows>
  1249. <tableRow>
  1250. <tableCells>
  1251. <tableCell>
  1252. <contents>
  1253. <textItem>
  1254. <dataSource>
  1255. <staticValue>OP.01 Offene Posten Übersicht per </staticValue>
  1256. </dataSource>
  1257. <style>
  1258. <CSS value="font-size:22pt;padding-left:20px"/>
  1259. </style>
  1260. </textItem>
  1261. </contents>
  1262. <style>
  1263. <CSS value="text-align:left;vertical-align:top;padding-bottom:20px"/>
  1264. </style>
  1265. </tableCell>
  1266. <tableCell>
  1267. <contents>
  1268. <singleton name="Singleton4" refQuery="Abfrage2">
  1269. <contents>
  1270. <textItem>
  1271. <dataSource>
  1272. <dataItemValue refDataItem="Datenelement"/>
  1273. </dataSource>
  1274. <style>
  1275. <CSS value="padding-left:0px;font-size:22pt"/>
  1276. </style>
  1277. </textItem>
  1278. </contents>
  1279. </singleton>
  1280. </contents>
  1281. <style>
  1282. <CSS value="text-align:left;vertical-align:top;font-size:22pt"/>
  1283. </style>
  1284. </tableCell>
  1285. </tableCells>
  1286. </tableRow>
  1287. </tableRows>
  1288. </table>
  1289. </contents>
  1290. <style>
  1291. <CSS value="text-align:left;width:12%;vertical-align:middle"/>
  1292. <defaultStyles>
  1293. <defaultStyle refStyle="GuidedLayoutBottomPadding"/>
  1294. <defaultStyle refStyle="GuidedLayoutLeftPadding"/>
  1295. <defaultStyle refStyle="GuidedLayoutRightPadding"/>
  1296. </defaultStyles>
  1297. </style>
  1298. </tableCell>
  1299. <tableCell>
  1300. <contents/>
  1301. <style>
  1302. <CSS value="text-align:left;vertical-align:middle"/>
  1303. </style>
  1304. </tableCell>
  1305. </tableCells>
  1306. </tableRow>
  1307. <tableRow>
  1308. <tableCells>
  1309. <tableCell>
  1310. <contents>
  1311. <table>
  1312. <style>
  1313. <defaultStyles>
  1314. <defaultStyle refStyle="tb"/>
  1315. </defaultStyles>
  1316. <CSS value="border-collapse:collapse;width:100%"/>
  1317. </style>
  1318. <tableRows>
  1319. <tableRow>
  1320. <tableCells>
  1321. <tableCell>
  1322. <contents>
  1323. <promptButton type="back">
  1324. <contents/>
  1325. <style>
  1326. <defaultStyles>
  1327. <defaultStyle refStyle="bp"/>
  1328. </defaultStyles>
  1329. </style>
  1330. </promptButton>
  1331. </contents>
  1332. </tableCell>
  1333. <tableCell>
  1334. <contents/>
  1335. <style>
  1336. <CSS value="text-align:left"/>
  1337. </style>
  1338. <conditionalStyleRefs>
  1339. <conditionalStyleRef refConditionalStyle="letzte_13_Monate"/>
  1340. </conditionalStyleRefs>
  1341. </tableCell>
  1342. </tableCells>
  1343. </tableRow>
  1344. </tableRows>
  1345. </table>
  1346. </contents>
  1347. <style>
  1348. <CSS value="padding-top:10px;padding-bottom:10px"/>
  1349. </style>
  1350. </tableCell>
  1351. <tableCell colSpan="2">
  1352. <contents>
  1353. <textItem>
  1354. <dataSource>
  1355. <staticValue>verwendete Filter:</staticValue>
  1356. </dataSource>
  1357. <style>
  1358. <CSS value="padding-left:20px"/>
  1359. </style>
  1360. </textItem>
  1361. <textItem>
  1362. <dataSource>
  1363. <reportExpression>if(ParamDisplayValue(&quot;p_Fälligkeit&quot;) is null) then(&quot;&quot;) else(ParamDisplayValue(&quot;p_Fälligkeit&quot;))</reportExpression>
  1364. </dataSource>
  1365. </textItem>
  1366. <textItem>
  1367. <dataSource>
  1368. <reportExpression>if(ParamDisplayValue(&quot;p_Mandant&quot;) is null) then(&quot;&quot;) else(&quot; | &quot;+ParamDisplayValue(&quot;p_Mandant&quot;))</reportExpression>
  1369. </dataSource>
  1370. </textItem>
  1371. <textItem>
  1372. <dataSource>
  1373. <reportExpression>if(ParamDisplayValue(&quot;p_Verursacher&quot;) is null) then(&quot;&quot;) else(&quot; | &quot;+ParamDisplayValue(&quot;p_Verursacher&quot;))</reportExpression>
  1374. </dataSource>
  1375. </textItem>
  1376. <textItem>
  1377. <dataSource>
  1378. <reportExpression>if(ParamDisplayValue(&quot;p_AH&quot;) is null) then(&quot;&quot;) else(&quot; | &quot;+ParamDisplayValue(&quot;p_AH&quot;))</reportExpression>
  1379. </dataSource>
  1380. </textItem>
  1381. <textItem>
  1382. <dataSource>
  1383. <reportExpression>if(ParamDisplayValue(&quot;p_Verkäufer&quot;) is null) then(&quot;&quot;) else(&quot; | &quot;+ParamDisplayValue(&quot;p_Verkäufer&quot;))</reportExpression>
  1384. </dataSource>
  1385. </textItem>
  1386. <textItem>
  1387. <dataSource>
  1388. <reportExpression>if(ParamDisplayValue(&quot;p_Fahrzeugart&quot;) is null) then(&quot;&quot;) else(&quot; | &quot;+ParamDisplayValue(&quot;p_Fahrzeugart&quot;))
  1389. </reportExpression>
  1390. </dataSource>
  1391. </textItem>
  1392. <textItem>
  1393. <dataSource>
  1394. <reportExpression>if(ParamDisplayValue(&quot;p_Fabrikat&quot;) is null) then(&quot;&quot;) else(&quot; | &quot;+ParamDisplayValue(&quot;p_Fabrikat&quot;))</reportExpression>
  1395. </dataSource>
  1396. </textItem>
  1397. <textItem>
  1398. <dataSource>
  1399. <reportExpression>if(ParamDisplayValue(&quot;p_Kundenart&quot;) is null) then(&quot;&quot;) else(&quot; | &quot;+ParamDisplayValue(&quot;p_Kundenart&quot;))</reportExpression>
  1400. </dataSource>
  1401. </textItem>
  1402. <textItem>
  1403. <dataSource>
  1404. <reportExpression>if(ParamDisplayValue(&quot;p_Bereich&quot;) is null) then(&quot;&quot;) else(&quot; | &quot;+ParamDisplayValue(&quot;p_Bereich&quot;))</reportExpression>
  1405. </dataSource>
  1406. </textItem>
  1407. <textItem>
  1408. <dataSource>
  1409. <reportExpression>if(ParamDisplayValue(&quot;p_Forderungsart&quot;) is null) then(&quot;&quot;) else(&quot; | &quot;+ParamDisplayValue(&quot;p_Forderungsart&quot;))</reportExpression>
  1410. </dataSource>
  1411. </textItem>
  1412. <textItem>
  1413. <dataSource>
  1414. <reportExpression>if(ParamDisplayValue(&quot;p_Leasing&quot;) is null) then(&quot;&quot;) else(&quot; | &quot;+ParamDisplayValue(&quot;p_Leasing&quot;))</reportExpression>
  1415. </dataSource>
  1416. </textItem>
  1417. </contents>
  1418. <style>
  1419. <CSS value="padding-left:10px"/>
  1420. </style>
  1421. </tableCell>
  1422. </tableCells>
  1423. </tableRow>
  1424. </tableRows>
  1425. </table>
  1426. </contents>
  1427. <style>
  1428. <defaultStyles>
  1429. <defaultStyle refStyle="cls14"/>
  1430. </defaultStyles>
  1431. </style>
  1432. </pageHeader>
  1433. <XMLAttributes>
  1434. <XMLAttribute name="RS_legacyDrillDown" output="no" value="0"/>
  1435. <XMLAttribute name="specname" output="HTML" value="page"/>
  1436. <XMLAttribute name="roid" output="HTML" value="i6"/>
  1437. </XMLAttributes>
  1438. </page>
  1439. </reportPages>
  1440. <pageSetup orientation="landscape">
  1441. <namedPaper name="/configuration/pageDefinition[@name=&quot;A4&quot;]"/>
  1442. </pageSetup>
  1443. <promptPages>
  1444. <page name="Eingabeaufforderungsseite1">
  1445. <pageHeader>
  1446. <contents>
  1447. <table>
  1448. <style>
  1449. <defaultStyles>
  1450. <defaultStyle refStyle="tb"/>
  1451. </defaultStyles>
  1452. <CSS value="border-collapse:collapse;width:100%"/>
  1453. </style>
  1454. <tableRows>
  1455. <tableRow>
  1456. <tableCells>
  1457. <tableCell>
  1458. <contents>
  1459. <image>
  1460. <dataSource>
  1461. <staticValue>/bi/samples/images/GC_LOGO/LOGO.png</staticValue>
  1462. </dataSource>
  1463. <style>
  1464. <CSS value="height:40px"/>
  1465. </style>
  1466. </image>
  1467. </contents>
  1468. <style>
  1469. <CSS value="width:250px;height:50px;padding-left:50px"/>
  1470. </style>
  1471. </tableCell>
  1472. <tableCell>
  1473. <contents>
  1474. <textItem>
  1475. <dataSource>
  1476. <staticValue>Filterauswahl</staticValue>
  1477. </dataSource>
  1478. <style>
  1479. <CSS value="font-size:22pt"/>
  1480. </style>
  1481. </textItem>
  1482. </contents>
  1483. </tableCell>
  1484. </tableCells>
  1485. </tableRow>
  1486. </tableRows>
  1487. </table>
  1488. </contents>
  1489. <style>
  1490. <defaultStyles>
  1491. <defaultStyle refStyle="cls14"/>
  1492. </defaultStyles>
  1493. <CSS value="height:70px"/>
  1494. </style>
  1495. </pageHeader>
  1496. <pageBody>
  1497. <contents>
  1498. <table>
  1499. <style>
  1500. <defaultStyles>
  1501. <defaultStyle refStyle="tb"/>
  1502. </defaultStyles>
  1503. <CSS value="border-collapse:collapse;width:100%;background-color:white;border-top-style:none;border-bottom-style:none;border-left-style:none;border-right-style:none;margin-left:15px;margin-top:10px"/>
  1504. </style>
  1505. <tableRows>
  1506. <tableRow>
  1507. <tableCells>
  1508. <tableCell>
  1509. <contents>
  1510. <textItem>
  1511. <dataSource>
  1512. <staticValue/>
  1513. </dataSource>
  1514. <style>
  1515. <CSS value="width:20px"/>
  1516. </style>
  1517. </textItem>
  1518. </contents>
  1519. </tableCell>
  1520. <tableCell>
  1521. <contents>
  1522. <textItem>
  1523. <dataSource>
  1524. <staticValue>Staffel:</staticValue>
  1525. </dataSource>
  1526. </textItem>
  1527. </contents>
  1528. <style>
  1529. <CSS value="vertical-align:middle;font-weight:bold;width:7%;padding-top:10px;padding-left:10px;color:white;padding-bottom:10px;background-color:#3E5C76;text-align:left"/>
  1530. </style>
  1531. </tableCell>
  1532. <tableCell>
  1533. <contents>
  1534. <textItem>
  1535. <dataSource>
  1536. <staticValue/>
  1537. </dataSource>
  1538. <style>
  1539. <CSS value="width:45px"/>
  1540. </style>
  1541. </textItem>
  1542. </contents>
  1543. <style>
  1544. <CSS value="width:45px;padding-top:20px;text-align:center"/>
  1545. </style>
  1546. </tableCell>
  1547. <tableCell>
  1548. <contents>
  1549. <textItem>
  1550. <dataSource>
  1551. <staticValue>Mandant:</staticValue>
  1552. </dataSource>
  1553. <style>
  1554. <CSS value="color:white;font-weight:bold;vertical-align:top"/>
  1555. </style>
  1556. </textItem>
  1557. </contents>
  1558. <style>
  1559. <CSS value="vertical-align:middle;width:7%;text-align:left;color:white;font-weight:bold;padding-top:10px;padding-left:10px;padding-bottom:10px;background-color:#3E5C76"/>
  1560. </style>
  1561. </tableCell>
  1562. <tableCell>
  1563. <contents>
  1564. <textItem>
  1565. <dataSource>
  1566. <staticValue/>
  1567. </dataSource>
  1568. <style>
  1569. <CSS value="width:45px"/>
  1570. </style>
  1571. </textItem>
  1572. </contents>
  1573. <style>
  1574. <CSS value="text-align:left;width:15px;padding-top:20px"/>
  1575. </style>
  1576. </tableCell>
  1577. <tableCell>
  1578. <contents/>
  1579. <style>
  1580. <CSS value="width:7%;padding-top:20px"/>
  1581. </style>
  1582. </tableCell>
  1583. <tableCell>
  1584. <contents>
  1585. <textItem>
  1586. <dataSource>
  1587. <staticValue/>
  1588. </dataSource>
  1589. <style>
  1590. <CSS value="width:45px"/>
  1591. </style>
  1592. </textItem>
  1593. </contents>
  1594. <style>
  1595. <CSS value="width:15px"/>
  1596. </style>
  1597. </tableCell>
  1598. <tableCell>
  1599. <contents/>
  1600. <style>
  1601. <CSS value="padding-top:20px;text-align:right;vertical-align:bottom;width:7%"/>
  1602. </style>
  1603. </tableCell>
  1604. <tableCell>
  1605. <contents>
  1606. <promptButton type="finish">
  1607. <contents/>
  1608. <style>
  1609. <defaultStyles>
  1610. <defaultStyle refStyle="bp"/>
  1611. </defaultStyles>
  1612. </style>
  1613. </promptButton>
  1614. </contents>
  1615. <style>
  1616. <CSS value="width:13%;padding-top:20px;text-align:right;vertical-align:bottom"/>
  1617. </style>
  1618. </tableCell>
  1619. <tableCell>
  1620. <contents/>
  1621. <style>
  1622. <CSS value="width:17%;padding-top:20px"/>
  1623. </style>
  1624. </tableCell>
  1625. <tableCell>
  1626. <contents/>
  1627. <style>
  1628. <CSS value="width:7%;padding-top:20px;padding-left:80px"/>
  1629. </style>
  1630. </tableCell>
  1631. <tableCell>
  1632. <contents/>
  1633. <style>
  1634. <CSS value="width:7%;padding-top:20px"/>
  1635. </style>
  1636. </tableCell>
  1637. </tableCells>
  1638. </tableRow>
  1639. <tableRow>
  1640. <tableCells>
  1641. <tableCell>
  1642. <contents/>
  1643. </tableCell>
  1644. <tableCell>
  1645. <contents>
  1646. <selectValue multiSelect="true" parameter="p_Fälligkeit" refQuery="qry_Fälligkeit" required="false" selectValueUI="checkboxGroup">
  1647. <useItem refDataItem="desc_Fälligkeit"/>
  1648. </selectValue>
  1649. </contents>
  1650. <style>
  1651. <CSS value="vertical-align:top;text-align:left"/>
  1652. </style>
  1653. </tableCell>
  1654. <tableCell>
  1655. <contents/>
  1656. </tableCell>
  1657. <tableCell>
  1658. <contents>
  1659. <selectValue multiSelect="true" parameter="p_Mandant" refQuery="qry_Mandant" required="false" selectValueUI="checkboxGroup">
  1660. <useItem refDataItem="Hauptbetrieb"/>
  1661. <headerText>
  1662. <defaultText>Alle Mandanten</defaultText>
  1663. </headerText>
  1664. </selectValue>
  1665. </contents>
  1666. <style>
  1667. <CSS value="padding-top:10px;padding-bottom:25px;vertical-align:top"/>
  1668. <defaultStyles>
  1669. <defaultStyle refStyle="GuidedLayoutTopPadding"/>
  1670. <defaultStyle refStyle="GuidedLayoutBottomPadding"/>
  1671. <defaultStyle refStyle="GuidedLayoutLeftPadding"/>
  1672. <defaultStyle refStyle="GuidedLayoutRightPadding"/>
  1673. </defaultStyles>
  1674. </style>
  1675. </tableCell>
  1676. <tableCell>
  1677. <contents/>
  1678. </tableCell>
  1679. <tableCell>
  1680. <contents/>
  1681. </tableCell>
  1682. <tableCell>
  1683. <contents/>
  1684. </tableCell>
  1685. <tableCell>
  1686. <contents/>
  1687. <style>
  1688. <CSS value="padding-top:25px;text-align:right;vertical-align:top;width:13%"/>
  1689. <defaultStyles>
  1690. <defaultStyle refStyle="GuidedLayoutTopPadding"/>
  1691. <defaultStyle refStyle="GuidedLayoutBottomPadding"/>
  1692. <defaultStyle refStyle="GuidedLayoutLeftPadding"/>
  1693. <defaultStyle refStyle="GuidedLayoutRightPadding"/>
  1694. </defaultStyles>
  1695. </style>
  1696. </tableCell>
  1697. <tableCell>
  1698. <contents>
  1699. <table>
  1700. <style>
  1701. <defaultStyles>
  1702. <defaultStyle refStyle="tb"/>
  1703. </defaultStyles>
  1704. <CSS value="border-collapse:collapse;width:100%"/>
  1705. </style>
  1706. <tableRows>
  1707. <tableRow>
  1708. <tableCells>
  1709. <tableCell>
  1710. <contents>
  1711. <promptButton type="cancel">
  1712. <contents/>
  1713. <style>
  1714. <defaultStyles>
  1715. <defaultStyle refStyle="bp"/>
  1716. </defaultStyles>
  1717. </style>
  1718. </promptButton>
  1719. </contents>
  1720. <style>
  1721. <CSS value="text-align:right"/>
  1722. </style>
  1723. </tableCell>
  1724. </tableCells>
  1725. </tableRow>
  1726. <tableRow>
  1727. <tableCells>
  1728. <tableCell>
  1729. <contents/>
  1730. </tableCell>
  1731. </tableCells>
  1732. </tableRow>
  1733. <tableRow>
  1734. <tableCells>
  1735. <tableCell>
  1736. <contents/>
  1737. <style>
  1738. <CSS value="text-align:right;padding-top:30px"/>
  1739. </style>
  1740. </tableCell>
  1741. </tableCells>
  1742. </tableRow>
  1743. </tableRows>
  1744. </table>
  1745. </contents>
  1746. <style>
  1747. <CSS value="text-align:right;width:13%;vertical-align:top;padding-top:25px"/>
  1748. </style>
  1749. </tableCell>
  1750. <tableCell>
  1751. <contents/>
  1752. <style>
  1753. <CSS value="width:17%"/>
  1754. </style>
  1755. </tableCell>
  1756. <tableCell>
  1757. <contents/>
  1758. <style>
  1759. <CSS value="padding-left:80px"/>
  1760. </style>
  1761. </tableCell>
  1762. <tableCell>
  1763. <contents/>
  1764. </tableCell>
  1765. </tableCells>
  1766. </tableRow>
  1767. <tableRow>
  1768. <tableCells>
  1769. <tableCell>
  1770. <contents>
  1771. <textItem>
  1772. <dataSource>
  1773. <staticValue/>
  1774. </dataSource>
  1775. <style>
  1776. <CSS value="width:20px;height:30px"/>
  1777. </style>
  1778. </textItem>
  1779. </contents>
  1780. </tableCell>
  1781. <tableCell>
  1782. <contents/>
  1783. </tableCell>
  1784. <tableCell>
  1785. <contents/>
  1786. </tableCell>
  1787. <tableCell>
  1788. <contents/>
  1789. </tableCell>
  1790. <tableCell>
  1791. <contents/>
  1792. </tableCell>
  1793. <tableCell>
  1794. <contents/>
  1795. </tableCell>
  1796. <tableCell>
  1797. <contents/>
  1798. </tableCell>
  1799. <tableCell>
  1800. <contents/>
  1801. </tableCell>
  1802. <tableCell>
  1803. <contents/>
  1804. </tableCell>
  1805. <tableCell>
  1806. <contents/>
  1807. </tableCell>
  1808. <tableCell>
  1809. <contents/>
  1810. </tableCell>
  1811. <tableCell>
  1812. <contents/>
  1813. </tableCell>
  1814. </tableCells>
  1815. </tableRow>
  1816. <tableRow>
  1817. <tableCells>
  1818. <tableCell>
  1819. <contents/>
  1820. </tableCell>
  1821. <tableCell>
  1822. <contents>
  1823. <textItem>
  1824. <dataSource>
  1825. <staticValue>AH-Gruppe:</staticValue>
  1826. </dataSource>
  1827. <style>
  1828. <CSS value="color:white;font-weight:bold;vertical-align:top"/>
  1829. </style>
  1830. </textItem>
  1831. </contents>
  1832. <style>
  1833. <CSS value="font-weight:bold;vertical-align:middle;color:white;padding-left:10px;padding-bottom:10px;background-color:#3E5C76;text-align:left;padding-top:10px"/>
  1834. </style>
  1835. </tableCell>
  1836. <tableCell>
  1837. <contents/>
  1838. <style>
  1839. <CSS value="padding-left:10px"/>
  1840. </style>
  1841. </tableCell>
  1842. <tableCell>
  1843. <contents>
  1844. <textItem>
  1845. <dataSource>
  1846. <staticValue>Bereich:</staticValue>
  1847. </dataSource>
  1848. <style>
  1849. <CSS value="color:white;font-weight:bold;vertical-align:top"/>
  1850. </style>
  1851. </textItem>
  1852. </contents>
  1853. <style>
  1854. <CSS value="color:white;font-weight:bold;vertical-align:middle;padding-left:10px;padding-bottom:10px;background-color:#3E5C76;text-align:left;padding-top:10px"/>
  1855. </style>
  1856. </tableCell>
  1857. <tableCell>
  1858. <contents/>
  1859. <style>
  1860. <CSS value="padding-left:10px;text-align:left"/>
  1861. </style>
  1862. </tableCell>
  1863. <tableCell>
  1864. <contents>
  1865. <textItem>
  1866. <dataSource>
  1867. <staticValue>Forderungsart:</staticValue>
  1868. </dataSource>
  1869. <style>
  1870. <CSS value="color:white;font-weight:bold;vertical-align:top"/>
  1871. </style>
  1872. </textItem>
  1873. </contents>
  1874. <style>
  1875. <CSS value="color:white;font-weight:bold;vertical-align:middle;padding-left:10px;text-align:left;padding-bottom:10px;background-color:#3E5C76;padding-top:10px"/>
  1876. <defaultStyles>
  1877. <defaultStyle refStyle="GuidedLayoutTopPadding"/>
  1878. <defaultStyle refStyle="GuidedLayoutBottomPadding"/>
  1879. <defaultStyle refStyle="GuidedLayoutLeftPadding"/>
  1880. <defaultStyle refStyle="GuidedLayoutRightPadding"/>
  1881. </defaultStyles>
  1882. </style>
  1883. </tableCell>
  1884. <tableCell>
  1885. <contents/>
  1886. <style>
  1887. <CSS value="padding-top:10px;padding-bottom:10px;padding-left:10px;background-color:white;color:white;font-weight:bold;text-align:left;vertical-align:middle"/>
  1888. </style>
  1889. </tableCell>
  1890. <tableCell>
  1891. <contents>
  1892. <textItem>
  1893. <dataSource>
  1894. <staticValue>Verursacher:</staticValue>
  1895. </dataSource>
  1896. <style>
  1897. <CSS value="color:white;font-weight:bold;vertical-align:top"/>
  1898. </style>
  1899. </textItem>
  1900. </contents>
  1901. <style>
  1902. <CSS value="padding-top:10px;padding-bottom:10px;padding-left:10px;background-color:#3E5C76;color:white;font-weight:bold;text-align:left;vertical-align:middle;width:200px"/>
  1903. </style>
  1904. </tableCell>
  1905. <tableCell>
  1906. <contents/>
  1907. <style>
  1908. <CSS value="padding-top:10px;padding-bottom:10px;padding-left:10px;background-color:white;color:white;font-weight:bold;text-align:left;vertical-align:middle;width:13%"/>
  1909. </style>
  1910. </tableCell>
  1911. <tableCell>
  1912. <contents/>
  1913. <style>
  1914. <CSS value="width:17%"/>
  1915. </style>
  1916. </tableCell>
  1917. <tableCell>
  1918. <contents/>
  1919. <style>
  1920. <CSS value="padding-left:10px"/>
  1921. </style>
  1922. </tableCell>
  1923. <tableCell>
  1924. <contents/>
  1925. </tableCell>
  1926. </tableCells>
  1927. </tableRow>
  1928. <tableRow>
  1929. <tableCells>
  1930. <tableCell>
  1931. <contents/>
  1932. </tableCell>
  1933. <tableCell>
  1934. <contents>
  1935. <selectValue multiSelect="true" parameter="p_AH" refQuery="qry_AH" required="false" selectValueUI="checkboxGroup">
  1936. <headerText>
  1937. <defaultText>Alle Autohäuser</defaultText>
  1938. </headerText>
  1939. <useItem refDataItem="Standort"/>
  1940. </selectValue>
  1941. </contents>
  1942. <style>
  1943. <CSS value="border-top-style:none;border-bottom-style:none;border-left-style:none;border-right-style:none;vertical-align:top"/>
  1944. </style>
  1945. </tableCell>
  1946. <tableCell>
  1947. <contents/>
  1948. </tableCell>
  1949. <tableCell>
  1950. <contents>
  1951. <selectValue multiSelect="true" parameter="p_Bereich" refQuery="qry_Bereich" required="false" selectValueUI="checkboxGroup">
  1952. <headerText>
  1953. <defaultText>Alle Bereiche</defaultText>
  1954. </headerText>
  1955. <useItem refDataItem="Kostenstelle1"/>
  1956. </selectValue>
  1957. </contents>
  1958. <style>
  1959. <CSS value="border-top-style:none;border-bottom-style:none;border-left-style:none;border-right-style:none;vertical-align:top"/>
  1960. </style>
  1961. </tableCell>
  1962. <tableCell>
  1963. <contents/>
  1964. </tableCell>
  1965. <tableCell>
  1966. <contents>
  1967. <selectValue multiSelect="true" parameter="p_Forderungsart" refQuery="qry_Forderungsart" required="false" selectValueUI="checkboxGroup">
  1968. <useItem refDataItem="Abwarten"/>
  1969. <headerText>
  1970. <defaultText>Alle Forderungsarten</defaultText>
  1971. </headerText>
  1972. <style>
  1973. <CSS value="width:100%"/>
  1974. </style>
  1975. </selectValue>
  1976. </contents>
  1977. <style>
  1978. <CSS value="border-top-style:none;border-bottom-style:none;border-left-style:none;border-right-style:none;vertical-align:top"/>
  1979. </style>
  1980. </tableCell>
  1981. <tableCell>
  1982. <contents/>
  1983. <style>
  1984. <CSS value="text-align:right"/>
  1985. </style>
  1986. </tableCell>
  1987. <tableCell>
  1988. <contents>
  1989. <selectValue multiSelect="true" parameter="p_Verursacher" refQuery="qry_Verursacher" required="false" selectValueUI="checkboxGroup">
  1990. <style>
  1991. <CSS value="width:100%"/>
  1992. </style>
  1993. <useItem refDataItem="Sel Name"/>
  1994. </selectValue>
  1995. </contents>
  1996. <style>
  1997. <CSS value="vertical-align:top"/>
  1998. </style>
  1999. </tableCell>
  2000. <tableCell>
  2001. <contents/>
  2002. <style>
  2003. <CSS value="text-align:right"/>
  2004. </style>
  2005. </tableCell>
  2006. <tableCell>
  2007. <contents/>
  2008. <style>
  2009. <CSS value="width:17%"/>
  2010. </style>
  2011. </tableCell>
  2012. <tableCell>
  2013. <contents/>
  2014. </tableCell>
  2015. <tableCell>
  2016. <contents/>
  2017. </tableCell>
  2018. </tableCells>
  2019. </tableRow>
  2020. <tableRow>
  2021. <tableCells>
  2022. <tableCell>
  2023. <contents>
  2024. <textItem>
  2025. <dataSource>
  2026. <staticValue/>
  2027. </dataSource>
  2028. <style>
  2029. <CSS value="width:20px;height:30px"/>
  2030. </style>
  2031. </textItem>
  2032. </contents>
  2033. </tableCell>
  2034. <tableCell>
  2035. <contents/>
  2036. <style>
  2037. <CSS value="padding-top:10px;padding-bottom:10px"/>
  2038. </style>
  2039. </tableCell>
  2040. <tableCell>
  2041. <contents/>
  2042. </tableCell>
  2043. <tableCell>
  2044. <contents/>
  2045. </tableCell>
  2046. <tableCell>
  2047. <contents/>
  2048. </tableCell>
  2049. <tableCell>
  2050. <contents/>
  2051. </tableCell>
  2052. <tableCell>
  2053. <contents/>
  2054. </tableCell>
  2055. <tableCell>
  2056. <contents/>
  2057. </tableCell>
  2058. <tableCell>
  2059. <contents/>
  2060. <style>
  2061. <CSS value="width:13%"/>
  2062. </style>
  2063. </tableCell>
  2064. <tableCell>
  2065. <contents/>
  2066. <style>
  2067. <CSS value="width:17%"/>
  2068. </style>
  2069. </tableCell>
  2070. <tableCell>
  2071. <contents/>
  2072. </tableCell>
  2073. <tableCell>
  2074. <contents/>
  2075. </tableCell>
  2076. </tableCells>
  2077. </tableRow>
  2078. <tableRow>
  2079. <tableCells>
  2080. <tableCell>
  2081. <contents/>
  2082. </tableCell>
  2083. <tableCell>
  2084. <contents>
  2085. <textItem>
  2086. <dataSource>
  2087. <staticValue>Mahnstufe:</staticValue>
  2088. </dataSource>
  2089. <style>
  2090. <CSS value="color:white;font-weight:bold;vertical-align:top"/>
  2091. </style>
  2092. </textItem>
  2093. </contents>
  2094. <style>
  2095. <CSS value="color:white;font-weight:bold;vertical-align:middle;padding-left:10px;padding-bottom:10px;background-color:#3E5C76;text-align:left;padding-top:10px"/>
  2096. </style>
  2097. </tableCell>
  2098. <tableCell>
  2099. <contents/>
  2100. <style>
  2101. <CSS value="padding-left:10px"/>
  2102. </style>
  2103. </tableCell>
  2104. <tableCell colSpan="3">
  2105. <contents>
  2106. <textItem>
  2107. <dataSource>
  2108. <staticValue>Kunde:</staticValue>
  2109. </dataSource>
  2110. <style>
  2111. <CSS value="color:white;font-weight:bold;vertical-align:top"/>
  2112. </style>
  2113. </textItem>
  2114. </contents>
  2115. <style>
  2116. <CSS value="color:white;font-weight:bold;vertical-align:middle;padding-left:10px;padding-bottom:10px;background-color:#3E5C76;text-align:left;padding-top:10px"/>
  2117. </style>
  2118. </tableCell>
  2119. <tableCell>
  2120. <contents/>
  2121. <style>
  2122. <CSS value="padding-top:10px;padding-bottom:10px;padding-left:10px;background-color:white;color:white;font-weight:bold;text-align:left;vertical-align:middle"/>
  2123. </style>
  2124. </tableCell>
  2125. <tableCell colSpan="2">
  2126. <contents>
  2127. <textItem>
  2128. <dataSource>
  2129. <staticValue>Rechnung:</staticValue>
  2130. </dataSource>
  2131. <style>
  2132. <CSS value="color:white;font-weight:bold;vertical-align:top"/>
  2133. </style>
  2134. </textItem>
  2135. </contents>
  2136. <style>
  2137. <CSS value="padding-top:10px;padding-bottom:10px;padding-left:10px;background-color:#3E5C76;color:white;font-weight:bold;text-align:left;vertical-align:middle"/>
  2138. <defaultStyles>
  2139. <defaultStyle refStyle="GuidedLayoutTopPadding"/>
  2140. <defaultStyle refStyle="GuidedLayoutBottomPadding"/>
  2141. <defaultStyle refStyle="GuidedLayoutLeftPadding"/>
  2142. <defaultStyle refStyle="GuidedLayoutRightPadding"/>
  2143. </defaultStyles>
  2144. </style>
  2145. </tableCell>
  2146. <tableCell>
  2147. <contents/>
  2148. <style>
  2149. <CSS value="padding-top:10px;padding-bottom:10px;padding-left:10px;background-color:white;color:white;font-weight:bold;text-align:left;vertical-align:middle"/>
  2150. <defaultStyles>
  2151. <defaultStyle refStyle="GuidedLayoutTopPadding"/>
  2152. <defaultStyle refStyle="GuidedLayoutBottomPadding"/>
  2153. <defaultStyle refStyle="GuidedLayoutLeftPadding"/>
  2154. <defaultStyle refStyle="GuidedLayoutRightPadding"/>
  2155. </defaultStyles>
  2156. </style>
  2157. </tableCell>
  2158. <tableCell>
  2159. <contents/>
  2160. <style>
  2161. <CSS value="padding-left:10px"/>
  2162. </style>
  2163. </tableCell>
  2164. <tableCell>
  2165. <contents/>
  2166. </tableCell>
  2167. </tableCells>
  2168. </tableRow>
  2169. <tableRow>
  2170. <tableCells>
  2171. <tableCell>
  2172. <contents/>
  2173. </tableCell>
  2174. <tableCell>
  2175. <contents>
  2176. <selectValue multiSelect="true" parameter="p_Leasing" refQuery="qry_Leasing" required="false" selectValueUI="checkboxGroup">
  2177. <useItem refDataItem="Leasing1"/>
  2178. <headerText>
  2179. <defaultText>Alle Leasing J/N</defaultText>
  2180. </headerText>
  2181. </selectValue>
  2182. </contents>
  2183. <style>
  2184. <CSS value="border-top-style:none;border-bottom-style:none;border-left-style:none;border-right-style:none;vertical-align:top"/>
  2185. </style>
  2186. </tableCell>
  2187. <tableCell>
  2188. <contents/>
  2189. </tableCell>
  2190. <tableCell colSpan="3">
  2191. <contents>
  2192. <selectWithSearch multiSelect="true" parameter="p_Kunde" refQuery="qry_Kunde" required="false">
  2193. <useItem refDataItem="Kunde1"/>
  2194. </selectWithSearch>
  2195. </contents>
  2196. <style>
  2197. <CSS value="border-top-style:none;border-bottom-style:none;border-left-style:none;border-right-style:none"/>
  2198. </style>
  2199. </tableCell>
  2200. <tableCell>
  2201. <contents/>
  2202. <style>
  2203. <CSS value="text-align:right"/>
  2204. </style>
  2205. </tableCell>
  2206. <tableCell colSpan="2">
  2207. <contents>
  2208. <selectWithSearch multiSelect="true" parameter="p_Kunde" refQuery="qry_Rechnung" required="false">
  2209. <useItem refDataItem="Beleg"/>
  2210. </selectWithSearch>
  2211. </contents>
  2212. <style>
  2213. <CSS value="text-align:left"/>
  2214. </style>
  2215. </tableCell>
  2216. <tableCell>
  2217. <contents/>
  2218. <style>
  2219. <CSS value="text-align:left"/>
  2220. </style>
  2221. </tableCell>
  2222. <tableCell>
  2223. <contents/>
  2224. </tableCell>
  2225. <tableCell>
  2226. <contents/>
  2227. </tableCell>
  2228. </tableCells>
  2229. </tableRow>
  2230. <tableRow>
  2231. <tableCells>
  2232. <tableCell>
  2233. <contents>
  2234. <textItem>
  2235. <dataSource>
  2236. <staticValue/>
  2237. </dataSource>
  2238. <style>
  2239. <CSS value="width:20px;height:30px"/>
  2240. </style>
  2241. </textItem>
  2242. </contents>
  2243. </tableCell>
  2244. <tableCell>
  2245. <contents/>
  2246. <style>
  2247. <CSS value="padding-top:10px;padding-bottom:10px"/>
  2248. </style>
  2249. </tableCell>
  2250. <tableCell>
  2251. <contents/>
  2252. </tableCell>
  2253. <tableCell>
  2254. <contents/>
  2255. </tableCell>
  2256. <tableCell>
  2257. <contents/>
  2258. </tableCell>
  2259. <tableCell>
  2260. <contents/>
  2261. </tableCell>
  2262. <tableCell>
  2263. <contents/>
  2264. </tableCell>
  2265. <tableCell>
  2266. <contents/>
  2267. </tableCell>
  2268. <tableCell>
  2269. <contents/>
  2270. <style>
  2271. <CSS value="width:13%"/>
  2272. </style>
  2273. </tableCell>
  2274. <tableCell>
  2275. <contents/>
  2276. <style>
  2277. <CSS value="width:17%"/>
  2278. </style>
  2279. </tableCell>
  2280. <tableCell>
  2281. <contents/>
  2282. </tableCell>
  2283. <tableCell>
  2284. <contents/>
  2285. </tableCell>
  2286. </tableCells>
  2287. </tableRow>
  2288. <tableRow>
  2289. <tableCells>
  2290. <tableCell>
  2291. <contents/>
  2292. </tableCell>
  2293. <tableCell>
  2294. <contents/>
  2295. <style>
  2296. <CSS value="border-top-style:none;border-bottom-style:none;border-left-style:none;border-right-style:none;vertical-align:top"/>
  2297. </style>
  2298. </tableCell>
  2299. <tableCell>
  2300. <contents/>
  2301. </tableCell>
  2302. <tableCell colSpan="3">
  2303. <contents/>
  2304. <style>
  2305. <CSS value="vertical-align:top"/>
  2306. </style>
  2307. </tableCell>
  2308. <tableCell>
  2309. <contents/>
  2310. </tableCell>
  2311. <tableCell>
  2312. <contents/>
  2313. <style>
  2314. <CSS value="vertical-align:top"/>
  2315. </style>
  2316. </tableCell>
  2317. <tableCell>
  2318. <contents/>
  2319. </tableCell>
  2320. <tableCell>
  2321. <contents/>
  2322. </tableCell>
  2323. <tableCell>
  2324. <contents/>
  2325. </tableCell>
  2326. <tableCell>
  2327. <contents/>
  2328. </tableCell>
  2329. </tableCells>
  2330. </tableRow>
  2331. <tableRow>
  2332. <tableCells>
  2333. <tableCell>
  2334. <contents/>
  2335. </tableCell>
  2336. <tableCell>
  2337. <contents/>
  2338. </tableCell>
  2339. <tableCell>
  2340. <contents/>
  2341. </tableCell>
  2342. <tableCell>
  2343. <contents/>
  2344. </tableCell>
  2345. <tableCell>
  2346. <contents/>
  2347. </tableCell>
  2348. <tableCell>
  2349. <contents/>
  2350. </tableCell>
  2351. <tableCell>
  2352. <contents/>
  2353. </tableCell>
  2354. <tableCell>
  2355. <contents/>
  2356. </tableCell>
  2357. <tableCell>
  2358. <contents/>
  2359. </tableCell>
  2360. <tableCell>
  2361. <contents/>
  2362. </tableCell>
  2363. <tableCell>
  2364. <contents/>
  2365. </tableCell>
  2366. <tableCell>
  2367. <contents/>
  2368. </tableCell>
  2369. </tableCells>
  2370. </tableRow>
  2371. <tableRow>
  2372. <tableCells>
  2373. <tableCell>
  2374. <contents>
  2375. <textItem>
  2376. <dataSource>
  2377. <staticValue/>
  2378. </dataSource>
  2379. <style>
  2380. <CSS value="width:20px;height:30px"/>
  2381. </style>
  2382. </textItem>
  2383. </contents>
  2384. </tableCell>
  2385. <tableCell>
  2386. <contents/>
  2387. </tableCell>
  2388. <tableCell>
  2389. <contents/>
  2390. </tableCell>
  2391. <tableCell>
  2392. <contents/>
  2393. </tableCell>
  2394. <tableCell>
  2395. <contents/>
  2396. </tableCell>
  2397. <tableCell>
  2398. <contents/>
  2399. </tableCell>
  2400. <tableCell>
  2401. <contents/>
  2402. </tableCell>
  2403. <tableCell>
  2404. <contents/>
  2405. </tableCell>
  2406. <tableCell>
  2407. <contents/>
  2408. <style>
  2409. <CSS value="width:13%"/>
  2410. </style>
  2411. </tableCell>
  2412. <tableCell>
  2413. <contents/>
  2414. <style>
  2415. <CSS value="width:17%"/>
  2416. </style>
  2417. </tableCell>
  2418. <tableCell>
  2419. <contents/>
  2420. </tableCell>
  2421. <tableCell>
  2422. <contents/>
  2423. </tableCell>
  2424. </tableCells>
  2425. </tableRow>
  2426. <tableRow>
  2427. <tableCells>
  2428. <tableCell>
  2429. <contents/>
  2430. </tableCell>
  2431. <tableCell>
  2432. <contents/>
  2433. </tableCell>
  2434. <tableCell>
  2435. <contents/>
  2436. </tableCell>
  2437. <tableCell>
  2438. <contents/>
  2439. </tableCell>
  2440. <tableCell>
  2441. <contents/>
  2442. </tableCell>
  2443. <tableCell>
  2444. <contents/>
  2445. </tableCell>
  2446. <tableCell>
  2447. <contents/>
  2448. </tableCell>
  2449. <tableCell>
  2450. <contents/>
  2451. </tableCell>
  2452. <tableCell>
  2453. <contents/>
  2454. <style>
  2455. <CSS value="width:13%"/>
  2456. </style>
  2457. </tableCell>
  2458. <tableCell>
  2459. <contents/>
  2460. <style>
  2461. <CSS value="width:17%"/>
  2462. </style>
  2463. </tableCell>
  2464. <tableCell>
  2465. <contents/>
  2466. </tableCell>
  2467. <tableCell>
  2468. <contents/>
  2469. </tableCell>
  2470. </tableCells>
  2471. </tableRow>
  2472. <tableRow>
  2473. <tableCells>
  2474. <tableCell>
  2475. <contents/>
  2476. </tableCell>
  2477. <tableCell>
  2478. <contents/>
  2479. </tableCell>
  2480. <tableCell>
  2481. <contents/>
  2482. </tableCell>
  2483. <tableCell>
  2484. <contents/>
  2485. </tableCell>
  2486. <tableCell>
  2487. <contents/>
  2488. </tableCell>
  2489. <tableCell>
  2490. <contents/>
  2491. </tableCell>
  2492. <tableCell>
  2493. <contents/>
  2494. </tableCell>
  2495. <tableCell>
  2496. <contents/>
  2497. </tableCell>
  2498. <tableCell>
  2499. <contents/>
  2500. <style>
  2501. <CSS value="width:13%"/>
  2502. </style>
  2503. </tableCell>
  2504. <tableCell>
  2505. <contents/>
  2506. <style>
  2507. <CSS value="width:17%"/>
  2508. </style>
  2509. </tableCell>
  2510. <tableCell>
  2511. <contents/>
  2512. </tableCell>
  2513. <tableCell>
  2514. <contents/>
  2515. </tableCell>
  2516. </tableCells>
  2517. </tableRow>
  2518. </tableRows>
  2519. </table>
  2520. </contents>
  2521. <style>
  2522. <defaultStyles>
  2523. <defaultStyle refStyle="py"/>
  2524. </defaultStyles>
  2525. <CSS value="background-color:white"/>
  2526. </style>
  2527. </pageBody>
  2528. <pageFooter>
  2529. <contents>
  2530. <promptButton type="cancel">
  2531. <contents/>
  2532. <style>
  2533. <defaultStyles>
  2534. <defaultStyle refStyle="bp"/>
  2535. </defaultStyles>
  2536. </style>
  2537. </promptButton>
  2538. <promptButton type="finish">
  2539. <contents/>
  2540. <style>
  2541. <defaultStyles>
  2542. <defaultStyle refStyle="bp"/>
  2543. </defaultStyles>
  2544. </style>
  2545. </promptButton>
  2546. </contents>
  2547. <style>
  2548. <CSS value="background-color:#C3CCD4;padding-top:10px;padding-bottom:10px"/>
  2549. </style>
  2550. </pageFooter>
  2551. <style>
  2552. <defaultStyles>
  2553. <defaultStyle refStyle="pp"/>
  2554. </defaultStyles>
  2555. </style>
  2556. </page>
  2557. </promptPages>
  2558. </layout>
  2559. </layouts>
  2560. <modelPath>/content/folder[@name=&quot;GC&quot;]/folder[@name=&quot;Packages&quot;]/package[@name=&quot;F_Forderungen&quot;]/model[@name=&quot;2022-06-23T11:55:54.424Z&quot;]</modelPath>
  2561. <reportName>OP.01 Offene Posten Übersicht</reportName>
  2562. <queries>
  2563. <query name="qry_Main">
  2564. <source>
  2565. <model/>
  2566. </source>
  2567. <selection>
  2568. <dataItemMember name="&gt; 12 Wochen">
  2569. <dmMember>
  2570. <MUN>[F_Forderungen].[Fälligkeit].[Fälligkeit].[Staffel]-&gt;:[PC].[@MEMBER].[&gt; 12 Wochen]</MUN>
  2571. <itemCaption>&gt; 12 Wochen</itemCaption>
  2572. </dmMember>
  2573. <dmDimension>
  2574. <DUN>[F_Forderungen].[Fälligkeit]</DUN>
  2575. <itemCaption>Fälligkeit</itemCaption>
  2576. </dmDimension>
  2577. <dmHierarchy>
  2578. <HUN>[F_Forderungen].[Fälligkeit].[Fälligkeit]</HUN>
  2579. <itemCaption>Fälligkeit</itemCaption>
  2580. </dmHierarchy>
  2581. <XMLAttributes>
  2582. <XMLAttribute name="RS_dataType" output="no" value="3"/>
  2583. </XMLAttributes>
  2584. </dataItemMember>
  2585. <dataItemMember name="6 - 12 Wochen">
  2586. <dmMember>
  2587. <MUN>[F_Forderungen].[Fälligkeit].[Fälligkeit].[Staffel]-&gt;:[PC].[@MEMBER].[6 - 12 Wochen]</MUN>
  2588. <itemCaption>6 - 12 Wochen</itemCaption>
  2589. </dmMember>
  2590. <dmDimension>
  2591. <DUN>[F_Forderungen].[Fälligkeit]</DUN>
  2592. <itemCaption>Fälligkeit</itemCaption>
  2593. </dmDimension>
  2594. <dmHierarchy>
  2595. <HUN>[F_Forderungen].[Fälligkeit].[Fälligkeit]</HUN>
  2596. <itemCaption>Fälligkeit</itemCaption>
  2597. </dmHierarchy>
  2598. <XMLAttributes>
  2599. <XMLAttribute name="RS_dataType" output="no" value="3"/>
  2600. </XMLAttributes>
  2601. </dataItemMember>
  2602. <dataItemMember name="4 - 6 Wochen">
  2603. <dmMember>
  2604. <MUN>[F_Forderungen].[Fälligkeit].[Fälligkeit].[Staffel]-&gt;:[PC].[@MEMBER].[4 - 6 Wochen]</MUN>
  2605. <itemCaption>4 - 6 Wochen</itemCaption>
  2606. </dmMember>
  2607. <dmDimension>
  2608. <DUN>[F_Forderungen].[Fälligkeit]</DUN>
  2609. <itemCaption>Fälligkeit</itemCaption>
  2610. </dmDimension>
  2611. <dmHierarchy>
  2612. <HUN>[F_Forderungen].[Fälligkeit].[Fälligkeit]</HUN>
  2613. <itemCaption>Fälligkeit</itemCaption>
  2614. </dmHierarchy>
  2615. <XMLAttributes>
  2616. <XMLAttribute name="RS_dataType" output="no" value="3"/>
  2617. </XMLAttributes>
  2618. </dataItemMember>
  2619. <dataItemMember name="2 - 4 Wochen">
  2620. <dmMember>
  2621. <MUN>[F_Forderungen].[Fälligkeit].[Fälligkeit].[Staffel]-&gt;:[PC].[@MEMBER].[2 - 4 Wochen]</MUN>
  2622. <itemCaption>2 - 4 Wochen</itemCaption>
  2623. </dmMember>
  2624. <dmDimension>
  2625. <DUN>[F_Forderungen].[Fälligkeit]</DUN>
  2626. <itemCaption>Fälligkeit</itemCaption>
  2627. </dmDimension>
  2628. <dmHierarchy>
  2629. <HUN>[F_Forderungen].[Fälligkeit].[Fälligkeit]</HUN>
  2630. <itemCaption>Fälligkeit</itemCaption>
  2631. </dmHierarchy>
  2632. <XMLAttributes>
  2633. <XMLAttribute name="RS_dataType" output="no" value="3"/>
  2634. </XMLAttributes>
  2635. </dataItemMember>
  2636. <dataItemMember name="&lt; 2 Wochen">
  2637. <dmMember>
  2638. <MUN>[F_Forderungen].[Fälligkeit].[Fälligkeit].[Staffel]-&gt;:[PC].[@MEMBER].[&lt; 2 Wochen]</MUN>
  2639. <itemCaption>&lt; 2 Wochen</itemCaption>
  2640. </dmMember>
  2641. <dmDimension>
  2642. <DUN>[F_Forderungen].[Fälligkeit]</DUN>
  2643. <itemCaption>Fälligkeit</itemCaption>
  2644. </dmDimension>
  2645. <dmHierarchy>
  2646. <HUN>[F_Forderungen].[Fälligkeit].[Fälligkeit]</HUN>
  2647. <itemCaption>Fälligkeit</itemCaption>
  2648. </dmHierarchy>
  2649. <XMLAttributes>
  2650. <XMLAttribute name="RS_dataType" output="no" value="3"/>
  2651. </XMLAttributes>
  2652. </dataItemMember>
  2653. <dataItemMember name="Fälligkeit">
  2654. <dmMember>
  2655. <MUN>[F_Forderungen].[Fälligkeit].[Fälligkeit].[Fälligkeit]-&gt;:[PC].[@MEMBER].[Staffel]</MUN>
  2656. <itemCaption>Fälligkeit</itemCaption>
  2657. </dmMember>
  2658. <dmDimension>
  2659. <DUN>[F_Forderungen].[Fälligkeit]</DUN>
  2660. <itemCaption>Fälligkeit</itemCaption>
  2661. </dmDimension>
  2662. <dmHierarchy>
  2663. <HUN>[F_Forderungen].[Fälligkeit].[Fälligkeit]</HUN>
  2664. <itemCaption>Fälligkeit</itemCaption>
  2665. </dmHierarchy>
  2666. <XMLAttributes>
  2667. <XMLAttribute name="RS_dataType" output="no" value="3"/>
  2668. </XMLAttributes>
  2669. </dataItemMember>
  2670. <dataItemMeasure name="offen">
  2671. <dmMember>
  2672. <MUN>[F_Forderungen].[Kennzahlen].[offen]</MUN>
  2673. <itemCaption>offen</itemCaption>
  2674. </dmMember>
  2675. <dmDimension>
  2676. <DUN>[F_Forderungen].[Kennzahlen]</DUN>
  2677. <itemCaption>Kennzahlen</itemCaption>
  2678. </dmDimension>
  2679. <XMLAttributes>
  2680. <XMLAttribute name="RS_dataType" output="no" value="9"/>
  2681. </XMLAttributes>
  2682. </dataItemMeasure>
  2683. <dataItemMember name="noch nicht fällig">
  2684. <dmMember>
  2685. <MUN>[F_Forderungen].[Fälligkeit].[Fälligkeit].[Staffel]-&gt;:[PC].[@MEMBER].[noch nicht fällig]</MUN>
  2686. <itemCaption>noch nicht fällig</itemCaption>
  2687. </dmMember>
  2688. <dmDimension>
  2689. <DUN>[F_Forderungen].[Fälligkeit]</DUN>
  2690. <itemCaption>Fälligkeit</itemCaption>
  2691. </dmDimension>
  2692. <dmHierarchy>
  2693. <HUN>[F_Forderungen].[Fälligkeit].[Fälligkeit]</HUN>
  2694. <itemCaption>Fälligkeit</itemCaption>
  2695. </dmHierarchy>
  2696. <XMLAttributes>
  2697. <XMLAttribute name="RS_dataType" output="no" value="3"/>
  2698. </XMLAttributes>
  2699. </dataItemMember>
  2700. <dataItemLevelSet name="Standort">
  2701. <dmLevel>
  2702. <LUN>[F_Forderungen].[AH-Gruppe].[AH-Gruppe].[Standort]</LUN>
  2703. <itemCaption>Standort</itemCaption>
  2704. </dmLevel>
  2705. <dmDimension>
  2706. <DUN>[F_Forderungen].[AH-Gruppe]</DUN>
  2707. <itemCaption>AH-Gruppe</itemCaption>
  2708. </dmDimension>
  2709. <dmHierarchy>
  2710. <HUN>[F_Forderungen].[AH-Gruppe].[AH-Gruppe]</HUN>
  2711. <itemCaption>AH-Gruppe</itemCaption>
  2712. </dmHierarchy>
  2713. <XMLAttributes>
  2714. <XMLAttribute name="RS_dataType" output="no" value="3"/>
  2715. </XMLAttributes>
  2716. </dataItemLevelSet>
  2717. <dataItemLevelSet name="Kostenstelle1">
  2718. <dmLevel>
  2719. <LUN>[F_Forderungen].[Kostenstelle].[Kostenstelle].[Kostenstelle1]</LUN>
  2720. <itemCaption>Kostenstelle1</itemCaption>
  2721. </dmLevel>
  2722. <dmDimension>
  2723. <DUN>[F_Forderungen].[Kostenstelle]</DUN>
  2724. <itemCaption>Kostenstelle</itemCaption>
  2725. </dmDimension>
  2726. <dmHierarchy>
  2727. <HUN>[F_Forderungen].[Kostenstelle].[Kostenstelle]</HUN>
  2728. <itemCaption>Kostenstelle</itemCaption>
  2729. </dmHierarchy>
  2730. <XMLAttributes>
  2731. <XMLAttribute name="RS_dataType" output="no" value="3"/>
  2732. </XMLAttributes>
  2733. </dataItemLevelSet>
  2734. <dataItemMember name="Kostenstelle">
  2735. <dmMember>
  2736. <MUN>[F_Forderungen].[Kostenstelle].[Kostenstelle].[Kostenstelle]-&gt;:[PC].[@MEMBER].[Kostenstelle]</MUN>
  2737. <itemCaption>Kostenstelle</itemCaption>
  2738. </dmMember>
  2739. <dmDimension>
  2740. <DUN>[F_Forderungen].[Kostenstelle]</DUN>
  2741. <itemCaption>Kostenstelle</itemCaption>
  2742. </dmDimension>
  2743. <dmHierarchy>
  2744. <HUN>[F_Forderungen].[Kostenstelle].[Kostenstelle]</HUN>
  2745. <itemCaption>Kostenstelle</itemCaption>
  2746. </dmHierarchy>
  2747. <XMLAttributes>
  2748. <XMLAttribute name="RS_dataType" output="no" value="3"/>
  2749. </XMLAttributes>
  2750. </dataItemMember>
  2751. <dataItemMember name="&lt; 1 Woche">
  2752. <dmMember>
  2753. <MUN>[F_Forderungen].[Fälligkeit].[Fälligkeit].[Staffel]-&gt;:[PC].[@MEMBER].[&lt; 1 Woche]</MUN>
  2754. <itemCaption>&lt; 1 Woche</itemCaption>
  2755. </dmMember>
  2756. <dmDimension>
  2757. <DUN>[F_Forderungen].[Fälligkeit]</DUN>
  2758. <itemCaption>Fälligkeit</itemCaption>
  2759. </dmDimension>
  2760. <dmHierarchy>
  2761. <HUN>[F_Forderungen].[Fälligkeit].[Fälligkeit]</HUN>
  2762. <itemCaption>Fälligkeit</itemCaption>
  2763. </dmHierarchy>
  2764. </dataItemMember>
  2765. </selection>
  2766. <detailFilters>
  2767. <detailFilter use="optional">
  2768. <filterExpression>[F_Forderungen].[AH-Gruppe].[AH-Gruppe].[Hauptbetrieb] in( ?p_Mandant?)</filterExpression>
  2769. </detailFilter>
  2770. <detailFilter use="optional">
  2771. <filterExpression>[F_Forderungen].[AH-Gruppe].[AH-Gruppe].[Standort] in( ?p_AH?)</filterExpression>
  2772. </detailFilter>
  2773. <detailFilter use="optional">
  2774. <filterExpression>[F_Forderungen].[Kostenstelle].[Kostenstelle].[Kostenstelle1] in( ?p_Bereich?)</filterExpression>
  2775. </detailFilter>
  2776. <detailFilter use="optional">
  2777. <filterExpression>[F_Forderungen].[Kunde].[Kunde].[Kunde1].[Kunde - Langer Name] in( ?p_Kunde?)</filterExpression>
  2778. </detailFilter>
  2779. <detailFilter use="optional">
  2780. <filterExpression>[F_Forderungen].[Kunde].[Kunde].[Beleg].[Beleg - Langer Name] in( ?p_Beleg?)</filterExpression>
  2781. </detailFilter>
  2782. <detailFilter use="optional">
  2783. <filterExpression>[F_Forderungen].[Ford. Art (Abwarten)].[Ford. Art (Abwarten)].[Abwarten] in( ?p_Forderungsart?)</filterExpression>
  2784. </detailFilter>
  2785. <detailFilter use="optional">
  2786. <filterExpression>[F_Forderungen].[Leasing].[Leasing].[Leasing1] in( ?p_Leasing?)</filterExpression>
  2787. </detailFilter>
  2788. <detailFilter use="optional">
  2789. <filterExpression>[F_Forderungen].[Fälligkeit].[Fälligkeit].[Staffel] in (?p_Fälligkeit?)</filterExpression>
  2790. </detailFilter>
  2791. <detailFilter use="optional">
  2792. <filterExpression>[F_Forderungen].[Verursacher].[Verursacher].[Sel Name] in (?p_Verursacher?)</filterExpression>
  2793. </detailFilter>
  2794. </detailFilters>
  2795. </query>
  2796. <query name="qry_AH">
  2797. <source>
  2798. <model/>
  2799. </source>
  2800. <selection>
  2801. <dataItemLevelSet name="Standort">
  2802. <dmLevel>
  2803. <LUN>[F_Forderungen].[AH-Gruppe].[AH-Gruppe].[Standort]</LUN>
  2804. <itemCaption>Standort</itemCaption>
  2805. </dmLevel>
  2806. <dmDimension>
  2807. <DUN>[F_Forderungen].[AH-Gruppe]</DUN>
  2808. <itemCaption>AH-Gruppe</itemCaption>
  2809. </dmDimension>
  2810. <dmHierarchy>
  2811. <HUN>[F_Forderungen].[AH-Gruppe].[AH-Gruppe]</HUN>
  2812. <itemCaption>AH-Gruppe</itemCaption>
  2813. </dmHierarchy>
  2814. </dataItemLevelSet>
  2815. </selection>
  2816. </query>
  2817. <query name="qry_Tag">
  2818. <source>
  2819. <model/>
  2820. </source>
  2821. <selection>
  2822. <dataItem name="Aktueller Tag">
  2823. <expression>[F_Forderungen].[Zeit].[Aktueller Tag].[Tag]</expression>
  2824. </dataItem>
  2825. </selection>
  2826. </query>
  2827. <query name="Abfrage2">
  2828. <source>
  2829. <model/>
  2830. </source>
  2831. <selection>
  2832. <dataItem name="Datenelement">
  2833. <expression>[F_Forderungen].[Zeit].[Aktueller Tag].[Tag]</expression>
  2834. </dataItem>
  2835. </selection>
  2836. </query>
  2837. <query name="qry_Bereich">
  2838. <source>
  2839. <model/>
  2840. </source>
  2841. <selection>
  2842. <dataItemLevelSet name="Kostenstelle1">
  2843. <dmLevel>
  2844. <LUN>[F_Forderungen].[Kostenstelle].[Kostenstelle].[Kostenstelle1]</LUN>
  2845. <itemCaption>Kostenstelle1</itemCaption>
  2846. </dmLevel>
  2847. <dmDimension>
  2848. <DUN>[F_Forderungen].[Kostenstelle]</DUN>
  2849. <itemCaption>Kostenstelle</itemCaption>
  2850. </dmDimension>
  2851. <dmHierarchy>
  2852. <HUN>[F_Forderungen].[Kostenstelle].[Kostenstelle]</HUN>
  2853. <itemCaption>Kostenstelle</itemCaption>
  2854. </dmHierarchy>
  2855. </dataItemLevelSet>
  2856. </selection>
  2857. </query>
  2858. <query name="qry_Zeit">
  2859. <source>
  2860. <model/>
  2861. </source>
  2862. <selection>
  2863. <dataItemLevelSet name="Jahr">
  2864. <dmLevel>
  2865. <LUN>[F_Forderungen].[Zeit].[Zeit].[Jahr]</LUN>
  2866. <itemCaption>Jahr</itemCaption>
  2867. </dmLevel>
  2868. <dmDimension>
  2869. <DUN>[F_Forderungen].[Zeit]</DUN>
  2870. <itemCaption>Zeit</itemCaption>
  2871. </dmDimension>
  2872. <dmHierarchy>
  2873. <HUN>[F_Forderungen].[Zeit].[Zeit]</HUN>
  2874. <itemCaption>Zeit</itemCaption>
  2875. </dmHierarchy>
  2876. </dataItemLevelSet>
  2877. <dataItemLevelSet name="Monat">
  2878. <dmLevel>
  2879. <LUN>[F_Forderungen].[Zeit].[Zeit].[Monat]</LUN>
  2880. <itemCaption>Monat</itemCaption>
  2881. </dmLevel>
  2882. <dmDimension>
  2883. <DUN>[F_Forderungen].[Zeit]</DUN>
  2884. <itemCaption>Zeit</itemCaption>
  2885. </dmDimension>
  2886. <dmHierarchy>
  2887. <HUN>[F_Forderungen].[Zeit].[Zeit]</HUN>
  2888. <itemCaption>Zeit</itemCaption>
  2889. </dmHierarchy>
  2890. </dataItemLevelSet>
  2891. <dataItemMemberProperty name="Monat - Category Code">
  2892. <dmMemberProperty>
  2893. <MPUN>[F_Forderungen].[Zeit].[Zeit].[Monat].[Monat - Category Code]</MPUN>
  2894. <itemCaption>Monat - Category Code</itemCaption>
  2895. </dmMemberProperty>
  2896. <dmDimension>
  2897. <DUN>[F_Forderungen].[Zeit]</DUN>
  2898. <itemCaption>Zeit</itemCaption>
  2899. </dmDimension>
  2900. <dmHierarchy>
  2901. <HUN>[F_Forderungen].[Zeit].[Zeit]</HUN>
  2902. <itemCaption>Zeit</itemCaption>
  2903. </dmHierarchy>
  2904. <dmLevel>
  2905. <LUN>[F_Forderungen].[Zeit].[Zeit].[Monat]</LUN>
  2906. <itemCaption>Monat</itemCaption>
  2907. </dmLevel>
  2908. </dataItemMemberProperty>
  2909. </selection>
  2910. </query>
  2911. <query name="qry_Mandant">
  2912. <source>
  2913. <model/>
  2914. </source>
  2915. <selection>
  2916. <dataItemLevelSet name="Hauptbetrieb">
  2917. <dmLevel>
  2918. <LUN>[F_Forderungen].[AH-Gruppe].[AH-Gruppe].[Hauptbetrieb]</LUN>
  2919. <itemCaption>Hauptbetrieb</itemCaption>
  2920. </dmLevel>
  2921. <dmDimension>
  2922. <DUN>[F_Forderungen].[AH-Gruppe]</DUN>
  2923. <itemCaption>AH-Gruppe</itemCaption>
  2924. </dmDimension>
  2925. <dmHierarchy>
  2926. <HUN>[F_Forderungen].[AH-Gruppe].[AH-Gruppe]</HUN>
  2927. <itemCaption>AH-Gruppe</itemCaption>
  2928. </dmHierarchy>
  2929. </dataItemLevelSet>
  2930. </selection>
  2931. </query>
  2932. <query name="qry_Forderungsart">
  2933. <source>
  2934. <model/>
  2935. </source>
  2936. <selection>
  2937. <dataItem aggregate="none" name="Abwarten">
  2938. <expression>[F_Forderungen].[Ford. Art (Abwarten)].[Ford. Art (Abwarten)].[Abwarten]</expression>
  2939. </dataItem>
  2940. </selection>
  2941. </query>
  2942. <query name="qry_Leasing">
  2943. <source>
  2944. <model/>
  2945. </source>
  2946. <selection>
  2947. <dataItem aggregate="none" name="Leasing1">
  2948. <expression>[F_Forderungen].[Leasing].[Leasing].[Leasing1]</expression>
  2949. </dataItem>
  2950. </selection>
  2951. </query>
  2952. <query name="qry_Kunde">
  2953. <source>
  2954. <model/>
  2955. </source>
  2956. <selection>
  2957. <dataItemLevelSet name="Kunde1">
  2958. <dmLevel>
  2959. <LUN>[F_Forderungen].[Kunde].[Kunde].[Kunde1]</LUN>
  2960. <itemCaption>Kunde1</itemCaption>
  2961. </dmLevel>
  2962. <dmDimension>
  2963. <DUN>[F_Forderungen].[Kunde]</DUN>
  2964. <itemCaption>Kunde</itemCaption>
  2965. </dmDimension>
  2966. <dmHierarchy>
  2967. <HUN>[F_Forderungen].[Kunde].[Kunde]</HUN>
  2968. <itemCaption>Kunde</itemCaption>
  2969. </dmHierarchy>
  2970. </dataItemLevelSet>
  2971. </selection>
  2972. </query>
  2973. <query name="qry_Rechnung">
  2974. <source>
  2975. <model/>
  2976. </source>
  2977. <selection>
  2978. <dataItemLevelSet name="Beleg">
  2979. <dmLevel>
  2980. <LUN>[F_Forderungen].[Kunde].[Kunde].[Beleg]</LUN>
  2981. <itemCaption>Beleg</itemCaption>
  2982. </dmLevel>
  2983. <dmDimension>
  2984. <DUN>[F_Forderungen].[Kunde]</DUN>
  2985. <itemCaption>Kunde</itemCaption>
  2986. </dmDimension>
  2987. <dmHierarchy>
  2988. <HUN>[F_Forderungen].[Kunde].[Kunde]</HUN>
  2989. <itemCaption>Kunde</itemCaption>
  2990. </dmHierarchy>
  2991. </dataItemLevelSet>
  2992. </selection>
  2993. </query>
  2994. <query name="qry_Fälligkeit">
  2995. <source>
  2996. <model/>
  2997. </source>
  2998. <selection>
  2999. <dataItem aggregate="none" name="Fälligkeit">
  3000. <expression>[F_Forderungen].[Fälligkeit].[Fälligkeit].[Fälligkeit]</expression>
  3001. </dataItem>
  3002. <dataItem name="desc_Fälligkeit">
  3003. <expression>descendants([Fälligkeit];1)</expression>
  3004. </dataItem>
  3005. </selection>
  3006. </query>
  3007. <query name="qry_Verursacher">
  3008. <source>
  3009. <model/>
  3010. </source>
  3011. <selection>
  3012. <dataItemLevelSet name="Sel Name">
  3013. <dmLevel>
  3014. <LUN>[F_Forderungen].[Verursacher].[Verursacher].[Sel Name]</LUN>
  3015. <itemCaption>Sel Name</itemCaption>
  3016. </dmLevel>
  3017. <dmDimension>
  3018. <DUN>[F_Forderungen].[Verursacher]</DUN>
  3019. <itemCaption>Verursacher</itemCaption>
  3020. </dmDimension>
  3021. <dmHierarchy>
  3022. <HUN>[F_Forderungen].[Verursacher].[Verursacher]</HUN>
  3023. <itemCaption>Verursacher</itemCaption>
  3024. </dmHierarchy>
  3025. </dataItemLevelSet>
  3026. </selection>
  3027. </query>
  3028. </queries>
  3029. <classStyles>
  3030. <classStyle name="pg">
  3031. <CSS value="white-space:nowrap"/>
  3032. </classStyle>
  3033. <classStyle description="kreuztabelle gelb" label="kt_GELB" name="cls1">
  3034. <CSS value="padding:4px 5px 4px 6px;background-color:#FFE97E;line-break:strict"/>
  3035. </classStyle>
  3036. <classStyle description="kreuztabelle gelb" label="kt_GELB2" name="cls11">
  3037. <CSS value="padding:4px 5px 4px 6px;background-color:#F9DC5C;line-break:strict"/>
  3038. </classStyle>
  3039. <classStyle description="kreuztabelle blau" label="kt_BLAU1" name="cls2">
  3040. <CSS value="padding:4px 5px 4px 6px;background-color:#3868A3;line-break:strict"/>
  3041. </classStyle>
  3042. <classStyle description="kreuztabelle blau" label="kt_BLAU2" name="cls3">
  3043. <CSS value="padding:4px 5px 4px 6px;background-color:#648BD0;line-break:strict"/>
  3044. </classStyle>
  3045. <classStyle description="kreuztabelle türkis" label="kt_TUERKIS1" name="cls4">
  3046. <CSS value="padding:4px 5px 4px 6px;background-color:#C7DEE7;line-break:strict"/>
  3047. </classStyle>
  3048. <classStyle description="kreuztabelle türkis " label="kt_TUERKIS2" name="cls5">
  3049. <CSS value="padding:4px 5px 4px 6px;background-color:#97CDD3;line-break:strict"/>
  3050. </classStyle>
  3051. <classStyle description="kreuztabelle grün" label="kt_GRUEN1" name="cls6">
  3052. <CSS value="padding:4px 5px 4px 6px;background-color:#B6CB9B;line-break:strict"/>
  3053. </classStyle>
  3054. <classStyle label="Hintergrund" name="cls14">
  3055. <CSS value="background-color:#C3CCD4"/>
  3056. </classStyle>
  3057. <classStyle description="kreuztabelle grün" label="kt_GRUEN2" name="cls7">
  3058. <CSS value="padding:4px 5px 4px 6px;background-color:#8EA375;line-break:strict"/>
  3059. </classStyle>
  3060. <classStyle description="kreuztabelle rot" label="kt_GRAU" name="cls15">
  3061. <CSS value="padding:4px 5px 4px 6px;background-color:#D3D3D3;line-break:strict"/>
  3062. </classStyle>
  3063. <classStyle description="kreuztabelle orange" label="kt_ORANGE" name="cls8">
  3064. <CSS value="padding:4px 5px 4px 6px;background-color:#E98751;line-break:strict"/>
  3065. </classStyle>
  3066. <classStyle description="kreuztabelle rot" label="kt_ROT1" name="cls9">
  3067. <CSS value="padding:4px 5px 4px 6px;background-color:#B10F2E;line-break:strict"/>
  3068. </classStyle>
  3069. <classStyle description="kreuztabelle rot" label="kt_ROT2" name="cls10">
  3070. <CSS value="padding:4px 5px 4px 6px;background-color:#E60606;line-break:strict"/>
  3071. </classStyle>
  3072. <classStyle label="Kopfzeilenfaktzelle für Kreuztabelle1" name="cls12">
  3073. <CSS value="display:block"/>
  3074. <generatedBackground>
  3075. <fill>
  3076. <linearGradient>
  3077. <gradientColor/>
  3078. <gradientColor colorPosition="100" gradientColor="white"/>
  3079. </linearGradient>
  3080. </fill>
  3081. <dropShadow/>
  3082. <border allowTransparentBleed="true" cornerRadius="2pt"/>
  3083. </generatedBackground>
  3084. </classStyle>
  3085. <classStyle label="Kopfzeilenzelle für Kreuztabelle1" name="cls13">
  3086. <CSS value="padding:4px 5px 4px 6px;color:#E98751;font-weight:bold;vertical-align:top;background-color:transparent;border:1px solid silver"/>
  3087. <generatedBackground>
  3088. <fill>
  3089. <linearGradient>
  3090. <gradientColor gradientColor="lime"/>
  3091. </linearGradient>
  3092. </fill>
  3093. </generatedBackground>
  3094. </classStyle>
  3095. <classStyle name="lg">
  3096. <CSS value="direction:auto;unicode-bidi:embed"/>
  3097. </classStyle>
  3098. <classStyle name="bp">
  3099. <CSS value="color:#3E5C76;border:0.5pt solid #3E5C76"/>
  3100. </classStyle>
  3101. <classStyle name="bph">
  3102. <CSS value="color:#3E5C76;background-color:#E98751;border:0.5pt solid #3E5C76"/>
  3103. </classStyle>
  3104. </classStyles>
  3105. <reportVariables>
  3106. <reportVariable name="b_AnzeigeAH" type="boolean">
  3107. <reportExpression>ParamDisplayValue(&quot;p_AH&quot;) is null</reportExpression>
  3108. <variableValues>
  3109. <variableValue value="1"/>
  3110. </variableValues>
  3111. </reportVariable>
  3112. </reportVariables>
  3113. <namedConditionalStyles>
  3114. <advancedConditionalStyle name="Bedingter Stil 1">
  3115. <styleCases>
  3116. <styleCase>
  3117. <style>
  3118. <CSS value="background-color:#C3CCD4"/>
  3119. </style>
  3120. <reportCondition>(ReportOutput() contains &quot;HTML&quot;)
  3121. </reportCondition>
  3122. </styleCase>
  3123. </styleCases>
  3124. <styleDefault>
  3125. <style>
  3126. <CSS value="background-color:white"/>
  3127. </style>
  3128. </styleDefault>
  3129. </advancedConditionalStyle>
  3130. <advancedConditionalStyle name="Bedingter Stil 2">
  3131. <styleCases>
  3132. <styleCase>
  3133. <style>
  3134. <CSS value="background-color:white;color:white"/>
  3135. </style>
  3136. <reportCondition>(ReportOutput() contains &quot;HTML&quot;)
  3137. </reportCondition>
  3138. </styleCase>
  3139. </styleCases>
  3140. <styleDefault/>
  3141. </advancedConditionalStyle>
  3142. <advancedConditionalStyle name="letzte_13_Monate">
  3143. <styleCases>
  3144. <styleCase>
  3145. <reportCondition>ParamDisplayValue(&quot;p_Zeit&quot;) is not null</reportCondition>
  3146. </styleCase>
  3147. </styleCases>
  3148. <styleDefault>
  3149. <style>
  3150. <CSS value="display:none"/>
  3151. </style>
  3152. </styleDefault>
  3153. </advancedConditionalStyle>
  3154. </namedConditionalStyles>
  3155. </report>