OP.03 Offene Posten nach Kunden.xml 102 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578157915801581158215831584158515861587158815891590159115921593159415951596159715981599160016011602160316041605160616071608160916101611161216131614161516161617161816191620162116221623162416251626162716281629163016311632163316341635163616371638163916401641164216431644164516461647164816491650165116521653165416551656165716581659166016611662166316641665166616671668166916701671167216731674167516761677167816791680168116821683168416851686168716881689169016911692169316941695169616971698169917001701170217031704170517061707170817091710171117121713171417151716171717181719172017211722172317241725172617271728172917301731173217331734173517361737173817391740174117421743174417451746174717481749175017511752175317541755175617571758175917601761176217631764176517661767176817691770177117721773177417751776177717781779178017811782178317841785178617871788178917901791179217931794179517961797179817991800180118021803180418051806180718081809181018111812181318141815181618171818181918201821182218231824182518261827182818291830183118321833183418351836183718381839184018411842184318441845184618471848184918501851185218531854185518561857185818591860186118621863186418651866186718681869187018711872187318741875187618771878187918801881188218831884188518861887188818891890189118921893189418951896189718981899190019011902190319041905190619071908190919101911191219131914191519161917191819191920192119221923192419251926192719281929193019311932193319341935193619371938193919401941194219431944194519461947194819491950195119521953195419551956195719581959196019611962196319641965196619671968196919701971197219731974197519761977197819791980198119821983198419851986198719881989199019911992199319941995199619971998199920002001200220032004200520062007200820092010201120122013201420152016201720182019202020212022202320242025202620272028202920302031203220332034203520362037203820392040204120422043204420452046204720482049205020512052205320542055205620572058205920602061206220632064206520662067206820692070207120722073207420752076207720782079208020812082208320842085208620872088208920902091209220932094209520962097209820992100210121022103210421052106210721082109211021112112211321142115211621172118211921202121212221232124212521262127212821292130213121322133213421352136213721382139214021412142214321442145214621472148214921502151215221532154215521562157215821592160216121622163216421652166216721682169217021712172217321742175217621772178217921802181218221832184218521862187218821892190219121922193219421952196219721982199220022012202220322042205220622072208220922102211221222132214221522162217221822192220222122222223222422252226222722282229223022312232223322342235223622372238223922402241224222432244224522462247224822492250225122522253225422552256225722582259226022612262226322642265226622672268226922702271227222732274227522762277227822792280228122822283228422852286228722882289229022912292229322942295229622972298229923002301230223032304230523062307230823092310231123122313231423152316231723182319232023212322232323242325232623272328232923302331233223332334233523362337233823392340234123422343234423452346234723482349
  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 11.10.2019 von {originalNS} zu {destNS} aktualisiert. 16:23:23-->
  4. <drillBehavior/>
  5. <layouts>
  6. <layout>
  7. <reportPages>
  8. <page name="Seite2">
  9. <pageBody>
  10. <contents>
  11. <table>
  12. <style>
  13. <defaultStyles>
  14. <defaultStyle refStyle="tb"/>
  15. </defaultStyles>
  16. <CSS value="border-collapse:collapse;width:100%;margin-top:15px"/>
  17. </style>
  18. <tableRows>
  19. <tableRow>
  20. <tableCells>
  21. <tableCell>
  22. <contents>
  23. <crosstab name="Kreuztabelle4" pageBreakText="false" refQuery="qry_Main" rowsPerPage="5000">
  24. <noDataHandler>
  25. <contents>
  26. <block>
  27. <contents>
  28. <textItem>
  29. <dataSource>
  30. <staticValue>Keine Daten verfügbar</staticValue>
  31. </dataSource>
  32. <style>
  33. <CSS value="padding:10px 18px;"/>
  34. </style>
  35. </textItem>
  36. </contents>
  37. </block>
  38. </contents>
  39. </noDataHandler>
  40. <style>
  41. <CSS value="border-collapse:collapse;margin-left:20px"/>
  42. <defaultStyles>
  43. <defaultStyle refStyle="xt"/>
  44. </defaultStyles>
  45. </style>
  46. <crosstabFactCell>
  47. <contents>
  48. <textItem>
  49. <dataSource>
  50. <cellValue/>
  51. </dataSource>
  52. </textItem>
  53. </contents>
  54. <style>
  55. <defaultStyles>
  56. <defaultStyle refStyle="mv"/>
  57. </defaultStyles>
  58. <CSS value="border:0.75pt solid silver"/>
  59. </style>
  60. </crosstabFactCell>
  61. <crosstabColumns>
  62. <crosstabNode>
  63. <crosstabNestedNodes>
  64. <crosstabNode>
  65. <crosstabNodeMembers>
  66. <crosstabNodeMember edgeLocation="e1" refDataItem="&gt; 12 Wochen">
  67. <style>
  68. <defaultStyles>
  69. <defaultStyle refStyle="ml"/>
  70. </defaultStyles>
  71. <CSS value="text-align:center;font-weight:bold;background-color:white;width:75px;white-space:normal"/>
  72. </style>
  73. <contents>
  74. <textItem>
  75. <dataSource>
  76. <memberCaption/>
  77. </dataSource>
  78. </textItem>
  79. </contents>
  80. <factCell>
  81. <style>
  82. <CSS value="width:75px"/>
  83. <dataFormat>
  84. <numberFormat decimalSize="0"/>
  85. </dataFormat>
  86. </style>
  87. </factCell>
  88. </crosstabNodeMember>
  89. </crosstabNodeMembers>
  90. </crosstabNode>
  91. <crosstabNode>
  92. <crosstabNodeMembers>
  93. <crosstabNodeMember edgeLocation="e2" refDataItem="6 - 12 Wochen">
  94. <style>
  95. <defaultStyles>
  96. <defaultStyle refStyle="ml"/>
  97. </defaultStyles>
  98. <CSS value="text-align:center;font-weight:bold;background-color:white;width:75px;white-space:normal"/>
  99. </style>
  100. <contents>
  101. <textItem>
  102. <dataSource>
  103. <memberCaption/>
  104. </dataSource>
  105. </textItem>
  106. </contents>
  107. <factCell>
  108. <style>
  109. <CSS value="width:75px"/>
  110. <dataFormat>
  111. <numberFormat decimalSize="0"/>
  112. </dataFormat>
  113. </style>
  114. </factCell>
  115. </crosstabNodeMember>
  116. </crosstabNodeMembers>
  117. </crosstabNode>
  118. <crosstabNode>
  119. <crosstabNodeMembers>
  120. <crosstabNodeMember edgeLocation="e3" refDataItem="4 - 6 Wochen">
  121. <style>
  122. <defaultStyles>
  123. <defaultStyle refStyle="ml"/>
  124. </defaultStyles>
  125. <CSS value="text-align:center;font-weight:bold;background-color:white;width:75px;white-space:normal"/>
  126. </style>
  127. <contents>
  128. <textItem>
  129. <dataSource>
  130. <memberCaption/>
  131. </dataSource>
  132. </textItem>
  133. </contents>
  134. <factCell>
  135. <style>
  136. <CSS value="width:75px"/>
  137. <dataFormat>
  138. <numberFormat decimalSize="0"/>
  139. </dataFormat>
  140. </style>
  141. </factCell>
  142. </crosstabNodeMember>
  143. </crosstabNodeMembers>
  144. </crosstabNode>
  145. <crosstabNode>
  146. <crosstabNodeMembers>
  147. <crosstabNodeMember edgeLocation="e4" refDataItem="2 - 4 Wochen">
  148. <style>
  149. <defaultStyles>
  150. <defaultStyle refStyle="ml"/>
  151. </defaultStyles>
  152. <CSS value="text-align:center;font-weight:bold;background-color:white;width:75px;white-space:normal"/>
  153. </style>
  154. <contents>
  155. <textItem>
  156. <dataSource>
  157. <memberCaption/>
  158. </dataSource>
  159. </textItem>
  160. </contents>
  161. <factCell>
  162. <style>
  163. <CSS value="width:75px"/>
  164. <dataFormat>
  165. <numberFormat decimalSize="0"/>
  166. </dataFormat>
  167. </style>
  168. </factCell>
  169. </crosstabNodeMember>
  170. </crosstabNodeMembers>
  171. </crosstabNode>
  172. <crosstabNode>
  173. <crosstabNodeMembers>
  174. <crosstabNodeMember edgeLocation="e5" refDataItem="&lt; 2 Wochen">
  175. <style>
  176. <defaultStyles>
  177. <defaultStyle refStyle="ml"/>
  178. </defaultStyles>
  179. <CSS value="text-align:center;font-weight:bold;background-color:white;width:75px;white-space:normal"/>
  180. </style>
  181. <contents>
  182. <textItem>
  183. <dataSource>
  184. <memberCaption/>
  185. </dataSource>
  186. </textItem>
  187. </contents>
  188. <factCell>
  189. <style>
  190. <CSS value="width:75px"/>
  191. <dataFormat>
  192. <numberFormat decimalSize="0"/>
  193. </dataFormat>
  194. </style>
  195. </factCell>
  196. </crosstabNodeMember>
  197. </crosstabNodeMembers>
  198. </crosstabNode>
  199. <crosstabNode>
  200. <crosstabNodeMembers>
  201. <crosstabNodeMember edgeLocation="e13" refDataItem="noch nicht fällig">
  202. <style>
  203. <defaultStyles>
  204. <defaultStyle refStyle="ml"/>
  205. </defaultStyles>
  206. <CSS value="text-align:center;font-weight:bold;background-color:white;width:75px;white-space:normal"/>
  207. </style>
  208. <contents>
  209. <textItem>
  210. <dataSource>
  211. <memberCaption/>
  212. </dataSource>
  213. </textItem>
  214. </contents>
  215. <factCell>
  216. <style>
  217. <CSS value="width:75px"/>
  218. <dataFormat>
  219. <numberFormat decimalSize="0"/>
  220. </dataFormat>
  221. </style>
  222. </factCell>
  223. </crosstabNodeMember>
  224. </crosstabNodeMembers>
  225. </crosstabNode>
  226. <crosstabNode>
  227. <crosstabNodeMembers>
  228. <crosstabNodeMember edgeLocation="e6" refDataItem="Fälligkeit">
  229. <style>
  230. <defaultStyles>
  231. <defaultStyle refStyle="ml"/>
  232. </defaultStyles>
  233. <CSS value="text-align:center;font-weight:bold;background-color:white;width:75px;white-space:normal"/>
  234. </style>
  235. <contents>
  236. <textItem>
  237. <dataSource>
  238. <staticValue>Gesamt</staticValue>
  239. </dataSource>
  240. </textItem>
  241. </contents>
  242. <factCell>
  243. <style>
  244. <CSS value="width:75px"/>
  245. <dataFormat>
  246. <numberFormat decimalSize="0"/>
  247. </dataFormat>
  248. </style>
  249. </factCell>
  250. </crosstabNodeMember>
  251. </crosstabNodeMembers>
  252. </crosstabNode>
  253. </crosstabNestedNodes>
  254. <crosstabNodeMembers>
  255. <crosstabNodeMember edgeLocation="e12" refDataItem="offen">
  256. <style>
  257. <defaultStyles>
  258. <defaultStyle refStyle="ml"/>
  259. </defaultStyles>
  260. <CSS value="text-align:center;font-weight:bold;background-color:lime;width:75px;white-space:normal;display:none"/>
  261. </style>
  262. <contents>
  263. <textItem>
  264. <dataSource>
  265. <memberCaption/>
  266. </dataSource>
  267. </textItem>
  268. </contents>
  269. <factCell>
  270. <style>
  271. <CSS value="width:75px"/>
  272. </style>
  273. </factCell>
  274. </crosstabNodeMember>
  275. </crosstabNodeMembers>
  276. </crosstabNode>
  277. <crosstabNode>
  278. <crosstabNestedNodes>
  279. <crosstabNode>
  280. <crosstabNodeMembers>
  281. <crosstabNodeMember edgeLocation="e10" refDataItem="Gesamt offen KD (Info)">
  282. <style>
  283. <CSS value="text-align:center;font-weight:bold;width:75px;white-space:normal;display:none;background-color:lime"/>
  284. <defaultStyles>
  285. <defaultStyle refStyle="cls6"/>
  286. </defaultStyles>
  287. </style>
  288. <contents>
  289. <textItem>
  290. <dataSource>
  291. <memberCaption/>
  292. </dataSource>
  293. </textItem>
  294. </contents>
  295. <factCell>
  296. <style>
  297. <CSS value="width:75px"/>
  298. <defaultStyles>
  299. <defaultStyle refStyle="cls6"/>
  300. </defaultStyles>
  301. <dataFormat>
  302. <numberFormat decimalSize="0"/>
  303. </dataFormat>
  304. </style>
  305. </factCell>
  306. </crosstabNodeMember>
  307. </crosstabNodeMembers>
  308. </crosstabNode>
  309. </crosstabNestedNodes>
  310. <crosstabNodeMembers>
  311. <crosstabSpacer edgeLocation="s1" renderFactCells="true">
  312. <contents>
  313. <textItem>
  314. <dataSource>
  315. <staticValue> </staticValue>
  316. </dataSource>
  317. </textItem>
  318. </contents>
  319. <style>
  320. <defaultStyles>
  321. <defaultStyle refStyle="xs"/>
  322. </defaultStyles>
  323. <CSS value="background-color:lime;display:none"/>
  324. </style>
  325. </crosstabSpacer>
  326. </crosstabNodeMembers>
  327. </crosstabNode>
  328. </crosstabColumns>
  329. <crosstabRows>
  330. <crosstabNode>
  331. <crosstabNodeMembers>
  332. <crosstabSpacer edgeLocation="s4" renderFactCells="true">
  333. <contents>
  334. <textItem>
  335. <dataSource>
  336. <staticValue> Kunde</staticValue>
  337. </dataSource>
  338. </textItem>
  339. </contents>
  340. <style>
  341. <defaultStyles>
  342. <defaultStyle refStyle="xs"/>
  343. </defaultStyles>
  344. </style>
  345. </crosstabSpacer>
  346. </crosstabNodeMembers>
  347. </crosstabNode>
  348. <crosstabNode>
  349. <crosstabNodeMembers>
  350. <crosstabNodeMember edgeLocation="e7" refDataItem="Kunde1">
  351. <style>
  352. <defaultStyles>
  353. <defaultStyle refStyle="ml"/>
  354. </defaultStyles>
  355. <CSS value="background-color:white;white-space:normal;width:300px;word-wrap:break-word;font-weight:normal"/>
  356. </style>
  357. <contents>
  358. <textItem>
  359. <dataSource>
  360. <memberCaption/>
  361. </dataSource>
  362. </textItem>
  363. </contents>
  364. </crosstabNodeMember>
  365. </crosstabNodeMembers>
  366. </crosstabNode>
  367. <crosstabNode>
  368. <crosstabNodeMembers>
  369. <crosstabNodeMember edgeLocation="e14" refDataItem="offen">
  370. <style>
  371. <defaultStyles>
  372. <defaultStyle refStyle="ml"/>
  373. </defaultStyles>
  374. <CSS value="background-color:#72889B;white-space:normal;width:300px;word-wrap:break-word;font-weight:bold;color:white"/>
  375. </style>
  376. <contents>
  377. <textItem>
  378. <dataSource>
  379. <staticValue>Gesamt</staticValue>
  380. </dataSource>
  381. </textItem>
  382. </contents>
  383. <factCell>
  384. <style>
  385. <CSS value="background-color:#72889B;font-weight:bold;color:white"/>
  386. </style>
  387. </factCell>
  388. </crosstabNodeMember>
  389. </crosstabNodeMembers>
  390. </crosstabNode>
  391. </crosstabRows>
  392. <crosstabIntersections>
  393. <crosstabIntersection column="e10" row="e14">
  394. <style>
  395. <CSS value="display:none;background-color:lime"/>
  396. </style>
  397. </crosstabIntersection>
  398. <crosstabIntersection column="e10" row="s4">
  399. <style>
  400. <CSS value="display:none;background-color:lime"/>
  401. </style>
  402. </crosstabIntersection>
  403. <crosstabIntersection column="e10" row="e7">
  404. <style>
  405. <CSS value="display:none;background-color:lime"/>
  406. </style>
  407. </crosstabIntersection>
  408. </crosstabIntersections>
  409. <crosstabSuppress/>
  410. </crosstab>
  411. </contents>
  412. </tableCell>
  413. </tableCells>
  414. </tableRow>
  415. </tableRows>
  416. </table>
  417. </contents>
  418. <style>
  419. <defaultStyles>
  420. <defaultStyle refStyle="pb"/>
  421. </defaultStyles>
  422. </style>
  423. </pageBody>
  424. <style>
  425. <defaultStyles>
  426. <defaultStyle refStyle="pg"/>
  427. </defaultStyles>
  428. </style>
  429. <pageHeader>
  430. <contents>
  431. <table>
  432. <style>
  433. <defaultStyles>
  434. <defaultStyle refStyle="tb"/>
  435. </defaultStyles>
  436. <CSS value="border-collapse:collapse;width:100%"/>
  437. </style>
  438. <tableRows>
  439. <tableRow>
  440. <tableCells>
  441. <tableCell>
  442. <contents>
  443. <image>
  444. <dataSource>
  445. <staticValue>/bi/samples/images/GC_LOGO/LOGO.png</staticValue>
  446. </dataSource>
  447. <style>
  448. <CSS value="height:40px"/>
  449. </style>
  450. </image>
  451. </contents>
  452. <style>
  453. <CSS value="width:250px;padding-top:20px;padding-bottom:20px;padding-left:20px"/>
  454. </style>
  455. </tableCell>
  456. <tableCell>
  457. <contents>
  458. <table>
  459. <style>
  460. <defaultStyles>
  461. <defaultStyle refStyle="tb"/>
  462. </defaultStyles>
  463. <CSS value="border-collapse:collapse;height:100%"/>
  464. </style>
  465. <tableRows>
  466. <tableRow>
  467. <tableCells>
  468. <tableCell>
  469. <contents>
  470. <textItem>
  471. <dataSource>
  472. <staticValue>OP.03 Offene Posten nach Kunden per </staticValue>
  473. </dataSource>
  474. <style>
  475. <CSS value="font-size:22pt;padding-left:20px"/>
  476. </style>
  477. </textItem>
  478. </contents>
  479. <style>
  480. <CSS value="text-align:left;vertical-align:top"/>
  481. </style>
  482. </tableCell>
  483. <tableCell>
  484. <contents>
  485. <singleton name="Singleton4" refQuery="Abfrage4">
  486. <contents>
  487. <textItem>
  488. <dataSource>
  489. <dataItemValue refDataItem="Datenelement"/>
  490. </dataSource>
  491. <style>
  492. <CSS value="padding-left:0px;font-size:22pt"/>
  493. </style>
  494. </textItem>
  495. </contents>
  496. </singleton>
  497. </contents>
  498. <style>
  499. <CSS value="text-align:left;vertical-align:top;font-size:22pt"/>
  500. </style>
  501. </tableCell>
  502. </tableCells>
  503. </tableRow>
  504. </tableRows>
  505. </table>
  506. </contents>
  507. <style>
  508. <CSS value="text-align:left;width:12%;vertical-align:middle"/>
  509. <defaultStyles>
  510. <defaultStyle refStyle="GuidedLayoutBottomPadding"/>
  511. <defaultStyle refStyle="GuidedLayoutLeftPadding"/>
  512. <defaultStyle refStyle="GuidedLayoutRightPadding"/>
  513. </defaultStyles>
  514. </style>
  515. </tableCell>
  516. <tableCell>
  517. <contents/>
  518. <style>
  519. <CSS value="text-align:left;vertical-align:middle"/>
  520. </style>
  521. </tableCell>
  522. </tableCells>
  523. </tableRow>
  524. <tableRow>
  525. <tableCells>
  526. <tableCell>
  527. <contents>
  528. <table>
  529. <style>
  530. <defaultStyles>
  531. <defaultStyle refStyle="tb"/>
  532. </defaultStyles>
  533. <CSS value="border-collapse:collapse;width:100%"/>
  534. </style>
  535. <tableRows>
  536. <tableRow>
  537. <tableCells>
  538. <tableCell>
  539. <contents>
  540. <promptButton type="back">
  541. <contents/>
  542. <style>
  543. <defaultStyles>
  544. <defaultStyle refStyle="bp"/>
  545. </defaultStyles>
  546. </style>
  547. </promptButton>
  548. </contents>
  549. </tableCell>
  550. <tableCell>
  551. <contents/>
  552. <style>
  553. <CSS value="text-align:left"/>
  554. </style>
  555. <conditionalStyleRefs>
  556. <conditionalStyleRef refConditionalStyle="letzte_13_Monate1"/>
  557. </conditionalStyleRefs>
  558. </tableCell>
  559. </tableCells>
  560. </tableRow>
  561. </tableRows>
  562. </table>
  563. </contents>
  564. <style>
  565. <CSS value="padding-top:10px;padding-bottom:10px"/>
  566. </style>
  567. </tableCell>
  568. <tableCell colSpan="2">
  569. <contents>
  570. <textItem>
  571. <dataSource>
  572. <staticValue>verwendete Filter:</staticValue>
  573. </dataSource>
  574. <style>
  575. <CSS value="padding-left:20px"/>
  576. </style>
  577. </textItem>
  578. <textItem>
  579. <dataSource>
  580. <reportExpression>if(ParamDisplayValue(&quot;p_Fälligkeit&quot;) is null) then(&quot;&quot;) else(ParamDisplayValue(&quot;p_Fälligkeit&quot;))</reportExpression>
  581. </dataSource>
  582. </textItem>
  583. <textItem>
  584. <dataSource>
  585. <reportExpression>if(ParamDisplayValue(&quot;p_Kunde&quot;) is null) then(&quot;&quot;) else(&quot; | &quot;+ParamDisplayValue(&quot;p_Kunde&quot;))</reportExpression>
  586. </dataSource>
  587. </textItem>
  588. <textItem>
  589. <dataSource>
  590. <reportExpression>if(ParamDisplayValue(&quot;p_Beleg&quot;) is null) then(&quot;&quot;) else(&quot; | &quot;+ParamDisplayValue(&quot;p_Beleg&quot;))</reportExpression>
  591. </dataSource>
  592. </textItem>
  593. <textItem>
  594. <dataSource>
  595. <reportExpression>if(ParamDisplayValue(&quot;p_Mandant&quot;) is null) then(&quot;&quot;) else(&quot; | &quot;+ParamDisplayValue(&quot;p_Mandant&quot;))</reportExpression>
  596. </dataSource>
  597. </textItem>
  598. <textItem>
  599. <dataSource>
  600. <reportExpression>if(ParamDisplayValue(&quot;p_AH&quot;) is null) then(&quot;&quot;) else(&quot; | &quot;+ParamDisplayValue(&quot;p_AH&quot;))</reportExpression>
  601. </dataSource>
  602. </textItem>
  603. <textItem>
  604. <dataSource>
  605. <reportExpression>if(ParamDisplayValue(&quot;p_Verkäufer&quot;) is null) then(&quot;&quot;) else(&quot; | &quot;+ParamDisplayValue(&quot;p_Verkäufer&quot;))</reportExpression>
  606. </dataSource>
  607. </textItem>
  608. <textItem>
  609. <dataSource>
  610. <reportExpression>if(ParamDisplayValue(&quot;p_Fahrzeugart&quot;) is null) then(&quot;&quot;) else(&quot; | &quot;+ParamDisplayValue(&quot;p_Fahrzeugart&quot;))
  611. </reportExpression>
  612. </dataSource>
  613. </textItem>
  614. <textItem>
  615. <dataSource>
  616. <reportExpression>if(ParamDisplayValue(&quot;p_Fabrikat&quot;) is null) then(&quot;&quot;) else(&quot; | &quot;+ParamDisplayValue(&quot;p_Fabrikat&quot;))</reportExpression>
  617. </dataSource>
  618. </textItem>
  619. <textItem>
  620. <dataSource>
  621. <reportExpression>if(ParamDisplayValue(&quot;p_Kundenart&quot;) is null) then(&quot;&quot;) else(&quot; | &quot;+ParamDisplayValue(&quot;p_Kundenart&quot;))</reportExpression>
  622. </dataSource>
  623. </textItem>
  624. <textItem>
  625. <dataSource>
  626. <reportExpression>if(ParamDisplayValue(&quot;p_Bereich&quot;) is null) then(&quot;&quot;) else(&quot; | &quot;+ParamDisplayValue(&quot;p_Bereich&quot;))</reportExpression>
  627. </dataSource>
  628. </textItem>
  629. <textItem>
  630. <dataSource>
  631. <reportExpression>if(ParamDisplayValue(&quot;p_Forderungsart&quot;) is null) then(&quot;&quot;) else(&quot; | &quot;+ParamDisplayValue(&quot;p_Forderungsart&quot;))</reportExpression>
  632. </dataSource>
  633. </textItem>
  634. <textItem>
  635. <dataSource>
  636. <reportExpression>if(ParamDisplayValue(&quot;p_Verursacher&quot;) is null) then(&quot;&quot;) else(&quot; | &quot;+ParamDisplayValue(&quot;p_Verursacher&quot;))</reportExpression>
  637. </dataSource>
  638. </textItem>
  639. </contents>
  640. </tableCell>
  641. </tableCells>
  642. </tableRow>
  643. </tableRows>
  644. </table>
  645. </contents>
  646. <style>
  647. <defaultStyles>
  648. <defaultStyle refStyle="cls14"/>
  649. </defaultStyles>
  650. </style>
  651. </pageHeader>
  652. </page>
  653. </reportPages>
  654. <pageSetup orientation="landscape">
  655. <namedPaper name="/configuration/pageDefinition[@name=&quot;A4&quot;]"/>
  656. </pageSetup>
  657. <promptPages>
  658. <page name="Eingabeaufforderungsseite1">
  659. <pageHeader>
  660. <contents>
  661. <table>
  662. <style>
  663. <defaultStyles>
  664. <defaultStyle refStyle="tb"/>
  665. </defaultStyles>
  666. <CSS value="border-collapse:collapse;width:100%"/>
  667. </style>
  668. <tableRows>
  669. <tableRow>
  670. <tableCells>
  671. <tableCell>
  672. <contents>
  673. <image>
  674. <dataSource>
  675. <staticValue>/bi/samples/images/GC_LOGO/LOGO.png</staticValue>
  676. </dataSource>
  677. <style>
  678. <CSS value="height:40px"/>
  679. </style>
  680. </image>
  681. </contents>
  682. <style>
  683. <CSS value="width:250px;height:50px;padding-left:50px"/>
  684. </style>
  685. </tableCell>
  686. <tableCell>
  687. <contents>
  688. <textItem>
  689. <dataSource>
  690. <staticValue>Filterauswahl</staticValue>
  691. </dataSource>
  692. <style>
  693. <CSS value="font-size:22pt"/>
  694. </style>
  695. </textItem>
  696. </contents>
  697. </tableCell>
  698. </tableCells>
  699. </tableRow>
  700. </tableRows>
  701. </table>
  702. </contents>
  703. <style>
  704. <defaultStyles>
  705. <defaultStyle refStyle="cls14"/>
  706. </defaultStyles>
  707. <CSS value="height:70px"/>
  708. </style>
  709. </pageHeader>
  710. <pageBody>
  711. <contents>
  712. <table>
  713. <style>
  714. <defaultStyles>
  715. <defaultStyle refStyle="tb"/>
  716. </defaultStyles>
  717. <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"/>
  718. </style>
  719. <tableRows>
  720. <tableRow>
  721. <tableCells>
  722. <tableCell>
  723. <contents>
  724. <textItem>
  725. <dataSource>
  726. <staticValue/>
  727. </dataSource>
  728. <style>
  729. <CSS value="width:20px"/>
  730. </style>
  731. </textItem>
  732. </contents>
  733. </tableCell>
  734. <tableCell>
  735. <contents>
  736. <textItem>
  737. <dataSource>
  738. <staticValue>Monat:</staticValue>
  739. </dataSource>
  740. </textItem>
  741. </contents>
  742. <style>
  743. <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"/>
  744. </style>
  745. </tableCell>
  746. <tableCell>
  747. <contents/>
  748. <style>
  749. <CSS value="width:45px;padding-top:20px;text-align:center"/>
  750. </style>
  751. </tableCell>
  752. <tableCell>
  753. <contents/>
  754. <style>
  755. <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:white"/>
  756. </style>
  757. </tableCell>
  758. <tableCell>
  759. <contents>
  760. <textItem>
  761. <dataSource>
  762. <staticValue/>
  763. </dataSource>
  764. <style>
  765. <CSS value="width:45px"/>
  766. </style>
  767. </textItem>
  768. </contents>
  769. <style>
  770. <CSS value="text-align:left;width:15px;padding-top:20px"/>
  771. </style>
  772. </tableCell>
  773. <tableCell>
  774. <contents/>
  775. <style>
  776. <CSS value="width:7%;padding-top:20px"/>
  777. </style>
  778. </tableCell>
  779. <tableCell>
  780. <contents>
  781. <textItem>
  782. <dataSource>
  783. <staticValue/>
  784. </dataSource>
  785. <style>
  786. <CSS value="width:45px"/>
  787. </style>
  788. </textItem>
  789. </contents>
  790. <style>
  791. <CSS value="width:15px"/>
  792. </style>
  793. </tableCell>
  794. <tableCell>
  795. <contents/>
  796. <style>
  797. <CSS value="padding-top:20px;text-align:right;vertical-align:bottom;width:7%"/>
  798. </style>
  799. </tableCell>
  800. <tableCell>
  801. <contents>
  802. <promptButton type="finish">
  803. <contents/>
  804. <style>
  805. <defaultStyles>
  806. <defaultStyle refStyle="bp"/>
  807. </defaultStyles>
  808. </style>
  809. </promptButton>
  810. </contents>
  811. <style>
  812. <CSS value="width:13%;padding-top:20px;text-align:right;vertical-align:bottom"/>
  813. </style>
  814. </tableCell>
  815. <tableCell>
  816. <contents/>
  817. <style>
  818. <CSS value="width:17%;padding-top:20px"/>
  819. </style>
  820. </tableCell>
  821. <tableCell>
  822. <contents/>
  823. <style>
  824. <CSS value="width:7%;padding-top:20px;padding-left:80px"/>
  825. </style>
  826. </tableCell>
  827. <tableCell>
  828. <contents/>
  829. <style>
  830. <CSS value="width:7%;padding-top:20px"/>
  831. </style>
  832. </tableCell>
  833. </tableCells>
  834. </tableRow>
  835. <tableRow>
  836. <tableCells>
  837. <tableCell>
  838. <contents/>
  839. </tableCell>
  840. <tableCell>
  841. <contents>
  842. <selectValue multiSelect="true" parameter="p_Fälligkeit" refQuery="qry_Fälligkeit" required="false" selectValueUI="checkboxGroup">
  843. <useItem refDataItem="desc_Fälligkeit"/>
  844. </selectValue>
  845. </contents>
  846. <style>
  847. <CSS value="vertical-align:top;text-align:left"/>
  848. </style>
  849. </tableCell>
  850. <tableCell>
  851. <contents/>
  852. </tableCell>
  853. <tableCell>
  854. <contents/>
  855. <style>
  856. <CSS value="padding-top:10px;padding-bottom:25px"/>
  857. <defaultStyles>
  858. <defaultStyle refStyle="GuidedLayoutTopPadding"/>
  859. <defaultStyle refStyle="GuidedLayoutBottomPadding"/>
  860. <defaultStyle refStyle="GuidedLayoutLeftPadding"/>
  861. <defaultStyle refStyle="GuidedLayoutRightPadding"/>
  862. </defaultStyles>
  863. </style>
  864. </tableCell>
  865. <tableCell>
  866. <contents/>
  867. </tableCell>
  868. <tableCell>
  869. <contents/>
  870. </tableCell>
  871. <tableCell>
  872. <contents/>
  873. </tableCell>
  874. <tableCell>
  875. <contents/>
  876. <style>
  877. <CSS value="padding-top:25px;text-align:right;vertical-align:top;width:13%"/>
  878. <defaultStyles>
  879. <defaultStyle refStyle="GuidedLayoutTopPadding"/>
  880. <defaultStyle refStyle="GuidedLayoutBottomPadding"/>
  881. <defaultStyle refStyle="GuidedLayoutLeftPadding"/>
  882. <defaultStyle refStyle="GuidedLayoutRightPadding"/>
  883. </defaultStyles>
  884. </style>
  885. </tableCell>
  886. <tableCell>
  887. <contents>
  888. <table>
  889. <style>
  890. <defaultStyles>
  891. <defaultStyle refStyle="tb"/>
  892. </defaultStyles>
  893. <CSS value="border-collapse:collapse;width:100%"/>
  894. </style>
  895. <tableRows>
  896. <tableRow>
  897. <tableCells>
  898. <tableCell>
  899. <contents>
  900. <promptButton type="cancel">
  901. <contents/>
  902. <style>
  903. <defaultStyles>
  904. <defaultStyle refStyle="bp"/>
  905. </defaultStyles>
  906. </style>
  907. </promptButton>
  908. </contents>
  909. <style>
  910. <CSS value="text-align:right"/>
  911. </style>
  912. </tableCell>
  913. </tableCells>
  914. </tableRow>
  915. <tableRow>
  916. <tableCells>
  917. <tableCell>
  918. <contents/>
  919. </tableCell>
  920. </tableCells>
  921. </tableRow>
  922. <tableRow>
  923. <tableCells>
  924. <tableCell>
  925. <contents/>
  926. <style>
  927. <CSS value="text-align:right;padding-top:30px"/>
  928. </style>
  929. </tableCell>
  930. </tableCells>
  931. </tableRow>
  932. </tableRows>
  933. </table>
  934. </contents>
  935. <style>
  936. <CSS value="text-align:right;width:13%;vertical-align:top;padding-top:25px"/>
  937. </style>
  938. </tableCell>
  939. <tableCell>
  940. <contents/>
  941. <style>
  942. <CSS value="width:17%"/>
  943. </style>
  944. </tableCell>
  945. <tableCell>
  946. <contents/>
  947. <style>
  948. <CSS value="padding-left:80px"/>
  949. </style>
  950. </tableCell>
  951. <tableCell>
  952. <contents/>
  953. </tableCell>
  954. </tableCells>
  955. </tableRow>
  956. <tableRow>
  957. <tableCells>
  958. <tableCell>
  959. <contents>
  960. <textItem>
  961. <dataSource>
  962. <staticValue/>
  963. </dataSource>
  964. <style>
  965. <CSS value="width:20px;height:30px"/>
  966. </style>
  967. </textItem>
  968. </contents>
  969. </tableCell>
  970. <tableCell>
  971. <contents/>
  972. </tableCell>
  973. <tableCell>
  974. <contents/>
  975. </tableCell>
  976. <tableCell>
  977. <contents/>
  978. </tableCell>
  979. <tableCell>
  980. <contents/>
  981. </tableCell>
  982. <tableCell>
  983. <contents/>
  984. </tableCell>
  985. <tableCell>
  986. <contents/>
  987. </tableCell>
  988. <tableCell>
  989. <contents/>
  990. </tableCell>
  991. <tableCell>
  992. <contents/>
  993. </tableCell>
  994. <tableCell>
  995. <contents/>
  996. </tableCell>
  997. <tableCell>
  998. <contents/>
  999. </tableCell>
  1000. <tableCell>
  1001. <contents/>
  1002. </tableCell>
  1003. </tableCells>
  1004. </tableRow>
  1005. <tableRow>
  1006. <tableCells>
  1007. <tableCell>
  1008. <contents/>
  1009. </tableCell>
  1010. <tableCell>
  1011. <contents>
  1012. <textItem>
  1013. <dataSource>
  1014. <staticValue>Mandant:</staticValue>
  1015. </dataSource>
  1016. <style>
  1017. <CSS value="color:white;font-weight:bold;vertical-align:top"/>
  1018. </style>
  1019. </textItem>
  1020. </contents>
  1021. <style>
  1022. <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;height:50px"/>
  1023. </style>
  1024. </tableCell>
  1025. <tableCell>
  1026. <contents/>
  1027. <style>
  1028. <CSS value="padding-left:10px"/>
  1029. </style>
  1030. </tableCell>
  1031. <tableCell>
  1032. <contents>
  1033. <textItem>
  1034. <dataSource>
  1035. <staticValue>AH-Gruppe:</staticValue>
  1036. </dataSource>
  1037. <style>
  1038. <CSS value="color:white;font-weight:bold;vertical-align:top"/>
  1039. </style>
  1040. </textItem>
  1041. </contents>
  1042. <style>
  1043. <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"/>
  1044. </style>
  1045. </tableCell>
  1046. <tableCell>
  1047. <contents/>
  1048. <style>
  1049. <CSS value="padding-left:10px;text-align:left"/>
  1050. </style>
  1051. </tableCell>
  1052. <tableCell>
  1053. <contents>
  1054. <textItem>
  1055. <dataSource>
  1056. <staticValue>Bereich:</staticValue>
  1057. </dataSource>
  1058. <style>
  1059. <CSS value="color:white;font-weight:bold;vertical-align:top"/>
  1060. </style>
  1061. </textItem>
  1062. </contents>
  1063. <style>
  1064. <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"/>
  1065. <defaultStyles>
  1066. <defaultStyle refStyle="GuidedLayoutTopPadding"/>
  1067. <defaultStyle refStyle="GuidedLayoutBottomPadding"/>
  1068. <defaultStyle refStyle="GuidedLayoutLeftPadding"/>
  1069. <defaultStyle refStyle="GuidedLayoutRightPadding"/>
  1070. </defaultStyles>
  1071. </style>
  1072. </tableCell>
  1073. <tableCell>
  1074. <contents/>
  1075. <style>
  1076. <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"/>
  1077. </style>
  1078. </tableCell>
  1079. <tableCell>
  1080. <contents/>
  1081. <style>
  1082. <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:200px"/>
  1083. </style>
  1084. </tableCell>
  1085. <tableCell>
  1086. <contents/>
  1087. <style>
  1088. <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%"/>
  1089. </style>
  1090. </tableCell>
  1091. <tableCell>
  1092. <contents/>
  1093. <style>
  1094. <CSS value="width:17%"/>
  1095. </style>
  1096. </tableCell>
  1097. <tableCell>
  1098. <contents/>
  1099. <style>
  1100. <CSS value="padding-left:10px"/>
  1101. </style>
  1102. </tableCell>
  1103. <tableCell>
  1104. <contents/>
  1105. </tableCell>
  1106. </tableCells>
  1107. </tableRow>
  1108. <tableRow>
  1109. <tableCells>
  1110. <tableCell>
  1111. <contents/>
  1112. </tableCell>
  1113. <tableCell>
  1114. <contents>
  1115. <selectValue multiSelect="true" parameter="p_Mandant" refQuery="qry_Mandant1" required="false" selectValueUI="checkboxGroup">
  1116. <useItem refDataItem="Hauptbetrieb"/>
  1117. <headerText>
  1118. <defaultText>Alle Mandanten</defaultText>
  1119. </headerText>
  1120. </selectValue>
  1121. </contents>
  1122. <style>
  1123. <CSS value="border-top-style:none;border-bottom-style:none;border-left-style:none;border-right-style:none;vertical-align:top"/>
  1124. </style>
  1125. </tableCell>
  1126. <tableCell>
  1127. <contents/>
  1128. </tableCell>
  1129. <tableCell>
  1130. <contents>
  1131. <selectValue multiSelect="true" parameter="p_AH" refQuery="qry_AH1" required="false" selectValueUI="checkboxGroup">
  1132. <headerText>
  1133. <defaultText>Alle Autohäuser</defaultText>
  1134. </headerText>
  1135. <useItem refDataItem="Standort"/>
  1136. </selectValue>
  1137. </contents>
  1138. <style>
  1139. <CSS value="border-top-style:none;border-bottom-style:none;border-left-style:none;border-right-style:none;vertical-align:top"/>
  1140. </style>
  1141. </tableCell>
  1142. <tableCell>
  1143. <contents/>
  1144. </tableCell>
  1145. <tableCell>
  1146. <contents>
  1147. <selectValue multiSelect="true" parameter="p_Bereich" refQuery="qry_Bereich1" required="false" selectValueUI="checkboxGroup">
  1148. <headerText>
  1149. <defaultText>Alle Bereiche</defaultText>
  1150. </headerText>
  1151. <useItem refDataItem="Kostenstelle1"/>
  1152. <style>
  1153. <CSS value="width:100%"/>
  1154. </style>
  1155. </selectValue>
  1156. </contents>
  1157. <style>
  1158. <CSS value="border-top-style:none;border-bottom-style:none;border-left-style:none;border-right-style:none;vertical-align:top"/>
  1159. </style>
  1160. </tableCell>
  1161. <tableCell>
  1162. <contents/>
  1163. <style>
  1164. <CSS value="text-align:right"/>
  1165. </style>
  1166. </tableCell>
  1167. <tableCell>
  1168. <contents/>
  1169. <style>
  1170. <CSS value="vertical-align:top"/>
  1171. </style>
  1172. </tableCell>
  1173. <tableCell>
  1174. <contents/>
  1175. <style>
  1176. <CSS value="text-align:right"/>
  1177. </style>
  1178. </tableCell>
  1179. <tableCell>
  1180. <contents/>
  1181. <style>
  1182. <CSS value="width:17%"/>
  1183. </style>
  1184. </tableCell>
  1185. <tableCell>
  1186. <contents/>
  1187. </tableCell>
  1188. <tableCell>
  1189. <contents/>
  1190. </tableCell>
  1191. </tableCells>
  1192. </tableRow>
  1193. <tableRow>
  1194. <tableCells>
  1195. <tableCell>
  1196. <contents>
  1197. <textItem>
  1198. <dataSource>
  1199. <staticValue/>
  1200. </dataSource>
  1201. <style>
  1202. <CSS value="width:20px;height:30px"/>
  1203. </style>
  1204. </textItem>
  1205. </contents>
  1206. </tableCell>
  1207. <tableCell>
  1208. <contents/>
  1209. <style>
  1210. <CSS value="padding-top:10px;padding-bottom:10px"/>
  1211. </style>
  1212. </tableCell>
  1213. <tableCell>
  1214. <contents/>
  1215. </tableCell>
  1216. <tableCell>
  1217. <contents/>
  1218. </tableCell>
  1219. <tableCell>
  1220. <contents/>
  1221. </tableCell>
  1222. <tableCell>
  1223. <contents/>
  1224. </tableCell>
  1225. <tableCell>
  1226. <contents/>
  1227. </tableCell>
  1228. <tableCell>
  1229. <contents/>
  1230. </tableCell>
  1231. <tableCell>
  1232. <contents/>
  1233. <style>
  1234. <CSS value="width:13%"/>
  1235. </style>
  1236. </tableCell>
  1237. <tableCell>
  1238. <contents/>
  1239. <style>
  1240. <CSS value="width:17%"/>
  1241. </style>
  1242. </tableCell>
  1243. <tableCell>
  1244. <contents/>
  1245. </tableCell>
  1246. <tableCell>
  1247. <contents/>
  1248. </tableCell>
  1249. </tableCells>
  1250. </tableRow>
  1251. <tableRow>
  1252. <tableCells>
  1253. <tableCell>
  1254. <contents/>
  1255. </tableCell>
  1256. <tableCell>
  1257. <contents>
  1258. <textItem>
  1259. <dataSource>
  1260. <staticValue>Verursacher:</staticValue>
  1261. </dataSource>
  1262. <style>
  1263. <CSS value="color:white;font-weight:bold;vertical-align:top"/>
  1264. </style>
  1265. </textItem>
  1266. </contents>
  1267. <style>
  1268. <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;height:50px"/>
  1269. </style>
  1270. </tableCell>
  1271. <tableCell>
  1272. <contents/>
  1273. <style>
  1274. <CSS value="padding-left:10px"/>
  1275. </style>
  1276. </tableCell>
  1277. <tableCell colSpan="3">
  1278. <contents>
  1279. <textItem>
  1280. <dataSource>
  1281. <staticValue>Kunde:</staticValue>
  1282. </dataSource>
  1283. <style>
  1284. <CSS value="color:white;font-weight:bold;vertical-align:top"/>
  1285. </style>
  1286. </textItem>
  1287. </contents>
  1288. <style>
  1289. <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"/>
  1290. </style>
  1291. </tableCell>
  1292. <tableCell>
  1293. <contents/>
  1294. <style>
  1295. <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"/>
  1296. </style>
  1297. </tableCell>
  1298. <tableCell colSpan="2">
  1299. <contents>
  1300. <textItem>
  1301. <dataSource>
  1302. <staticValue>Rechnung:</staticValue>
  1303. </dataSource>
  1304. <style>
  1305. <CSS value="color:white;font-weight:bold;vertical-align:top"/>
  1306. </style>
  1307. </textItem>
  1308. </contents>
  1309. <style>
  1310. <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"/>
  1311. <defaultStyles>
  1312. <defaultStyle refStyle="GuidedLayoutTopPadding"/>
  1313. <defaultStyle refStyle="GuidedLayoutBottomPadding"/>
  1314. <defaultStyle refStyle="GuidedLayoutLeftPadding"/>
  1315. <defaultStyle refStyle="GuidedLayoutRightPadding"/>
  1316. </defaultStyles>
  1317. </style>
  1318. </tableCell>
  1319. <tableCell>
  1320. <contents/>
  1321. <style>
  1322. <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"/>
  1323. <defaultStyles>
  1324. <defaultStyle refStyle="GuidedLayoutTopPadding"/>
  1325. <defaultStyle refStyle="GuidedLayoutBottomPadding"/>
  1326. <defaultStyle refStyle="GuidedLayoutLeftPadding"/>
  1327. <defaultStyle refStyle="GuidedLayoutRightPadding"/>
  1328. </defaultStyles>
  1329. </style>
  1330. </tableCell>
  1331. <tableCell>
  1332. <contents/>
  1333. <style>
  1334. <CSS value="padding-left:10px"/>
  1335. </style>
  1336. </tableCell>
  1337. <tableCell>
  1338. <contents/>
  1339. </tableCell>
  1340. </tableCells>
  1341. </tableRow>
  1342. <tableRow>
  1343. <tableCells>
  1344. <tableCell>
  1345. <contents/>
  1346. </tableCell>
  1347. <tableCell>
  1348. <contents>
  1349. <selectValue multiSelect="true" parameter="p_Verursacher" refQuery="qry_Verursacher1" required="false" selectValueUI="checkboxGroup">
  1350. <useItem refDataItem="Sel Name"/>
  1351. <style>
  1352. <CSS value="height:300px;width:100%"/>
  1353. </style>
  1354. </selectValue>
  1355. </contents>
  1356. <style>
  1357. <CSS value="border-top-style:none;border-bottom-style:none;border-left-style:none;border-right-style:none;vertical-align:top"/>
  1358. </style>
  1359. </tableCell>
  1360. <tableCell>
  1361. <contents/>
  1362. </tableCell>
  1363. <tableCell colSpan="3">
  1364. <contents>
  1365. <selectWithSearch multiSelect="true" parameter="p_Kunde" refQuery="qry_Kunde" required="false">
  1366. <useItem refDataItem="Kunde1"/>
  1367. </selectWithSearch>
  1368. </contents>
  1369. <style>
  1370. <CSS value="border-top-style:none;border-bottom-style:none;border-left-style:none;border-right-style:none"/>
  1371. </style>
  1372. </tableCell>
  1373. <tableCell>
  1374. <contents/>
  1375. <style>
  1376. <CSS value="text-align:right"/>
  1377. </style>
  1378. </tableCell>
  1379. <tableCell colSpan="2">
  1380. <contents>
  1381. <selectWithSearch multiSelect="true" parameter="p_Beleg" refQuery="qry_Rechnung" required="false">
  1382. <useItem refDataItem="Beleg"/>
  1383. </selectWithSearch>
  1384. </contents>
  1385. <style>
  1386. <CSS value="text-align:left"/>
  1387. </style>
  1388. </tableCell>
  1389. <tableCell>
  1390. <contents/>
  1391. <style>
  1392. <CSS value="text-align:left"/>
  1393. </style>
  1394. </tableCell>
  1395. <tableCell>
  1396. <contents/>
  1397. </tableCell>
  1398. <tableCell>
  1399. <contents/>
  1400. </tableCell>
  1401. </tableCells>
  1402. </tableRow>
  1403. <tableRow>
  1404. <tableCells>
  1405. <tableCell>
  1406. <contents>
  1407. <textItem>
  1408. <dataSource>
  1409. <staticValue/>
  1410. </dataSource>
  1411. <style>
  1412. <CSS value="width:20px;height:30px"/>
  1413. </style>
  1414. </textItem>
  1415. </contents>
  1416. </tableCell>
  1417. <tableCell>
  1418. <contents/>
  1419. <style>
  1420. <CSS value="padding-top:10px;padding-bottom:10px"/>
  1421. </style>
  1422. </tableCell>
  1423. <tableCell>
  1424. <contents/>
  1425. </tableCell>
  1426. <tableCell>
  1427. <contents/>
  1428. </tableCell>
  1429. <tableCell>
  1430. <contents/>
  1431. </tableCell>
  1432. <tableCell>
  1433. <contents/>
  1434. </tableCell>
  1435. <tableCell>
  1436. <contents/>
  1437. </tableCell>
  1438. <tableCell>
  1439. <contents/>
  1440. </tableCell>
  1441. <tableCell>
  1442. <contents/>
  1443. <style>
  1444. <CSS value="width:13%"/>
  1445. </style>
  1446. </tableCell>
  1447. <tableCell>
  1448. <contents/>
  1449. <style>
  1450. <CSS value="width:17%"/>
  1451. </style>
  1452. </tableCell>
  1453. <tableCell>
  1454. <contents/>
  1455. </tableCell>
  1456. <tableCell>
  1457. <contents/>
  1458. </tableCell>
  1459. </tableCells>
  1460. </tableRow>
  1461. <tableRow>
  1462. <tableCells>
  1463. <tableCell>
  1464. <contents/>
  1465. </tableCell>
  1466. <tableCell>
  1467. <contents/>
  1468. <style>
  1469. <CSS value="border-top-style:none;border-bottom-style:none;border-left-style:none;border-right-style:none;vertical-align:top"/>
  1470. </style>
  1471. </tableCell>
  1472. <tableCell>
  1473. <contents/>
  1474. </tableCell>
  1475. <tableCell colSpan="3">
  1476. <contents/>
  1477. <style>
  1478. <CSS value="vertical-align:top"/>
  1479. </style>
  1480. </tableCell>
  1481. <tableCell>
  1482. <contents/>
  1483. </tableCell>
  1484. <tableCell>
  1485. <contents/>
  1486. <style>
  1487. <CSS value="vertical-align:top"/>
  1488. </style>
  1489. </tableCell>
  1490. <tableCell>
  1491. <contents/>
  1492. </tableCell>
  1493. <tableCell>
  1494. <contents/>
  1495. </tableCell>
  1496. <tableCell>
  1497. <contents/>
  1498. </tableCell>
  1499. <tableCell>
  1500. <contents/>
  1501. </tableCell>
  1502. </tableCells>
  1503. </tableRow>
  1504. <tableRow>
  1505. <tableCells>
  1506. <tableCell>
  1507. <contents/>
  1508. </tableCell>
  1509. <tableCell>
  1510. <contents/>
  1511. </tableCell>
  1512. <tableCell>
  1513. <contents/>
  1514. </tableCell>
  1515. <tableCell>
  1516. <contents/>
  1517. </tableCell>
  1518. <tableCell>
  1519. <contents/>
  1520. </tableCell>
  1521. <tableCell>
  1522. <contents/>
  1523. </tableCell>
  1524. <tableCell>
  1525. <contents/>
  1526. </tableCell>
  1527. <tableCell>
  1528. <contents/>
  1529. </tableCell>
  1530. <tableCell>
  1531. <contents/>
  1532. </tableCell>
  1533. <tableCell>
  1534. <contents/>
  1535. </tableCell>
  1536. <tableCell>
  1537. <contents/>
  1538. </tableCell>
  1539. <tableCell>
  1540. <contents/>
  1541. </tableCell>
  1542. </tableCells>
  1543. </tableRow>
  1544. <tableRow>
  1545. <tableCells>
  1546. <tableCell>
  1547. <contents>
  1548. <textItem>
  1549. <dataSource>
  1550. <staticValue/>
  1551. </dataSource>
  1552. <style>
  1553. <CSS value="width:20px;height:30px"/>
  1554. </style>
  1555. </textItem>
  1556. </contents>
  1557. </tableCell>
  1558. <tableCell>
  1559. <contents/>
  1560. </tableCell>
  1561. <tableCell>
  1562. <contents/>
  1563. </tableCell>
  1564. <tableCell>
  1565. <contents/>
  1566. </tableCell>
  1567. <tableCell>
  1568. <contents/>
  1569. </tableCell>
  1570. <tableCell>
  1571. <contents/>
  1572. </tableCell>
  1573. <tableCell>
  1574. <contents/>
  1575. </tableCell>
  1576. <tableCell>
  1577. <contents/>
  1578. </tableCell>
  1579. <tableCell>
  1580. <contents/>
  1581. <style>
  1582. <CSS value="width:13%"/>
  1583. </style>
  1584. </tableCell>
  1585. <tableCell>
  1586. <contents/>
  1587. <style>
  1588. <CSS value="width:17%"/>
  1589. </style>
  1590. </tableCell>
  1591. <tableCell>
  1592. <contents/>
  1593. </tableCell>
  1594. <tableCell>
  1595. <contents/>
  1596. </tableCell>
  1597. </tableCells>
  1598. </tableRow>
  1599. <tableRow>
  1600. <tableCells>
  1601. <tableCell>
  1602. <contents/>
  1603. </tableCell>
  1604. <tableCell>
  1605. <contents/>
  1606. </tableCell>
  1607. <tableCell>
  1608. <contents/>
  1609. </tableCell>
  1610. <tableCell>
  1611. <contents/>
  1612. </tableCell>
  1613. <tableCell>
  1614. <contents/>
  1615. </tableCell>
  1616. <tableCell>
  1617. <contents/>
  1618. </tableCell>
  1619. <tableCell>
  1620. <contents/>
  1621. </tableCell>
  1622. <tableCell>
  1623. <contents/>
  1624. </tableCell>
  1625. <tableCell>
  1626. <contents/>
  1627. <style>
  1628. <CSS value="width:13%"/>
  1629. </style>
  1630. </tableCell>
  1631. <tableCell>
  1632. <contents/>
  1633. <style>
  1634. <CSS value="width:17%"/>
  1635. </style>
  1636. </tableCell>
  1637. <tableCell>
  1638. <contents/>
  1639. </tableCell>
  1640. <tableCell>
  1641. <contents/>
  1642. </tableCell>
  1643. </tableCells>
  1644. </tableRow>
  1645. <tableRow>
  1646. <tableCells>
  1647. <tableCell>
  1648. <contents/>
  1649. </tableCell>
  1650. <tableCell>
  1651. <contents/>
  1652. </tableCell>
  1653. <tableCell>
  1654. <contents/>
  1655. </tableCell>
  1656. <tableCell>
  1657. <contents/>
  1658. </tableCell>
  1659. <tableCell>
  1660. <contents/>
  1661. </tableCell>
  1662. <tableCell>
  1663. <contents/>
  1664. </tableCell>
  1665. <tableCell>
  1666. <contents/>
  1667. </tableCell>
  1668. <tableCell>
  1669. <contents/>
  1670. </tableCell>
  1671. <tableCell>
  1672. <contents/>
  1673. <style>
  1674. <CSS value="width:13%"/>
  1675. </style>
  1676. </tableCell>
  1677. <tableCell>
  1678. <contents/>
  1679. <style>
  1680. <CSS value="width:17%"/>
  1681. </style>
  1682. </tableCell>
  1683. <tableCell>
  1684. <contents/>
  1685. </tableCell>
  1686. <tableCell>
  1687. <contents/>
  1688. </tableCell>
  1689. </tableCells>
  1690. </tableRow>
  1691. </tableRows>
  1692. </table>
  1693. </contents>
  1694. <style>
  1695. <defaultStyles>
  1696. <defaultStyle refStyle="py"/>
  1697. </defaultStyles>
  1698. <CSS value="background-color:white"/>
  1699. </style>
  1700. </pageBody>
  1701. <pageFooter>
  1702. <contents>
  1703. <promptButton type="cancel">
  1704. <contents/>
  1705. <style>
  1706. <defaultStyles>
  1707. <defaultStyle refStyle="bp"/>
  1708. </defaultStyles>
  1709. </style>
  1710. </promptButton>
  1711. <promptButton type="finish">
  1712. <contents/>
  1713. <style>
  1714. <defaultStyles>
  1715. <defaultStyle refStyle="bp"/>
  1716. </defaultStyles>
  1717. </style>
  1718. </promptButton>
  1719. </contents>
  1720. <style>
  1721. <CSS value="background-color:#C3CCD4;padding-top:10px;padding-bottom:10px"/>
  1722. </style>
  1723. </pageFooter>
  1724. <style>
  1725. <defaultStyles>
  1726. <defaultStyle refStyle="pp"/>
  1727. </defaultStyles>
  1728. </style>
  1729. </page>
  1730. </promptPages>
  1731. </layout>
  1732. </layouts>
  1733. <modelPath>/content/folder[@name=&quot;GC&quot;]/folder[@name=&quot;Packages&quot;]/package[@name=&quot;F_Forderungen&quot;]/model[@name=&quot;2020-06-23T08:10:29.529Z&quot;]</modelPath>
  1734. <reportName>OP.03 Offene Posten nach Kunden</reportName>
  1735. <queries>
  1736. <query name="qry_Main">
  1737. <source>
  1738. <model/>
  1739. </source>
  1740. <selection>
  1741. <dataItemMember name="&gt; 12 Wochen">
  1742. <dmMember>
  1743. <MUN>[F_Forderungen].[Fälligkeit].[Fälligkeit].[Staffel]-&gt;:[PC].[@MEMBER].[&gt; 12 Wochen]</MUN>
  1744. <itemCaption>&gt; 12 Wochen</itemCaption>
  1745. </dmMember>
  1746. <dmDimension>
  1747. <DUN>[F_Forderungen].[Fälligkeit]</DUN>
  1748. <itemCaption>Fälligkeit</itemCaption>
  1749. </dmDimension>
  1750. <dmHierarchy>
  1751. <HUN>[F_Forderungen].[Fälligkeit].[Fälligkeit]</HUN>
  1752. <itemCaption>Fälligkeit</itemCaption>
  1753. </dmHierarchy>
  1754. <XMLAttributes>
  1755. <XMLAttribute name="RS_dataType" output="no" value="3"/>
  1756. </XMLAttributes>
  1757. </dataItemMember>
  1758. <dataItemMember name="6 - 12 Wochen">
  1759. <dmMember>
  1760. <MUN>[F_Forderungen].[Fälligkeit].[Fälligkeit].[Staffel]-&gt;:[PC].[@MEMBER].[6 - 12 Wochen]</MUN>
  1761. <itemCaption>6 - 12 Wochen</itemCaption>
  1762. </dmMember>
  1763. <dmDimension>
  1764. <DUN>[F_Forderungen].[Fälligkeit]</DUN>
  1765. <itemCaption>Fälligkeit</itemCaption>
  1766. </dmDimension>
  1767. <dmHierarchy>
  1768. <HUN>[F_Forderungen].[Fälligkeit].[Fälligkeit]</HUN>
  1769. <itemCaption>Fälligkeit</itemCaption>
  1770. </dmHierarchy>
  1771. <XMLAttributes>
  1772. <XMLAttribute name="RS_dataType" output="no" value="3"/>
  1773. </XMLAttributes>
  1774. </dataItemMember>
  1775. <dataItemMember name="4 - 6 Wochen">
  1776. <dmMember>
  1777. <MUN>[F_Forderungen].[Fälligkeit].[Fälligkeit].[Staffel]-&gt;:[PC].[@MEMBER].[4 - 6 Wochen]</MUN>
  1778. <itemCaption>4 - 6 Wochen</itemCaption>
  1779. </dmMember>
  1780. <dmDimension>
  1781. <DUN>[F_Forderungen].[Fälligkeit]</DUN>
  1782. <itemCaption>Fälligkeit</itemCaption>
  1783. </dmDimension>
  1784. <dmHierarchy>
  1785. <HUN>[F_Forderungen].[Fälligkeit].[Fälligkeit]</HUN>
  1786. <itemCaption>Fälligkeit</itemCaption>
  1787. </dmHierarchy>
  1788. <XMLAttributes>
  1789. <XMLAttribute name="RS_dataType" output="no" value="3"/>
  1790. </XMLAttributes>
  1791. </dataItemMember>
  1792. <dataItemMember name="2 - 4 Wochen">
  1793. <dmMember>
  1794. <MUN>[F_Forderungen].[Fälligkeit].[Fälligkeit].[Staffel]-&gt;:[PC].[@MEMBER].[2 - 4 Wochen]</MUN>
  1795. <itemCaption>2 - 4 Wochen</itemCaption>
  1796. </dmMember>
  1797. <dmDimension>
  1798. <DUN>[F_Forderungen].[Fälligkeit]</DUN>
  1799. <itemCaption>Fälligkeit</itemCaption>
  1800. </dmDimension>
  1801. <dmHierarchy>
  1802. <HUN>[F_Forderungen].[Fälligkeit].[Fälligkeit]</HUN>
  1803. <itemCaption>Fälligkeit</itemCaption>
  1804. </dmHierarchy>
  1805. <XMLAttributes>
  1806. <XMLAttribute name="RS_dataType" output="no" value="3"/>
  1807. </XMLAttributes>
  1808. </dataItemMember>
  1809. <dataItemMember name="&lt; 2 Wochen">
  1810. <dmMember>
  1811. <MUN>[F_Forderungen].[Fälligkeit].[Fälligkeit].[Staffel]-&gt;:[PC].[@MEMBER].[&lt; 2 Wochen]</MUN>
  1812. <itemCaption>&lt; 2 Wochen</itemCaption>
  1813. </dmMember>
  1814. <dmDimension>
  1815. <DUN>[F_Forderungen].[Fälligkeit]</DUN>
  1816. <itemCaption>Fälligkeit</itemCaption>
  1817. </dmDimension>
  1818. <dmHierarchy>
  1819. <HUN>[F_Forderungen].[Fälligkeit].[Fälligkeit]</HUN>
  1820. <itemCaption>Fälligkeit</itemCaption>
  1821. </dmHierarchy>
  1822. <XMLAttributes>
  1823. <XMLAttribute name="RS_dataType" output="no" value="3"/>
  1824. </XMLAttributes>
  1825. </dataItemMember>
  1826. <dataItemMeasure name="Gesamt offen KD (Info)">
  1827. <dmMember>
  1828. <MUN>[F_Forderungen].[Kennzahlen].[Gesamt offen KD (Info)]</MUN>
  1829. <itemCaption>Gesamt offen KD (Info)</itemCaption>
  1830. </dmMember>
  1831. <dmDimension>
  1832. <DUN>[F_Forderungen].[Kennzahlen]</DUN>
  1833. <itemCaption>Kennzahlen</itemCaption>
  1834. </dmDimension>
  1835. <XMLAttributes>
  1836. <XMLAttribute name="RS_dataType" output="no" value="1"/>
  1837. </XMLAttributes>
  1838. </dataItemMeasure>
  1839. <dataItemMember name="Fälligkeit">
  1840. <dmMember>
  1841. <MUN>[F_Forderungen].[Fälligkeit].[Fälligkeit].[Fälligkeit]-&gt;:[PC].[@MEMBER].[Staffel]</MUN>
  1842. <itemCaption>Fälligkeit</itemCaption>
  1843. </dmMember>
  1844. <dmDimension>
  1845. <DUN>[F_Forderungen].[Fälligkeit]</DUN>
  1846. <itemCaption>Fälligkeit</itemCaption>
  1847. </dmDimension>
  1848. <dmHierarchy>
  1849. <HUN>[F_Forderungen].[Fälligkeit].[Fälligkeit]</HUN>
  1850. <itemCaption>Fälligkeit</itemCaption>
  1851. </dmHierarchy>
  1852. <XMLAttributes>
  1853. <XMLAttribute name="RS_dataType" output="no" value="3"/>
  1854. </XMLAttributes>
  1855. </dataItemMember>
  1856. <dataItemLevelSet name="Kunde1">
  1857. <dmLevel>
  1858. <LUN>[F_Forderungen].[Kunde].[Kunde].[Kunde1]</LUN>
  1859. <itemCaption>Kunde1</itemCaption>
  1860. </dmLevel>
  1861. <dmDimension>
  1862. <DUN>[F_Forderungen].[Kunde]</DUN>
  1863. <itemCaption>Kunde</itemCaption>
  1864. </dmDimension>
  1865. <dmHierarchy>
  1866. <HUN>[F_Forderungen].[Kunde].[Kunde]</HUN>
  1867. <itemCaption>Kunde</itemCaption>
  1868. </dmHierarchy>
  1869. <XMLAttributes>
  1870. <XMLAttribute name="RS_dataType" output="no" value="3"/>
  1871. </XMLAttributes>
  1872. </dataItemLevelSet>
  1873. <dataItemMeasure name="offen">
  1874. <dmMember>
  1875. <MUN>[F_Forderungen].[Kennzahlen].[offen]</MUN>
  1876. <itemCaption>offen</itemCaption>
  1877. </dmMember>
  1878. <dmDimension>
  1879. <DUN>[F_Forderungen].[Kennzahlen]</DUN>
  1880. <itemCaption>Kennzahlen</itemCaption>
  1881. </dmDimension>
  1882. <XMLAttributes>
  1883. <XMLAttribute name="RS_dataType" output="no" value="9"/>
  1884. </XMLAttributes>
  1885. </dataItemMeasure>
  1886. <dataItemMember name="noch nicht fällig">
  1887. <dmMember>
  1888. <MUN>[F_Forderungen].[Fälligkeit].[Fälligkeit].[Staffel]-&gt;:[PC].[@MEMBER].[noch nicht fällig]</MUN>
  1889. <itemCaption>noch nicht fällig</itemCaption>
  1890. </dmMember>
  1891. <dmDimension>
  1892. <DUN>[F_Forderungen].[Fälligkeit]</DUN>
  1893. <itemCaption>Fälligkeit</itemCaption>
  1894. </dmDimension>
  1895. <dmHierarchy>
  1896. <HUN>[F_Forderungen].[Fälligkeit].[Fälligkeit]</HUN>
  1897. <itemCaption>Fälligkeit</itemCaption>
  1898. </dmHierarchy>
  1899. <XMLAttributes>
  1900. <XMLAttribute name="RS_dataType" output="no" value="3"/>
  1901. </XMLAttributes>
  1902. </dataItemMember>
  1903. <dataItemMember name="Kunde">
  1904. <dmMember>
  1905. <MUN>[F_Forderungen].[Kunde].[Kunde].[Kunde]-&gt;:[PC].[@MEMBER].[Kunde]</MUN>
  1906. <itemCaption>Kunde</itemCaption>
  1907. </dmMember>
  1908. <dmDimension>
  1909. <DUN>[F_Forderungen].[Kunde]</DUN>
  1910. <itemCaption>Kunde</itemCaption>
  1911. </dmDimension>
  1912. <dmHierarchy>
  1913. <HUN>[F_Forderungen].[Kunde].[Kunde]</HUN>
  1914. <itemCaption>Kunde</itemCaption>
  1915. </dmHierarchy>
  1916. <XMLAttributes>
  1917. <XMLAttribute name="RS_dataType" output="no" value="3"/>
  1918. </XMLAttributes>
  1919. </dataItemMember>
  1920. <dataItem name="Gesamt">
  1921. <expression>aggregate(CurrentMeasure)</expression>
  1922. </dataItem>
  1923. </selection>
  1924. <detailFilters>
  1925. <detailFilter use="optional">
  1926. <filterExpression>[F_Forderungen].[AH-Gruppe].[AH-Gruppe].[Hauptbetrieb] in( ?p_Mandant?)</filterExpression>
  1927. </detailFilter>
  1928. <detailFilter use="optional">
  1929. <filterExpression>[F_Forderungen].[AH-Gruppe].[AH-Gruppe].[Standort] in( ?p_AH?)</filterExpression>
  1930. </detailFilter>
  1931. <detailFilter use="optional">
  1932. <filterExpression>[F_Forderungen].[Kostenstelle].[Kostenstelle].[Kostenstelle1] in( ?p_Bereich?)</filterExpression>
  1933. </detailFilter>
  1934. <detailFilter use="optional">
  1935. <filterExpression>[F_Forderungen].[Kunde].[Kunde].[Kunde1]in(?p_Kunde?)</filterExpression>
  1936. </detailFilter>
  1937. <detailFilter use="optional">
  1938. <filterExpression>[F_Forderungen].[Kunde].[Kunde].[Beleg] in(?p_Beleg?)</filterExpression>
  1939. </detailFilter>
  1940. <detailFilter use="optional">
  1941. <filterExpression>[F_Forderungen].[Verursacher].[Verursacher].[Sel Name] in (?p_Verursacher?)</filterExpression>
  1942. </detailFilter>
  1943. <detailFilter use="optional">
  1944. <filterExpression>[F_Forderungen].[Fälligkeit].[Fälligkeit].[Staffel] in (?p_Fälligkeit?)</filterExpression>
  1945. </detailFilter>
  1946. </detailFilters>
  1947. </query>
  1948. <query name="qry_AH">
  1949. <source>
  1950. <model/>
  1951. </source>
  1952. <selection>
  1953. <dataItemLevelSet name="Standort">
  1954. <dmLevel>
  1955. <LUN>[F_Forderungen].[AH-Gruppe].[AH-Gruppe].[Standort]</LUN>
  1956. <itemCaption>Standort</itemCaption>
  1957. </dmLevel>
  1958. <dmDimension>
  1959. <DUN>[F_Forderungen].[AH-Gruppe]</DUN>
  1960. <itemCaption>AH-Gruppe</itemCaption>
  1961. </dmDimension>
  1962. <dmHierarchy>
  1963. <HUN>[F_Forderungen].[AH-Gruppe].[AH-Gruppe]</HUN>
  1964. <itemCaption>AH-Gruppe</itemCaption>
  1965. </dmHierarchy>
  1966. </dataItemLevelSet>
  1967. </selection>
  1968. </query>
  1969. <query name="Abfrage2">
  1970. <source>
  1971. <model/>
  1972. </source>
  1973. <selection>
  1974. <dataItem name="Datenelement">
  1975. <expression>[F_Forderungen].[Zeit].[Aktueller Tag].[Tag]</expression>
  1976. </dataItem>
  1977. </selection>
  1978. </query>
  1979. <query name="qry_Bereich">
  1980. <source>
  1981. <model/>
  1982. </source>
  1983. <selection>
  1984. <dataItemLevelSet name="Kostenstelle1">
  1985. <dmLevel>
  1986. <LUN>[F_Forderungen].[Kostenstelle].[Kostenstelle].[Kostenstelle1]</LUN>
  1987. <itemCaption>Kostenstelle1</itemCaption>
  1988. </dmLevel>
  1989. <dmDimension>
  1990. <DUN>[F_Forderungen].[Kostenstelle]</DUN>
  1991. <itemCaption>Kostenstelle</itemCaption>
  1992. </dmDimension>
  1993. <dmHierarchy>
  1994. <HUN>[F_Forderungen].[Kostenstelle].[Kostenstelle]</HUN>
  1995. <itemCaption>Kostenstelle</itemCaption>
  1996. </dmHierarchy>
  1997. </dataItemLevelSet>
  1998. </selection>
  1999. </query>
  2000. <query name="qry_Jahr">
  2001. <source>
  2002. <model/>
  2003. </source>
  2004. <selection>
  2005. <dataItemLevelSet name="Jahr">
  2006. <dmLevel>
  2007. <LUN>[F_Forderungen].[Zeit].[Zeit].[Jahr]</LUN>
  2008. <itemCaption>Jahr</itemCaption>
  2009. </dmLevel>
  2010. <dmDimension>
  2011. <DUN>[F_Forderungen].[Zeit]</DUN>
  2012. <itemCaption>Zeit</itemCaption>
  2013. </dmDimension>
  2014. <dmHierarchy>
  2015. <HUN>[F_Forderungen].[Zeit].[Zeit]</HUN>
  2016. <itemCaption>Zeit</itemCaption>
  2017. </dmHierarchy>
  2018. </dataItemLevelSet>
  2019. </selection>
  2020. </query>
  2021. <query name="qry_Mandant">
  2022. <source>
  2023. <model/>
  2024. </source>
  2025. <selection>
  2026. <dataItemLevelSet name="Hauptbetrieb">
  2027. <dmLevel>
  2028. <LUN>[F_Forderungen].[AH-Gruppe].[AH-Gruppe].[Hauptbetrieb]</LUN>
  2029. <itemCaption>Hauptbetrieb</itemCaption>
  2030. </dmLevel>
  2031. <dmDimension>
  2032. <DUN>[F_Forderungen].[AH-Gruppe]</DUN>
  2033. <itemCaption>AH-Gruppe</itemCaption>
  2034. </dmDimension>
  2035. <dmHierarchy>
  2036. <HUN>[F_Forderungen].[AH-Gruppe].[AH-Gruppe]</HUN>
  2037. <itemCaption>AH-Gruppe</itemCaption>
  2038. </dmHierarchy>
  2039. </dataItemLevelSet>
  2040. </selection>
  2041. </query>
  2042. <query name="qry_Forderungsart">
  2043. <source>
  2044. <model/>
  2045. </source>
  2046. <selection>
  2047. <dataItem aggregate="none" name="Abwarten">
  2048. <expression>[F_Forderungen].[Ford. Art (Abwarten)].[Ford. Art (Abwarten)].[Abwarten]</expression>
  2049. </dataItem>
  2050. </selection>
  2051. </query>
  2052. <query name="qry_Leasing">
  2053. <source>
  2054. <model/>
  2055. </source>
  2056. <selection>
  2057. <dataItem aggregate="none" name="Leasing1">
  2058. <expression>[F_Forderungen].[Leasing].[Leasing].[Leasing1]</expression>
  2059. </dataItem>
  2060. </selection>
  2061. </query>
  2062. <query name="Abfrage3">
  2063. <source>
  2064. <model/>
  2065. </source>
  2066. <selection>
  2067. <dataItem name="Datenelement">
  2068. <expression>[F_Forderungen].[Zeit].[Aktueller Tag].[Tag]</expression>
  2069. </dataItem>
  2070. </selection>
  2071. </query>
  2072. <query name="Abfrage4">
  2073. <source>
  2074. <model/>
  2075. </source>
  2076. <selection>
  2077. <dataItem name="Datenelement">
  2078. <expression>[F_Forderungen].[Zeit].[Aktueller Tag].[Tag]</expression>
  2079. </dataItem>
  2080. </selection>
  2081. </query>
  2082. <query name="qry_Fälligkeit">
  2083. <source>
  2084. <model/>
  2085. </source>
  2086. <selection>
  2087. <dataItem aggregate="none" name="Fälligkeit">
  2088. <expression>[F_Forderungen].[Fälligkeit].[Fälligkeit].[Fälligkeit]</expression>
  2089. </dataItem>
  2090. <dataItem name="desc_Fälligkeit">
  2091. <expression>descendants([Fälligkeit];1)</expression>
  2092. </dataItem>
  2093. </selection>
  2094. </query>
  2095. <query name="qry_Mandant1">
  2096. <source>
  2097. <model/>
  2098. </source>
  2099. <selection>
  2100. <dataItemLevelSet name="Hauptbetrieb">
  2101. <dmLevel>
  2102. <LUN>[F_Forderungen].[AH-Gruppe].[AH-Gruppe].[Hauptbetrieb]</LUN>
  2103. <itemCaption>Hauptbetrieb</itemCaption>
  2104. </dmLevel>
  2105. <dmDimension>
  2106. <DUN>[F_Forderungen].[AH-Gruppe]</DUN>
  2107. <itemCaption>AH-Gruppe</itemCaption>
  2108. </dmDimension>
  2109. <dmHierarchy>
  2110. <HUN>[F_Forderungen].[AH-Gruppe].[AH-Gruppe]</HUN>
  2111. <itemCaption>AH-Gruppe</itemCaption>
  2112. </dmHierarchy>
  2113. </dataItemLevelSet>
  2114. </selection>
  2115. </query>
  2116. <query name="qry_AH1">
  2117. <source>
  2118. <model/>
  2119. </source>
  2120. <selection>
  2121. <dataItemLevelSet name="Standort">
  2122. <dmLevel>
  2123. <LUN>[F_Forderungen].[AH-Gruppe].[AH-Gruppe].[Standort]</LUN>
  2124. <itemCaption>Standort</itemCaption>
  2125. </dmLevel>
  2126. <dmDimension>
  2127. <DUN>[F_Forderungen].[AH-Gruppe]</DUN>
  2128. <itemCaption>AH-Gruppe</itemCaption>
  2129. </dmDimension>
  2130. <dmHierarchy>
  2131. <HUN>[F_Forderungen].[AH-Gruppe].[AH-Gruppe]</HUN>
  2132. <itemCaption>AH-Gruppe</itemCaption>
  2133. </dmHierarchy>
  2134. </dataItemLevelSet>
  2135. </selection>
  2136. </query>
  2137. <query name="qry_Bereich1">
  2138. <source>
  2139. <model/>
  2140. </source>
  2141. <selection>
  2142. <dataItemLevelSet name="Kostenstelle1">
  2143. <dmLevel>
  2144. <LUN>[F_Forderungen].[Kostenstelle].[Kostenstelle].[Kostenstelle1]</LUN>
  2145. <itemCaption>Kostenstelle1</itemCaption>
  2146. </dmLevel>
  2147. <dmDimension>
  2148. <DUN>[F_Forderungen].[Kostenstelle]</DUN>
  2149. <itemCaption>Kostenstelle</itemCaption>
  2150. </dmDimension>
  2151. <dmHierarchy>
  2152. <HUN>[F_Forderungen].[Kostenstelle].[Kostenstelle]</HUN>
  2153. <itemCaption>Kostenstelle</itemCaption>
  2154. </dmHierarchy>
  2155. </dataItemLevelSet>
  2156. </selection>
  2157. </query>
  2158. <query name="qry_Verursacher1">
  2159. <source>
  2160. <model/>
  2161. </source>
  2162. <selection>
  2163. <dataItemLevelSet name="Sel Name">
  2164. <dmLevel>
  2165. <LUN>[F_Forderungen].[Verursacher].[Verursacher].[Sel Name]</LUN>
  2166. <itemCaption>Sel Name</itemCaption>
  2167. </dmLevel>
  2168. <dmDimension>
  2169. <DUN>[F_Forderungen].[Verursacher]</DUN>
  2170. <itemCaption>Verursacher</itemCaption>
  2171. </dmDimension>
  2172. <dmHierarchy>
  2173. <HUN>[F_Forderungen].[Verursacher].[Verursacher]</HUN>
  2174. <itemCaption>Verursacher</itemCaption>
  2175. </dmHierarchy>
  2176. </dataItemLevelSet>
  2177. </selection>
  2178. </query>
  2179. <query name="qry_Kunde">
  2180. <source>
  2181. <model/>
  2182. </source>
  2183. <selection>
  2184. <dataItemLevelSet name="Kunde1">
  2185. <dmLevel>
  2186. <LUN>[F_Forderungen].[Kunde].[Kunde].[Kunde1]</LUN>
  2187. <itemCaption>Kunde1</itemCaption>
  2188. </dmLevel>
  2189. <dmDimension>
  2190. <DUN>[F_Forderungen].[Kunde]</DUN>
  2191. <itemCaption>Kunde</itemCaption>
  2192. </dmDimension>
  2193. <dmHierarchy>
  2194. <HUN>[F_Forderungen].[Kunde].[Kunde]</HUN>
  2195. <itemCaption>Kunde</itemCaption>
  2196. </dmHierarchy>
  2197. </dataItemLevelSet>
  2198. </selection>
  2199. </query>
  2200. <query name="qry_Rechnung">
  2201. <source>
  2202. <model/>
  2203. </source>
  2204. <selection>
  2205. <dataItemLevelSet name="Beleg">
  2206. <dmLevel>
  2207. <LUN>[F_Forderungen].[Kunde].[Kunde].[Beleg]</LUN>
  2208. <itemCaption>Beleg</itemCaption>
  2209. </dmLevel>
  2210. <dmDimension>
  2211. <DUN>[F_Forderungen].[Kunde]</DUN>
  2212. <itemCaption>Kunde</itemCaption>
  2213. </dmDimension>
  2214. <dmHierarchy>
  2215. <HUN>[F_Forderungen].[Kunde].[Kunde]</HUN>
  2216. <itemCaption>Kunde</itemCaption>
  2217. </dmHierarchy>
  2218. </dataItemLevelSet>
  2219. </selection>
  2220. </query>
  2221. </queries>
  2222. <classStyles>
  2223. <classStyle name="pg">
  2224. <CSS value="white-space:nowrap"/>
  2225. </classStyle>
  2226. <classStyle description="kreuztabelle gelb" label="kt_GELB" name="cls1">
  2227. <CSS value="padding:4px 5px 4px 6px;background-color:#FFE97E;line-break:strict"/>
  2228. </classStyle>
  2229. <classStyle description="kreuztabelle gelb" label="kt_GELB2" name="cls11">
  2230. <CSS value="padding:4px 5px 4px 6px;background-color:#F9DC5C;line-break:strict"/>
  2231. </classStyle>
  2232. <classStyle description="kreuztabelle blau" label="kt_BLAU1" name="cls2">
  2233. <CSS value="padding:4px 5px 4px 6px;background-color:#3868A3;line-break:strict"/>
  2234. </classStyle>
  2235. <classStyle description="kreuztabelle blau" label="kt_BLAU2" name="cls3">
  2236. <CSS value="padding:4px 5px 4px 6px;background-color:#648BD0;line-break:strict"/>
  2237. </classStyle>
  2238. <classStyle description="kreuztabelle türkis" label="kt_TUERKIS1" name="cls4">
  2239. <CSS value="padding:4px 5px 4px 6px;background-color:#C7DEE7;line-break:strict"/>
  2240. </classStyle>
  2241. <classStyle description="kreuztabelle türkis " label="kt_TUERKIS2" name="cls5">
  2242. <CSS value="padding:4px 5px 4px 6px;background-color:#97CDD3;line-break:strict"/>
  2243. </classStyle>
  2244. <classStyle description="kreuztabelle grün" label="kt_GRUEN1" name="cls6">
  2245. <CSS value="padding:4px 5px 4px 6px;background-color:#B6CB9B;line-break:strict"/>
  2246. </classStyle>
  2247. <classStyle label="Hintergrund" name="cls14">
  2248. <CSS value="background-color:#C3CCD4"/>
  2249. </classStyle>
  2250. <classStyle description="kreuztabelle grün" label="kt_GRUEN2" name="cls7">
  2251. <CSS value="padding:4px 5px 4px 6px;background-color:#8EA375;line-break:strict"/>
  2252. </classStyle>
  2253. <classStyle description="kreuztabelle rot" label="kt_GRAU" name="cls15">
  2254. <CSS value="padding:4px 5px 4px 6px;background-color:#D3D3D3;line-break:strict"/>
  2255. </classStyle>
  2256. <classStyle description="kreuztabelle orange" label="kt_ORANGE" name="cls8">
  2257. <CSS value="padding:4px 5px 4px 6px;background-color:#E98751;line-break:strict"/>
  2258. </classStyle>
  2259. <classStyle description="kreuztabelle rot" label="kt_ROT1" name="cls9">
  2260. <CSS value="padding:4px 5px 4px 6px;background-color:#B10F2E;line-break:strict"/>
  2261. </classStyle>
  2262. <classStyle description="kreuztabelle rot" label="kt_ROT2" name="cls10">
  2263. <CSS value="padding:4px 5px 4px 6px;background-color:#E60606;line-break:strict"/>
  2264. </classStyle>
  2265. <classStyle label="Kopfzeilenfaktzelle für Kreuztabelle1" name="cls12">
  2266. <CSS value="display:block"/>
  2267. <generatedBackground>
  2268. <fill>
  2269. <linearGradient>
  2270. <gradientColor/>
  2271. <gradientColor colorPosition="100" gradientColor="white"/>
  2272. </linearGradient>
  2273. </fill>
  2274. <dropShadow/>
  2275. <border allowTransparentBleed="true" cornerRadius="2pt"/>
  2276. </generatedBackground>
  2277. </classStyle>
  2278. <classStyle label="Kopfzeilenzelle für Kreuztabelle1" name="cls13">
  2279. <CSS value="padding:4px 5px 4px 6px;color:#E98751;font-weight:bold;vertical-align:top;background-color:transparent;border:1px solid silver"/>
  2280. <generatedBackground>
  2281. <fill>
  2282. <linearGradient>
  2283. <gradientColor gradientColor="lime"/>
  2284. </linearGradient>
  2285. </fill>
  2286. </generatedBackground>
  2287. </classStyle>
  2288. <classStyle name="lg">
  2289. <CSS value="direction:auto;unicode-bidi:embed"/>
  2290. </classStyle>
  2291. <classStyle name="bp">
  2292. <CSS value="color:#3E5C76;border:0.5pt solid #3E5C76"/>
  2293. </classStyle>
  2294. <classStyle name="bph">
  2295. <CSS value="color:#3E5C76;background-color:#E98751"/>
  2296. </classStyle>
  2297. </classStyles>
  2298. <reportVariables>
  2299. <reportVariable name="b_AnzeigeAH" type="boolean">
  2300. <reportExpression>ParamDisplayValue(&quot;p_AH&quot;) is null</reportExpression>
  2301. <variableValues>
  2302. <variableValue value="1"/>
  2303. </variableValues>
  2304. </reportVariable>
  2305. </reportVariables>
  2306. <namedConditionalStyles>
  2307. <advancedConditionalStyle name="Bedingter Stil 1">
  2308. <styleCases>
  2309. <styleCase>
  2310. <style>
  2311. <CSS value="background-color:#C3CCD4"/>
  2312. </style>
  2313. <reportCondition>(ReportOutput() contains &quot;HTML&quot;)
  2314. </reportCondition>
  2315. </styleCase>
  2316. </styleCases>
  2317. <styleDefault>
  2318. <style>
  2319. <CSS value="background-color:white"/>
  2320. </style>
  2321. </styleDefault>
  2322. </advancedConditionalStyle>
  2323. <advancedConditionalStyle name="letzte_13_Monate">
  2324. <styleCases>
  2325. <styleCase>
  2326. <reportCondition>ParamDisplayValue(&quot;p_Zeit&quot;) is not null</reportCondition>
  2327. </styleCase>
  2328. </styleCases>
  2329. <styleDefault>
  2330. <style>
  2331. <CSS value="display:none"/>
  2332. </style>
  2333. </styleDefault>
  2334. </advancedConditionalStyle>
  2335. <advancedConditionalStyle name="letzte_13_Monate1">
  2336. <styleCases>
  2337. <styleCase>
  2338. <reportCondition>ParamDisplayValue(&quot;p_Zeit&quot;) is not null</reportCondition>
  2339. </styleCase>
  2340. </styleCases>
  2341. <styleDefault>
  2342. <style>
  2343. <CSS value="display:none"/>
  2344. </style>
  2345. </styleDefault>
  2346. </advancedConditionalStyle>
  2347. </namedConditionalStyles>
  2348. </report>