S.08 Offene Aufträge nach Serviceberater.xml 109 KB

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