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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578157915801581158215831584158515861587158815891590159115921593159415951596159715981599160016011602160316041605160616071608160916101611161216131614161516161617161816191620162116221623162416251626162716281629163016311632163316341635163616371638163916401641164216431644164516461647164816491650165116521653165416551656165716581659166016611662166316641665166616671668166916701671167216731674167516761677167816791680168116821683168416851686168716881689169016911692169316941695169616971698169917001701170217031704170517061707170817091710171117121713171417151716171717181719172017211722172317241725172617271728172917301731173217331734173517361737173817391740174117421743174417451746174717481749175017511752175317541755175617571758175917601761176217631764176517661767176817691770177117721773177417751776177717781779178017811782178317841785178617871788178917901791179217931794179517961797179817991800180118021803180418051806180718081809181018111812181318141815181618171818181918201821182218231824182518261827182818291830183118321833183418351836183718381839184018411842184318441845184618471848184918501851185218531854185518561857185818591860186118621863186418651866186718681869187018711872187318741875187618771878187918801881188218831884188518861887188818891890189118921893189418951896189718981899190019011902190319041905190619071908190919101911191219131914191519161917191819191920192119221923192419251926192719281929193019311932193319341935193619371938193919401941194219431944194519461947194819491950195119521953195419551956195719581959196019611962196319641965196619671968196919701971197219731974197519761977197819791980198119821983198419851986198719881989199019911992199319941995199619971998199920002001200220032004200520062007200820092010201120122013201420152016201720182019202020212022202320242025202620272028202920302031203220332034203520362037203820392040204120422043204420452046204720482049205020512052205320542055205620572058205920602061206220632064206520662067206820692070207120722073207420752076207720782079208020812082208320842085208620872088208920902091209220932094209520962097209820992100210121022103210421052106210721082109211021112112211321142115211621172118211921202121212221232124212521262127212821292130213121322133213421352136213721382139214021412142214321442145214621472148214921502151215221532154215521562157215821592160216121622163216421652166216721682169217021712172217321742175217621772178217921802181218221832184218521862187218821892190219121922193219421952196219721982199220022012202220322042205220622072208220922102211221222132214221522162217221822192220222122222223222422252226222722282229223022312232223322342235223622372238223922402241224222432244224522462247224822492250225122522253225422552256225722582259226022612262226322642265226622672268226922702271227222732274227522762277227822792280228122822283228422852286228722882289229022912292229322942295229622972298229923002301230223032304230523062307230823092310231123122313231423152316231723182319232023212322232323242325232623272328232923302331233223332334233523362337233823392340234123422343234423452346234723482349235023512352235323542355235623572358235923602361
  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. <crosstabNode>
  421. <crosstabNodeMembers>
  422. <crosstabNodeMember edgeLocation="e11" refDataItem="ben. Std.">
  423. <style>
  424. <defaultStyles>
  425. <defaultStyle refStyle="ml"/>
  426. </defaultStyles>
  427. <CSS value="background-color:white;width:75px;white-space:normal;text-align:center;font-weight:bold"/>
  428. </style>
  429. <contents>
  430. <textItem>
  431. <dataSource>
  432. <memberCaption/>
  433. </dataSource>
  434. </textItem>
  435. </contents>
  436. </crosstabNodeMember>
  437. </crosstabNodeMembers>
  438. </crosstabNode>
  439. </crosstabNestedNodes>
  440. <crosstabNodeMembers>
  441. <crosstabNodeMember edgeLocation="e13" refDataItem="älter 14 Tage1">
  442. <style>
  443. <defaultStyles>
  444. <defaultStyle refStyle="ml"/>
  445. </defaultStyles>
  446. <CSS value="background-color:white;font-weight:bold;text-align:center;width:75px;white-space:normal"/>
  447. </style>
  448. <contents>
  449. <textItem>
  450. <dataSource>
  451. <memberCaption/>
  452. </dataSource>
  453. </textItem>
  454. </contents>
  455. </crosstabNodeMember>
  456. </crosstabNodeMembers>
  457. </crosstabNode>
  458. <crosstabNode>
  459. <crosstabNestedNodes>
  460. <crosstabNode>
  461. <crosstabNodeMembers>
  462. <crosstabNodeMember edgeLocation="e6" refDataItem="Tage offen">
  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="e15" refDataItem="DG1">
  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="e16" refDataItem="Lohn1">
  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="e17" refDataItem="Teile1">
  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="e18" refDataItem="Sonst.1">
  539. <style>
  540. <defaultStyles>
  541. <defaultStyle refStyle="ml"/>
  542. </defaultStyles>
  543. <CSS value="background-color:white;font-weight:bold;text-align:center;width:75px;white-space:normal"/>
  544. </style>
  545. <contents>
  546. <textItem>
  547. <dataSource>
  548. <memberCaption/>
  549. </dataSource>
  550. </textItem>
  551. </contents>
  552. </crosstabNodeMember>
  553. </crosstabNodeMembers>
  554. </crosstabNode>
  555. <crosstabNode>
  556. <crosstabNodeMembers>
  557. <crosstabNodeMember edgeLocation="e9" refDataItem="Gesamt">
  558. <style>
  559. <CSS value="font-weight:bold;text-align:center;width:75px;white-space:normal"/>
  560. <defaultStyles>
  561. <defaultStyle refStyle="cls15"/>
  562. </defaultStyles>
  563. </style>
  564. <contents>
  565. <textItem>
  566. <dataSource>
  567. <memberCaption/>
  568. </dataSource>
  569. </textItem>
  570. </contents>
  571. <factCell>
  572. <style>
  573. <defaultStyles>
  574. <defaultStyle refStyle="cls15"/>
  575. </defaultStyles>
  576. </style>
  577. </factCell>
  578. </crosstabNodeMember>
  579. </crosstabNodeMembers>
  580. </crosstabNode>
  581. <crosstabNode>
  582. <crosstabNodeMembers>
  583. <crosstabNodeMember edgeLocation="e10" refDataItem="ben. Std.">
  584. <style>
  585. <defaultStyles>
  586. <defaultStyle refStyle="ml"/>
  587. </defaultStyles>
  588. <CSS value="background-color:white;width:75px;white-space:normal;text-align:center;font-weight:bold"/>
  589. </style>
  590. <contents>
  591. <textItem>
  592. <dataSource>
  593. <memberCaption/>
  594. </dataSource>
  595. </textItem>
  596. </contents>
  597. </crosstabNodeMember>
  598. </crosstabNodeMembers>
  599. </crosstabNode>
  600. </crosstabNestedNodes>
  601. <crosstabNodeMembers>
  602. <crosstabSpacer edgeLocation="s1">
  603. <contents>
  604. <textItem>
  605. <dataSource>
  606. <staticValue> Gesamt</staticValue>
  607. </dataSource>
  608. </textItem>
  609. </contents>
  610. <style>
  611. <defaultStyles>
  612. <defaultStyle refStyle="xs"/>
  613. </defaultStyles>
  614. <CSS value="width:75px;white-space:normal;text-align:center;font-weight:bold;background-color:white"/>
  615. </style>
  616. </crosstabSpacer>
  617. </crosstabNodeMembers>
  618. </crosstabNode>
  619. </crosstabColumns>
  620. <crosstabFactCell>
  621. <contents>
  622. <textItem>
  623. <dataSource>
  624. <cellValue/>
  625. </dataSource>
  626. </textItem>
  627. </contents>
  628. <style>
  629. <defaultStyles>
  630. <defaultStyle refStyle="mv"/>
  631. </defaultStyles>
  632. <CSS value="border:0.75pt solid silver"/>
  633. </style>
  634. </crosstabFactCell>
  635. <crosstabSuppress/>
  636. <crosstabRows>
  637. <crosstabNode>
  638. <crosstabNodeMembers>
  639. <crosstabNodeMember edgeLocation="e14" refDataItem="Serviceberater1">
  640. <style>
  641. <defaultStyles>
  642. <defaultStyle refStyle="ml"/>
  643. </defaultStyles>
  644. <CSS value="background-color:white;font-weight:normal"/>
  645. </style>
  646. <contents>
  647. <textItem>
  648. <dataSource>
  649. <memberCaption/>
  650. </dataSource>
  651. </textItem>
  652. </contents>
  653. <factCell>
  654. <style>
  655. <CSS value="font-weight:normal"/>
  656. </style>
  657. </factCell>
  658. </crosstabNodeMember>
  659. </crosstabNodeMembers>
  660. </crosstabNode>
  661. <crosstabNode>
  662. <crosstabNodeMembers>
  663. <crosstabNodeMember edgeLocation="e1" refDataItem="Serviceberater">
  664. <style>
  665. <CSS value="background-color:#B1BCC7;font-weight:normal;color:black"/>
  666. <defaultStyles>
  667. <defaultStyle refStyle="ol"/>
  668. </defaultStyles>
  669. </style>
  670. <contents>
  671. <textItem>
  672. <dataSource>
  673. <staticValue>Gesamt</staticValue>
  674. </dataSource>
  675. </textItem>
  676. </contents>
  677. <factCell>
  678. <style>
  679. <CSS value="background-color:#B1BCC7;font-weight:normal;color:black;text-align:right"/>
  680. <defaultStyles>
  681. <defaultStyle refStyle="ol"/>
  682. </defaultStyles>
  683. </style>
  684. </factCell>
  685. </crosstabNodeMember>
  686. </crosstabNodeMembers>
  687. </crosstabNode>
  688. </crosstabRows>
  689. <crosstabIntersections/>
  690. </crosstab>
  691. </contents>
  692. <style>
  693. <CSS value="padding-top:20px"/>
  694. </style>
  695. </tableCell>
  696. <tableCell>
  697. <contents/>
  698. </tableCell>
  699. </tableCells>
  700. </tableRow>
  701. </tableRows>
  702. </table>
  703. </contents>
  704. <style>
  705. <defaultStyles>
  706. <defaultStyle refStyle="pb"/>
  707. </defaultStyles>
  708. </style>
  709. </pageBody>
  710. <style>
  711. <defaultStyles>
  712. <defaultStyle refStyle="pg"/>
  713. </defaultStyles>
  714. </style>
  715. <pageHeader>
  716. <contents>
  717. <table>
  718. <style>
  719. <defaultStyles>
  720. <defaultStyle refStyle="tb"/>
  721. </defaultStyles>
  722. <CSS value="border-collapse:collapse;width:100%"/>
  723. </style>
  724. <tableRows>
  725. <tableRow>
  726. <tableCells>
  727. <tableCell>
  728. <contents>
  729. <image>
  730. <dataSource>
  731. <staticValue>/bi/samples/images/GC_LOGO/LOGO.png</staticValue>
  732. </dataSource>
  733. <style>
  734. <CSS value="height:40px"/>
  735. </style>
  736. </image>
  737. </contents>
  738. <style>
  739. <CSS value="width:250px;padding-top:20px;padding-bottom:20px;padding-left:20px"/>
  740. </style>
  741. </tableCell>
  742. <tableCell>
  743. <contents>
  744. <table>
  745. <style>
  746. <defaultStyles>
  747. <defaultStyle refStyle="tb"/>
  748. </defaultStyles>
  749. <CSS value="border-collapse:collapse;height:100%"/>
  750. </style>
  751. <tableRows>
  752. <tableRow>
  753. <tableCells>
  754. <tableCell>
  755. <contents>
  756. <textItem>
  757. <dataSource>
  758. <staticValue>S.08 Offene Aufträge nach Serviceberater per </staticValue>
  759. </dataSource>
  760. <style>
  761. <CSS value="font-size:22pt;padding-left:20px"/>
  762. </style>
  763. </textItem>
  764. </contents>
  765. <style>
  766. <CSS value="text-align:left;vertical-align:top"/>
  767. </style>
  768. </tableCell>
  769. <tableCell>
  770. <contents>
  771. <singleton name="Singleton3" refQuery="qry_Tag">
  772. <contents>
  773. <textItem>
  774. <dataSource>
  775. <dataItemValue refDataItem="Datenelement"/>
  776. </dataSource>
  777. <style>
  778. <CSS value="font-size:22pt"/>
  779. </style>
  780. </textItem>
  781. </contents>
  782. </singleton>
  783. </contents>
  784. <style>
  785. <CSS value="text-align:left;vertical-align:top;font-size:22pt"/>
  786. </style>
  787. </tableCell>
  788. </tableCells>
  789. </tableRow>
  790. </tableRows>
  791. </table>
  792. </contents>
  793. <style>
  794. <CSS value="text-align:left;width:12%;vertical-align:middle"/>
  795. <defaultStyles>
  796. <defaultStyle refStyle="GuidedLayoutBottomPadding"/>
  797. <defaultStyle refStyle="GuidedLayoutLeftPadding"/>
  798. <defaultStyle refStyle="GuidedLayoutRightPadding"/>
  799. </defaultStyles>
  800. </style>
  801. </tableCell>
  802. <tableCell>
  803. <contents/>
  804. <style>
  805. <CSS value="text-align:left;vertical-align:middle"/>
  806. </style>
  807. </tableCell>
  808. </tableCells>
  809. </tableRow>
  810. <tableRow>
  811. <tableCells>
  812. <tableCell>
  813. <contents>
  814. <table>
  815. <style>
  816. <defaultStyles>
  817. <defaultStyle refStyle="tb"/>
  818. </defaultStyles>
  819. <CSS value="border-collapse:collapse;width:100%"/>
  820. </style>
  821. <tableRows>
  822. <tableRow>
  823. <tableCells>
  824. <tableCell>
  825. <contents>
  826. <promptButton type="back">
  827. <contents/>
  828. <style>
  829. <defaultStyles>
  830. <defaultStyle refStyle="bp"/>
  831. </defaultStyles>
  832. </style>
  833. </promptButton>
  834. </contents>
  835. </tableCell>
  836. <tableCell>
  837. <contents/>
  838. <style>
  839. <CSS value="text-align:left"/>
  840. </style>
  841. <conditionalStyleRefs>
  842. <conditionalStyleRef refConditionalStyle="letzte_13_Monate"/>
  843. </conditionalStyleRefs>
  844. </tableCell>
  845. </tableCells>
  846. </tableRow>
  847. </tableRows>
  848. </table>
  849. </contents>
  850. <style>
  851. <CSS value="padding-top:10px;padding-bottom:10px"/>
  852. </style>
  853. </tableCell>
  854. <tableCell colSpan="2">
  855. <contents>
  856. <textItem>
  857. <dataSource>
  858. <staticValue>verwendete Filter:</staticValue>
  859. </dataSource>
  860. <style>
  861. <CSS value="padding-left:20px"/>
  862. </style>
  863. </textItem>
  864. <textItem>
  865. <dataSource>
  866. <reportExpression>if(ParamDisplayValue(&quot;p_Zeit&quot;) is null) then(&quot;&quot;) else(&quot; | &quot;+ParamDisplayValue(&quot;p_Zeit&quot;))</reportExpression>
  867. </dataSource>
  868. </textItem>
  869. <textItem>
  870. <dataSource>
  871. <reportExpression>if(ParamDisplayValue(&quot;p_AH&quot;) is null) then(&quot;&quot;) else(&quot; | &quot;+ParamDisplayValue(&quot;p_AH&quot;))</reportExpression>
  872. </dataSource>
  873. </textItem>
  874. <textItem>
  875. <dataSource>
  876. <reportExpression>if(ParamDisplayValue(&quot;p_Verkäufer&quot;) is null) then(&quot;&quot;) else(&quot; | &quot;+ParamDisplayValue(&quot;p_Verkäufer&quot;))</reportExpression>
  877. </dataSource>
  878. </textItem>
  879. <textItem>
  880. <dataSource>
  881. <reportExpression>if(ParamDisplayValue(&quot;p_Fahrzeugart&quot;) is null) then(&quot;&quot;) else(&quot; | &quot;+ParamDisplayValue(&quot;p_Fahrzeugart&quot;))
  882. </reportExpression>
  883. </dataSource>
  884. </textItem>
  885. <textItem>
  886. <dataSource>
  887. <reportExpression>if(ParamDisplayValue(&quot;p_Fabrikat&quot;) is null) then(&quot;&quot;) else(&quot; | &quot;+ParamDisplayValue(&quot;p_Fabrikat&quot;))</reportExpression>
  888. </dataSource>
  889. </textItem>
  890. <textItem>
  891. <dataSource>
  892. <reportExpression>if(ParamDisplayValue(&quot;p_Kundenart&quot;) is null) then(&quot;&quot;) else(&quot; | &quot;+ParamDisplayValue(&quot;p_Kundenart&quot;))</reportExpression>
  893. </dataSource>
  894. </textItem>
  895. <textItem>
  896. <dataSource>
  897. <reportExpression>if(ParamDisplayValue(&quot;p_Modell&quot;) is null) then(&quot;&quot;) else(&quot; | &quot;+ParamDisplayValue(&quot;p_Modell&quot;))</reportExpression>
  898. </dataSource>
  899. </textItem>
  900. <textItem>
  901. <dataSource>
  902. <reportExpression>if(ParamDisplayValue(&quot;p_Umsatzart&quot;) is null) then(&quot;&quot;) else(&quot; | &quot;+ParamDisplayValue(&quot;p_Umsatzart&quot;))</reportExpression>
  903. </dataSource>
  904. </textItem>
  905. <textItem>
  906. <dataSource>
  907. <reportExpression/>
  908. </dataSource>
  909. </textItem>
  910. </contents>
  911. </tableCell>
  912. </tableCells>
  913. </tableRow>
  914. </tableRows>
  915. </table>
  916. </contents>
  917. <style>
  918. <defaultStyles>
  919. <defaultStyle refStyle="cls14"/>
  920. </defaultStyles>
  921. </style>
  922. </pageHeader>
  923. </page>
  924. </reportPages>
  925. <promptPages>
  926. <page name="Eingabeaufforderungsseite1">
  927. <pageHeader>
  928. <contents>
  929. <table>
  930. <style>
  931. <defaultStyles>
  932. <defaultStyle refStyle="tb"/>
  933. </defaultStyles>
  934. <CSS value="border-collapse:collapse;width:100%"/>
  935. </style>
  936. <tableRows>
  937. <tableRow>
  938. <tableCells>
  939. <tableCell>
  940. <contents>
  941. <image>
  942. <dataSource>
  943. <staticValue>/bi/samples/images/GC_LOGO/LOGO.png</staticValue>
  944. </dataSource>
  945. <style>
  946. <CSS value="height:40px"/>
  947. </style>
  948. </image>
  949. </contents>
  950. <style>
  951. <CSS value="width:250px;height:50px;padding-left:50px"/>
  952. </style>
  953. </tableCell>
  954. <tableCell>
  955. <contents>
  956. <textItem>
  957. <dataSource>
  958. <staticValue>Filterauswahl</staticValue>
  959. </dataSource>
  960. <style>
  961. <CSS value="font-size:22pt"/>
  962. </style>
  963. </textItem>
  964. </contents>
  965. </tableCell>
  966. </tableCells>
  967. </tableRow>
  968. </tableRows>
  969. </table>
  970. </contents>
  971. <style>
  972. <defaultStyles>
  973. <defaultStyle refStyle="cls14"/>
  974. </defaultStyles>
  975. <CSS value="height:70px"/>
  976. </style>
  977. </pageHeader>
  978. <pageBody>
  979. <contents>
  980. <table>
  981. <style>
  982. <defaultStyles>
  983. <defaultStyle refStyle="tb"/>
  984. </defaultStyles>
  985. <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"/>
  986. </style>
  987. <tableRows>
  988. <tableRow>
  989. <tableCells>
  990. <tableCell>
  991. <contents>
  992. <textItem>
  993. <dataSource>
  994. <staticValue/>
  995. </dataSource>
  996. <style>
  997. <CSS value="width:20px"/>
  998. </style>
  999. </textItem>
  1000. </contents>
  1001. </tableCell>
  1002. <tableCell>
  1003. <contents>
  1004. <textItem>
  1005. <dataSource>
  1006. <staticValue>Mandant:</staticValue>
  1007. </dataSource>
  1008. </textItem>
  1009. </contents>
  1010. <style>
  1011. <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"/>
  1012. </style>
  1013. </tableCell>
  1014. <tableCell>
  1015. <contents>
  1016. <textItem>
  1017. <dataSource>
  1018. <staticValue/>
  1019. </dataSource>
  1020. <style>
  1021. <CSS value="width:45px"/>
  1022. </style>
  1023. </textItem>
  1024. </contents>
  1025. <style>
  1026. <CSS value="width:45px;padding-top:20px;text-align:center"/>
  1027. </style>
  1028. </tableCell>
  1029. <tableCell>
  1030. <contents>
  1031. <textItem>
  1032. <dataSource>
  1033. <staticValue>AH-Gruppe</staticValue>
  1034. </dataSource>
  1035. </textItem>
  1036. </contents>
  1037. <style>
  1038. <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"/>
  1039. </style>
  1040. </tableCell>
  1041. <tableCell>
  1042. <contents>
  1043. <textItem>
  1044. <dataSource>
  1045. <staticValue/>
  1046. </dataSource>
  1047. <style>
  1048. <CSS value="width:45px"/>
  1049. </style>
  1050. </textItem>
  1051. </contents>
  1052. <style>
  1053. <CSS value="text-align:left;width:15px;padding-top:20px"/>
  1054. </style>
  1055. </tableCell>
  1056. <tableCell>
  1057. <contents/>
  1058. <style>
  1059. <CSS value="width:7%;padding-top:20px"/>
  1060. </style>
  1061. </tableCell>
  1062. <tableCell>
  1063. <contents>
  1064. <textItem>
  1065. <dataSource>
  1066. <staticValue/>
  1067. </dataSource>
  1068. <style>
  1069. <CSS value="width:45px"/>
  1070. </style>
  1071. </textItem>
  1072. </contents>
  1073. <style>
  1074. <CSS value="width:15px"/>
  1075. </style>
  1076. </tableCell>
  1077. <tableCell>
  1078. <contents>
  1079. <promptButton type="finish">
  1080. <contents/>
  1081. <style>
  1082. <defaultStyles>
  1083. <defaultStyle refStyle="bp"/>
  1084. </defaultStyles>
  1085. </style>
  1086. </promptButton>
  1087. </contents>
  1088. <style>
  1089. <CSS value="padding-top:20px;text-align:right;vertical-align:bottom;width:7%"/>
  1090. </style>
  1091. </tableCell>
  1092. <tableCell>
  1093. <contents/>
  1094. <style>
  1095. <CSS value="width:13%;padding-top:20px;text-align:right;vertical-align:bottom"/>
  1096. </style>
  1097. </tableCell>
  1098. <tableCell>
  1099. <contents/>
  1100. <style>
  1101. <CSS value="width:17%;padding-top:20px"/>
  1102. </style>
  1103. </tableCell>
  1104. <tableCell>
  1105. <contents/>
  1106. <style>
  1107. <CSS value="width:7%;padding-top:20px;padding-left:80px"/>
  1108. </style>
  1109. </tableCell>
  1110. <tableCell>
  1111. <contents/>
  1112. <style>
  1113. <CSS value="width:7%;padding-top:20px"/>
  1114. </style>
  1115. </tableCell>
  1116. </tableCells>
  1117. </tableRow>
  1118. <tableRow>
  1119. <tableCells>
  1120. <tableCell>
  1121. <contents/>
  1122. </tableCell>
  1123. <tableCell>
  1124. <contents>
  1125. <selectValue multiSelect="true" parameter="p_Umsatzart" refQuery="qry_AH" required="false" selectValueUI="checkboxGroup">
  1126. <headerText>
  1127. <defaultText>Alle Umsatzarten</defaultText>
  1128. </headerText>
  1129. <useItem refDataItem="Hauptbetrieb"/>
  1130. </selectValue>
  1131. </contents>
  1132. <style>
  1133. <CSS value="padding-bottom:25px;vertical-align:top;text-align:left"/>
  1134. </style>
  1135. </tableCell>
  1136. <tableCell>
  1137. <contents/>
  1138. </tableCell>
  1139. <tableCell>
  1140. <contents>
  1141. <selectValue multiSelect="true" parameter="p_AH" refQuery="qry_AH" required="false" selectValueUI="checkboxGroup">
  1142. <headerText>
  1143. <defaultText>Alle Autohäuser</defaultText>
  1144. </headerText>
  1145. <style>
  1146. <CSS value="width:300px"/>
  1147. </style>
  1148. <useItem refDataItem="Standort"/>
  1149. </selectValue>
  1150. </contents>
  1151. <style>
  1152. <CSS value="padding-bottom:25px"/>
  1153. <defaultStyles>
  1154. <defaultStyle refStyle="GuidedLayoutTopPadding"/>
  1155. <defaultStyle refStyle="GuidedLayoutBottomPadding"/>
  1156. <defaultStyle refStyle="GuidedLayoutLeftPadding"/>
  1157. <defaultStyle refStyle="GuidedLayoutRightPadding"/>
  1158. </defaultStyles>
  1159. </style>
  1160. </tableCell>
  1161. <tableCell>
  1162. <contents/>
  1163. </tableCell>
  1164. <tableCell>
  1165. <contents/>
  1166. </tableCell>
  1167. <tableCell>
  1168. <contents/>
  1169. </tableCell>
  1170. <tableCell>
  1171. <contents>
  1172. <table>
  1173. <style>
  1174. <defaultStyles>
  1175. <defaultStyle refStyle="tb"/>
  1176. </defaultStyles>
  1177. <CSS value="border-collapse:collapse;width:100%"/>
  1178. </style>
  1179. <tableRows>
  1180. <tableRow>
  1181. <tableCells>
  1182. <tableCell>
  1183. <contents>
  1184. <promptButton type="cancel">
  1185. <contents/>
  1186. <style>
  1187. <defaultStyles>
  1188. <defaultStyle refStyle="bp"/>
  1189. </defaultStyles>
  1190. </style>
  1191. </promptButton>
  1192. </contents>
  1193. <style>
  1194. <CSS value="text-align:right"/>
  1195. </style>
  1196. </tableCell>
  1197. </tableCells>
  1198. </tableRow>
  1199. <tableRow>
  1200. <tableCells>
  1201. <tableCell>
  1202. <contents/>
  1203. </tableCell>
  1204. </tableCells>
  1205. </tableRow>
  1206. <tableRow>
  1207. <tableCells>
  1208. <tableCell>
  1209. <contents/>
  1210. <style>
  1211. <CSS value="text-align:right;padding-top:30px"/>
  1212. </style>
  1213. </tableCell>
  1214. </tableCells>
  1215. </tableRow>
  1216. </tableRows>
  1217. </table>
  1218. </contents>
  1219. <style>
  1220. <CSS value="padding-top:25px;text-align:right;vertical-align:top;width:13%"/>
  1221. </style>
  1222. </tableCell>
  1223. <tableCell>
  1224. <contents/>
  1225. <style>
  1226. <CSS value="text-align:right;width:13%;vertical-align:top;padding-top:25px"/>
  1227. </style>
  1228. </tableCell>
  1229. <tableCell>
  1230. <contents/>
  1231. <style>
  1232. <CSS value="width:17%"/>
  1233. </style>
  1234. </tableCell>
  1235. <tableCell>
  1236. <contents/>
  1237. <style>
  1238. <CSS value="padding-left:80px"/>
  1239. </style>
  1240. </tableCell>
  1241. <tableCell>
  1242. <contents/>
  1243. </tableCell>
  1244. </tableCells>
  1245. </tableRow>
  1246. <tableRow>
  1247. <tableCells>
  1248. <tableCell>
  1249. <contents>
  1250. <textItem>
  1251. <dataSource>
  1252. <staticValue/>
  1253. </dataSource>
  1254. <style>
  1255. <CSS value="width:20px;height:30px"/>
  1256. </style>
  1257. </textItem>
  1258. </contents>
  1259. </tableCell>
  1260. <tableCell>
  1261. <contents/>
  1262. </tableCell>
  1263. <tableCell>
  1264. <contents/>
  1265. </tableCell>
  1266. <tableCell>
  1267. <contents/>
  1268. </tableCell>
  1269. <tableCell>
  1270. <contents/>
  1271. </tableCell>
  1272. <tableCell>
  1273. <contents/>
  1274. </tableCell>
  1275. <tableCell>
  1276. <contents/>
  1277. </tableCell>
  1278. <tableCell>
  1279. <contents/>
  1280. </tableCell>
  1281. <tableCell>
  1282. <contents/>
  1283. </tableCell>
  1284. <tableCell>
  1285. <contents/>
  1286. </tableCell>
  1287. <tableCell>
  1288. <contents/>
  1289. </tableCell>
  1290. <tableCell>
  1291. <contents/>
  1292. </tableCell>
  1293. </tableCells>
  1294. </tableRow>
  1295. <tableRow>
  1296. <tableCells>
  1297. <tableCell>
  1298. <contents/>
  1299. </tableCell>
  1300. <tableCell>
  1301. <contents>
  1302. <table>
  1303. <style>
  1304. <defaultStyles>
  1305. <defaultStyle refStyle="tb"/>
  1306. </defaultStyles>
  1307. <CSS value="border-collapse:collapse;width:100%"/>
  1308. </style>
  1309. <tableRows>
  1310. <tableRow>
  1311. <tableCells>
  1312. <tableCell>
  1313. <contents>
  1314. <textItem>
  1315. <dataSource>
  1316. <staticValue>Serviceberater:</staticValue>
  1317. </dataSource>
  1318. <style>
  1319. <CSS value="color:white;font-weight:bold;vertical-align:top"/>
  1320. </style>
  1321. </textItem>
  1322. </contents>
  1323. </tableCell>
  1324. <tableCell>
  1325. <contents>
  1326. <promptButton type="reprompt">
  1327. <contents>
  1328. <textItem>
  1329. <dataSource>
  1330. <staticValue>Refresh</staticValue>
  1331. </dataSource>
  1332. </textItem>
  1333. </contents>
  1334. <style>
  1335. <defaultStyles>
  1336. <defaultStyle refStyle="bp"/>
  1337. </defaultStyles>
  1338. </style>
  1339. </promptButton>
  1340. </contents>
  1341. <style>
  1342. <CSS value="text-align:right;padding-right:5px"/>
  1343. </style>
  1344. </tableCell>
  1345. </tableCells>
  1346. </tableRow>
  1347. </tableRows>
  1348. </table>
  1349. </contents>
  1350. <style>
  1351. <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"/>
  1352. </style>
  1353. </tableCell>
  1354. <tableCell>
  1355. <contents/>
  1356. <style>
  1357. <CSS value="padding-left:10px"/>
  1358. </style>
  1359. </tableCell>
  1360. <tableCell>
  1361. <contents>
  1362. <textItem>
  1363. <dataSource>
  1364. <staticValue>Fabrikat: </staticValue>
  1365. </dataSource>
  1366. <style>
  1367. <CSS value="color:white;font-weight:bold;vertical-align:top"/>
  1368. </style>
  1369. </textItem>
  1370. </contents>
  1371. <style>
  1372. <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"/>
  1373. </style>
  1374. </tableCell>
  1375. <tableCell>
  1376. <contents/>
  1377. <style>
  1378. <CSS value="padding-left:10px;text-align:left"/>
  1379. </style>
  1380. </tableCell>
  1381. <tableCell>
  1382. <contents>
  1383. <table>
  1384. <style>
  1385. <CSS value="border-collapse:collapse;width:100%"/>
  1386. <defaultStyles>
  1387. <defaultStyle refStyle="tb"/>
  1388. </defaultStyles>
  1389. </style>
  1390. <tableRows>
  1391. <tableRow>
  1392. <tableCells>
  1393. <tableCell>
  1394. <contents>
  1395. <textItem>
  1396. <dataSource>
  1397. <staticValue>Modell:</staticValue>
  1398. </dataSource>
  1399. <style>
  1400. <CSS value="color:white;font-weight:bold;vertical-align:top"/>
  1401. </style>
  1402. </textItem>
  1403. </contents>
  1404. </tableCell>
  1405. <tableCell>
  1406. <contents>
  1407. <promptButton type="reprompt">
  1408. <contents>
  1409. <textItem>
  1410. <dataSource>
  1411. <staticValue>Refresh</staticValue>
  1412. </dataSource>
  1413. </textItem>
  1414. </contents>
  1415. <style>
  1416. <defaultStyles>
  1417. <defaultStyle refStyle="bp"/>
  1418. </defaultStyles>
  1419. </style>
  1420. </promptButton>
  1421. </contents>
  1422. <style>
  1423. <CSS value="text-align:right;padding-right:5px;width:55%"/>
  1424. </style>
  1425. </tableCell>
  1426. </tableCells>
  1427. </tableRow>
  1428. </tableRows>
  1429. </table>
  1430. </contents>
  1431. <style>
  1432. <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"/>
  1433. </style>
  1434. </tableCell>
  1435. <tableCell>
  1436. <contents/>
  1437. <style>
  1438. <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"/>
  1439. </style>
  1440. </tableCell>
  1441. <tableCell>
  1442. <contents/>
  1443. <style>
  1444. <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"/>
  1445. <defaultStyles>
  1446. <defaultStyle refStyle="GuidedLayoutTopPadding"/>
  1447. <defaultStyle refStyle="GuidedLayoutBottomPadding"/>
  1448. <defaultStyle refStyle="GuidedLayoutLeftPadding"/>
  1449. <defaultStyle refStyle="GuidedLayoutRightPadding"/>
  1450. </defaultStyles>
  1451. </style>
  1452. </tableCell>
  1453. <tableCell>
  1454. <contents/>
  1455. <style>
  1456. <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%"/>
  1457. </style>
  1458. </tableCell>
  1459. <tableCell>
  1460. <contents/>
  1461. <style>
  1462. <CSS value="width:17%"/>
  1463. </style>
  1464. </tableCell>
  1465. <tableCell>
  1466. <contents/>
  1467. <style>
  1468. <CSS value="padding-left:10px"/>
  1469. </style>
  1470. </tableCell>
  1471. <tableCell>
  1472. <contents/>
  1473. </tableCell>
  1474. </tableCells>
  1475. </tableRow>
  1476. <tableRow>
  1477. <tableCells>
  1478. <tableCell>
  1479. <contents/>
  1480. </tableCell>
  1481. <tableCell>
  1482. <contents>
  1483. <selectValue cascadeOn="p_AH" multiSelect="true" parameter="p_Verkäufer" prePopulateIfParentOptional="true" refQuery="qry_Verkäufer" required="false" selectValueUI="checkboxGroup">
  1484. <headerText>
  1485. <defaultText>Alle Serviceberater</defaultText>
  1486. </headerText>
  1487. <style>
  1488. <CSS value="width:300px"/>
  1489. </style>
  1490. <useItem refDataItem="Serviceberater1"/>
  1491. </selectValue>
  1492. </contents>
  1493. <style>
  1494. <CSS value="border-top-style:none;border-bottom-style:none;border-left-style:none;border-right-style:none;vertical-align:top"/>
  1495. </style>
  1496. </tableCell>
  1497. <tableCell>
  1498. <contents/>
  1499. </tableCell>
  1500. <tableCell>
  1501. <contents>
  1502. <selectValue multiSelect="true" parameter="p_Fabrikat" refQuery="qry_Fabrikat" required="false" selectValueUI="checkboxGroup">
  1503. <headerText>
  1504. <defaultText>Alle Fabrikate</defaultText>
  1505. </headerText>
  1506. <useItem refDataItem="Fabrikat1"/>
  1507. </selectValue>
  1508. </contents>
  1509. <style>
  1510. <CSS value="border-top-style:none;border-bottom-style:none;border-left-style:none;border-right-style:none"/>
  1511. </style>
  1512. </tableCell>
  1513. <tableCell>
  1514. <contents/>
  1515. </tableCell>
  1516. <tableCell>
  1517. <contents>
  1518. <selectValue cascadeOn="p_Fabrikat" multiSelect="true" parameter="p_Modell" prePopulateIfParentOptional="true" refQuery="qry_Fabrikat" required="false" selectValueUI="checkboxGroup">
  1519. <headerText>
  1520. <defaultText>Alle Modelle</defaultText>
  1521. </headerText>
  1522. <style>
  1523. <CSS value="width:300px"/>
  1524. </style>
  1525. <useItem refDataItem="Model"/>
  1526. </selectValue>
  1527. </contents>
  1528. <style>
  1529. <CSS value="border-top-style:none;border-bottom-style:none;border-left-style:none;border-right-style:none;vertical-align:top"/>
  1530. </style>
  1531. </tableCell>
  1532. <tableCell>
  1533. <contents/>
  1534. <style>
  1535. <CSS value="text-align:right"/>
  1536. </style>
  1537. </tableCell>
  1538. <tableCell>
  1539. <contents/>
  1540. </tableCell>
  1541. <tableCell>
  1542. <contents/>
  1543. <style>
  1544. <CSS value="text-align:right"/>
  1545. </style>
  1546. </tableCell>
  1547. <tableCell>
  1548. <contents/>
  1549. <style>
  1550. <CSS value="width:17%"/>
  1551. </style>
  1552. </tableCell>
  1553. <tableCell>
  1554. <contents/>
  1555. </tableCell>
  1556. <tableCell>
  1557. <contents/>
  1558. </tableCell>
  1559. </tableCells>
  1560. </tableRow>
  1561. <tableRow>
  1562. <tableCells>
  1563. <tableCell>
  1564. <contents/>
  1565. </tableCell>
  1566. <tableCell>
  1567. <contents/>
  1568. <style>
  1569. <CSS value="border-top-style:none;border-bottom-style:none;border-left-style:none;border-right-style:none;vertical-align:top"/>
  1570. </style>
  1571. </tableCell>
  1572. <tableCell>
  1573. <contents/>
  1574. </tableCell>
  1575. <tableCell>
  1576. <contents/>
  1577. <style>
  1578. <CSS value="border-top-style:none;border-bottom-style:none;border-left-style:none;border-right-style:none"/>
  1579. </style>
  1580. </tableCell>
  1581. <tableCell>
  1582. <contents/>
  1583. </tableCell>
  1584. <tableCell>
  1585. <contents/>
  1586. <style>
  1587. <CSS value="border-bottom-style:none;border-left-style:none;border-top-style:none;border-right-style:none;vertical-align:top"/>
  1588. </style>
  1589. </tableCell>
  1590. <tableCell>
  1591. <contents/>
  1592. <style>
  1593. <CSS value="text-align:right"/>
  1594. </style>
  1595. </tableCell>
  1596. <tableCell>
  1597. <contents/>
  1598. <style>
  1599. <CSS value="text-align:left"/>
  1600. </style>
  1601. </tableCell>
  1602. <tableCell>
  1603. <contents/>
  1604. <style>
  1605. <CSS value="text-align:right"/>
  1606. </style>
  1607. </tableCell>
  1608. <tableCell>
  1609. <contents/>
  1610. </tableCell>
  1611. <tableCell>
  1612. <contents/>
  1613. </tableCell>
  1614. <tableCell>
  1615. <contents/>
  1616. </tableCell>
  1617. </tableCells>
  1618. </tableRow>
  1619. <tableRow>
  1620. <tableCells>
  1621. <tableCell>
  1622. <contents>
  1623. <textItem>
  1624. <dataSource>
  1625. <staticValue/>
  1626. </dataSource>
  1627. <style>
  1628. <CSS value="width:20px;height:30px"/>
  1629. </style>
  1630. </textItem>
  1631. </contents>
  1632. </tableCell>
  1633. <tableCell>
  1634. <contents/>
  1635. <style>
  1636. <CSS value="padding-top:10px;padding-bottom:10px"/>
  1637. </style>
  1638. </tableCell>
  1639. <tableCell>
  1640. <contents/>
  1641. </tableCell>
  1642. <tableCell>
  1643. <contents/>
  1644. </tableCell>
  1645. <tableCell>
  1646. <contents/>
  1647. </tableCell>
  1648. <tableCell>
  1649. <contents/>
  1650. </tableCell>
  1651. <tableCell>
  1652. <contents/>
  1653. </tableCell>
  1654. <tableCell>
  1655. <contents/>
  1656. </tableCell>
  1657. <tableCell>
  1658. <contents/>
  1659. <style>
  1660. <CSS value="width:13%"/>
  1661. </style>
  1662. </tableCell>
  1663. <tableCell>
  1664. <contents/>
  1665. <style>
  1666. <CSS value="width:17%"/>
  1667. </style>
  1668. </tableCell>
  1669. <tableCell>
  1670. <contents/>
  1671. </tableCell>
  1672. <tableCell>
  1673. <contents/>
  1674. </tableCell>
  1675. </tableCells>
  1676. </tableRow>
  1677. <tableRow>
  1678. <tableCells>
  1679. <tableCell>
  1680. <contents/>
  1681. </tableCell>
  1682. <tableCell>
  1683. <contents/>
  1684. <style>
  1685. <CSS value="border-top-style:none;border-bottom-style:none;border-left-style:none;border-right-style:none;vertical-align:top"/>
  1686. </style>
  1687. </tableCell>
  1688. <tableCell>
  1689. <contents/>
  1690. </tableCell>
  1691. <tableCell>
  1692. <contents/>
  1693. <style>
  1694. <CSS value="vertical-align:top"/>
  1695. </style>
  1696. </tableCell>
  1697. <tableCell>
  1698. <contents/>
  1699. </tableCell>
  1700. <tableCell>
  1701. <contents/>
  1702. <style>
  1703. <CSS value="vertical-align:top"/>
  1704. </style>
  1705. </tableCell>
  1706. <tableCell>
  1707. <contents/>
  1708. </tableCell>
  1709. <tableCell colSpan="3">
  1710. <contents/>
  1711. </tableCell>
  1712. <tableCell>
  1713. <contents/>
  1714. </tableCell>
  1715. <tableCell>
  1716. <contents/>
  1717. </tableCell>
  1718. </tableCells>
  1719. </tableRow>
  1720. <tableRow>
  1721. <tableCells>
  1722. <tableCell>
  1723. <contents>
  1724. <textItem>
  1725. <dataSource>
  1726. <staticValue/>
  1727. </dataSource>
  1728. <style>
  1729. <CSS value="width:20px;height:30px"/>
  1730. </style>
  1731. </textItem>
  1732. </contents>
  1733. </tableCell>
  1734. <tableCell>
  1735. <contents/>
  1736. </tableCell>
  1737. <tableCell>
  1738. <contents/>
  1739. </tableCell>
  1740. <tableCell>
  1741. <contents/>
  1742. </tableCell>
  1743. <tableCell>
  1744. <contents/>
  1745. </tableCell>
  1746. <tableCell>
  1747. <contents/>
  1748. </tableCell>
  1749. <tableCell>
  1750. <contents/>
  1751. </tableCell>
  1752. <tableCell>
  1753. <contents/>
  1754. </tableCell>
  1755. <tableCell>
  1756. <contents/>
  1757. <style>
  1758. <CSS value="width:13%"/>
  1759. </style>
  1760. </tableCell>
  1761. <tableCell>
  1762. <contents/>
  1763. <style>
  1764. <CSS value="width:17%"/>
  1765. </style>
  1766. </tableCell>
  1767. <tableCell>
  1768. <contents/>
  1769. </tableCell>
  1770. <tableCell>
  1771. <contents/>
  1772. </tableCell>
  1773. </tableCells>
  1774. </tableRow>
  1775. <tableRow>
  1776. <tableCells>
  1777. <tableCell>
  1778. <contents/>
  1779. </tableCell>
  1780. <tableCell>
  1781. <contents/>
  1782. </tableCell>
  1783. <tableCell>
  1784. <contents/>
  1785. </tableCell>
  1786. <tableCell>
  1787. <contents/>
  1788. </tableCell>
  1789. <tableCell>
  1790. <contents/>
  1791. </tableCell>
  1792. <tableCell>
  1793. <contents/>
  1794. </tableCell>
  1795. <tableCell>
  1796. <contents/>
  1797. </tableCell>
  1798. <tableCell>
  1799. <contents/>
  1800. </tableCell>
  1801. <tableCell>
  1802. <contents/>
  1803. <style>
  1804. <CSS value="width:13%"/>
  1805. </style>
  1806. </tableCell>
  1807. <tableCell>
  1808. <contents/>
  1809. <style>
  1810. <CSS value="width:17%"/>
  1811. </style>
  1812. </tableCell>
  1813. <tableCell>
  1814. <contents/>
  1815. </tableCell>
  1816. <tableCell>
  1817. <contents/>
  1818. </tableCell>
  1819. </tableCells>
  1820. </tableRow>
  1821. <tableRow>
  1822. <tableCells>
  1823. <tableCell>
  1824. <contents/>
  1825. </tableCell>
  1826. <tableCell>
  1827. <contents/>
  1828. </tableCell>
  1829. <tableCell>
  1830. <contents/>
  1831. </tableCell>
  1832. <tableCell>
  1833. <contents/>
  1834. </tableCell>
  1835. <tableCell>
  1836. <contents/>
  1837. </tableCell>
  1838. <tableCell>
  1839. <contents/>
  1840. </tableCell>
  1841. <tableCell>
  1842. <contents/>
  1843. </tableCell>
  1844. <tableCell>
  1845. <contents/>
  1846. </tableCell>
  1847. <tableCell>
  1848. <contents/>
  1849. <style>
  1850. <CSS value="width:13%"/>
  1851. </style>
  1852. </tableCell>
  1853. <tableCell>
  1854. <contents/>
  1855. <style>
  1856. <CSS value="width:17%"/>
  1857. </style>
  1858. </tableCell>
  1859. <tableCell>
  1860. <contents/>
  1861. </tableCell>
  1862. <tableCell>
  1863. <contents/>
  1864. </tableCell>
  1865. </tableCells>
  1866. </tableRow>
  1867. </tableRows>
  1868. </table>
  1869. </contents>
  1870. <style>
  1871. <CSS value="background-color:white;vertical-align:top;padding-top:10px"/>
  1872. </style>
  1873. </pageBody>
  1874. <pageFooter>
  1875. <contents>
  1876. <promptButton type="cancel">
  1877. <contents/>
  1878. <style>
  1879. <defaultStyles>
  1880. <defaultStyle refStyle="bp"/>
  1881. </defaultStyles>
  1882. </style>
  1883. </promptButton>
  1884. <promptButton type="finish">
  1885. <contents/>
  1886. <style>
  1887. <defaultStyles>
  1888. <defaultStyle refStyle="bp"/>
  1889. </defaultStyles>
  1890. </style>
  1891. </promptButton>
  1892. </contents>
  1893. <style>
  1894. <CSS value="background-color:#C3CCD4;padding-top:10px;padding-bottom:10px"/>
  1895. </style>
  1896. </pageFooter>
  1897. <style>
  1898. <defaultStyles>
  1899. <defaultStyle refStyle="pp"/>
  1900. </defaultStyles>
  1901. </style>
  1902. </page>
  1903. </promptPages>
  1904. </layout>
  1905. </layouts>
  1906. <modelPath>/content/folder[@name=&quot;GC&quot;]/folder[@name=&quot;Packages&quot;]/package[@name=&quot;S_Offene_Auftraege&quot;]/model[@name=&quot;2020-09-18T12:09:03.389Z&quot;]</modelPath>
  1907. <reportName>S.08 Offene Aufträge nach Serviceberater</reportName>
  1908. <queries>
  1909. <query name="qry_Main">
  1910. <source>
  1911. <model/>
  1912. </source>
  1913. <selection>
  1914. <dataItemLevelSet name="Serviceberater1">
  1915. <dmLevel>
  1916. <LUN>[S_Offene_Auftraege].[Serviceberater].[Serviceberater].[Serviceberater1]</LUN>
  1917. <itemCaption>Serviceberater1</itemCaption>
  1918. </dmLevel>
  1919. <dmDimension>
  1920. <DUN>[S_Offene_Auftraege].[Serviceberater]</DUN>
  1921. <itemCaption>Serviceberater</itemCaption>
  1922. </dmDimension>
  1923. <dmHierarchy>
  1924. <HUN>[S_Offene_Auftraege].[Serviceberater].[Serviceberater]</HUN>
  1925. <itemCaption>Serviceberater</itemCaption>
  1926. </dmHierarchy>
  1927. <XMLAttributes>
  1928. <XMLAttribute name="RS_dataType" output="no" value="3"/>
  1929. </XMLAttributes>
  1930. <setSorting ascending="false">
  1931. <dmTuple>
  1932. <dmTuplePart>
  1933. <dmMember>
  1934. <MUN>[S_Offene_Auftraege].[Kennzahlen].[DG]</MUN>
  1935. <itemCaption>DG</itemCaption>
  1936. </dmMember>
  1937. <dmDimension>
  1938. <DUN>[S_Offene_Auftraege].[Kennzahlen]</DUN>
  1939. <itemCaption>Kennzahlen</itemCaption>
  1940. </dmDimension>
  1941. </dmTuplePart>
  1942. <dmTuplePart>
  1943. <dmMember>
  1944. <MUN>[S_Offene_Auftraege].[Zeit].[älter 14 Tage].[älter 14 Tage]-&gt;:[PC].[@MEMBER].[113319]</MUN>
  1945. <itemCaption>älter 14 Tage</itemCaption>
  1946. </dmMember>
  1947. <dmDimension>
  1948. <DUN>[S_Offene_Auftraege].[Zeit]</DUN>
  1949. <itemCaption>Zeit</itemCaption>
  1950. </dmDimension>
  1951. <dmHierarchy>
  1952. <HUN>[S_Offene_Auftraege].[Zeit].[älter 14 Tage]</HUN>
  1953. <itemCaption>älter 14 Tage</itemCaption>
  1954. </dmHierarchy>
  1955. </dmTuplePart>
  1956. </dmTuple>
  1957. </setSorting>
  1958. </dataItemLevelSet>
  1959. <dataItemLevelSet name="Serviceberater">
  1960. <dmLevel>
  1961. <LUN>[S_Offene_Auftraege].[Serviceberater].[Serviceberater].[Serviceberater]</LUN>
  1962. <itemCaption>Serviceberater</itemCaption>
  1963. </dmLevel>
  1964. <dmDimension>
  1965. <DUN>[S_Offene_Auftraege].[Serviceberater]</DUN>
  1966. <itemCaption>Serviceberater</itemCaption>
  1967. </dmDimension>
  1968. <dmHierarchy>
  1969. <HUN>[S_Offene_Auftraege].[Serviceberater].[Serviceberater]</HUN>
  1970. <itemCaption>Serviceberater</itemCaption>
  1971. </dmHierarchy>
  1972. <XMLAttributes>
  1973. <XMLAttribute name="RS_dataType" output="no" value="3"/>
  1974. </XMLAttributes>
  1975. <setSorting ascending="false">
  1976. <dmTuple>
  1977. <dmTuplePart>
  1978. <dmMember>
  1979. <MUN>[S_Offene_Auftraege].[Kennzahlen].[DG]</MUN>
  1980. <itemCaption>DG</itemCaption>
  1981. </dmMember>
  1982. <dmDimension>
  1983. <DUN>[S_Offene_Auftraege].[Kennzahlen]</DUN>
  1984. <itemCaption>Kennzahlen</itemCaption>
  1985. </dmDimension>
  1986. </dmTuplePart>
  1987. <dmTuplePart>
  1988. <dmMember>
  1989. <MUN>[S_Offene_Auftraege].[Zeit].[älter 14 Tage].[älter 14 Tage]-&gt;:[PC].[@MEMBER].[113319]</MUN>
  1990. <itemCaption>älter 14 Tage</itemCaption>
  1991. </dmMember>
  1992. <dmDimension>
  1993. <DUN>[S_Offene_Auftraege].[Zeit]</DUN>
  1994. <itemCaption>Zeit</itemCaption>
  1995. </dmDimension>
  1996. <dmHierarchy>
  1997. <HUN>[S_Offene_Auftraege].[Zeit].[älter 14 Tage]</HUN>
  1998. <itemCaption>älter 14 Tage</itemCaption>
  1999. </dmHierarchy>
  2000. </dmTuplePart>
  2001. </dmTuple>
  2002. </setSorting>
  2003. </dataItemLevelSet>
  2004. <dataItemLevelSet name="älter 14 Tage1">
  2005. <dmLevel>
  2006. <LUN>[S_Offene_Auftraege].[Zeit].[älter 14 Tage].[älter 14 Tage]</LUN>
  2007. <itemCaption>älter 14 Tage</itemCaption>
  2008. </dmLevel>
  2009. <dmDimension>
  2010. <DUN>[S_Offene_Auftraege].[Zeit]</DUN>
  2011. <itemCaption>Zeit</itemCaption>
  2012. </dmDimension>
  2013. <dmHierarchy>
  2014. <HUN>[S_Offene_Auftraege].[Zeit].[älter 14 Tage]</HUN>
  2015. <itemCaption>älter 14 Tage</itemCaption>
  2016. </dmHierarchy>
  2017. <XMLAttributes>
  2018. <XMLAttribute name="RS_dataType" output="no" value="3"/>
  2019. </XMLAttributes>
  2020. </dataItemLevelSet>
  2021. <dataItemMeasure name="Tage offen">
  2022. <dmMember>
  2023. <MUN>[S_Offene_Auftraege].[Kennzahlen].[Tage offen]</MUN>
  2024. <itemCaption>Tage offen</itemCaption>
  2025. </dmMember>
  2026. <dmDimension>
  2027. <DUN>[S_Offene_Auftraege].[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="DG1">
  2035. <dmMember>
  2036. <MUN>[S_Offene_Auftraege].[Kennzahlen].[DG]</MUN>
  2037. <itemCaption>DG</itemCaption>
  2038. </dmMember>
  2039. <dmDimension>
  2040. <DUN>[S_Offene_Auftraege].[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="Lohn1">
  2048. <dmMember>
  2049. <MUN>[S_Offene_Auftraege].[Kennzahlen].[Lohn]</MUN>
  2050. <itemCaption>Lohn</itemCaption>
  2051. </dmMember>
  2052. <dmDimension>
  2053. <DUN>[S_Offene_Auftraege].[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="Teile1">
  2061. <dmMember>
  2062. <MUN>[S_Offene_Auftraege].[Kennzahlen].[Teile]</MUN>
  2063. <itemCaption>Teile</itemCaption>
  2064. </dmMember>
  2065. <dmDimension>
  2066. <DUN>[S_Offene_Auftraege].[Kennzahlen]</DUN>
  2067. <itemCaption>Kennzahlen</itemCaption>
  2068. </dmDimension>
  2069. <XMLAttributes>
  2070. <XMLAttribute name="RS_dataType" output="no" value="9"/>
  2071. </XMLAttributes>
  2072. </dataItemMeasure>
  2073. <dataItemMeasure name="Sonst.1">
  2074. <dmMember>
  2075. <MUN>[S_Offene_Auftraege].[Kennzahlen].[Sonst.]</MUN>
  2076. <itemCaption>Sonst.</itemCaption>
  2077. </dmMember>
  2078. <dmDimension>
  2079. <DUN>[S_Offene_Auftraege].[Kennzahlen]</DUN>
  2080. <itemCaption>Kennzahlen</itemCaption>
  2081. </dmDimension>
  2082. <XMLAttributes>
  2083. <XMLAttribute name="RS_dataType" output="no" value="9"/>
  2084. </XMLAttributes>
  2085. </dataItemMeasure>
  2086. <dataItemMember name="Service">
  2087. <dmMember>
  2088. <MUN>[S_Offene_Auftraege].[Auftragsart].[Auftragsart].[Auftragsart1]-&gt;:[PC].[@MEMBER].[Service]</MUN>
  2089. <itemCaption>Service</itemCaption>
  2090. </dmMember>
  2091. <dmDimension>
  2092. <DUN>[S_Offene_Auftraege].[Auftragsart]</DUN>
  2093. <itemCaption>Auftragsart</itemCaption>
  2094. </dmDimension>
  2095. <dmHierarchy>
  2096. <HUN>[S_Offene_Auftraege].[Auftragsart].[Auftragsart]</HUN>
  2097. <itemCaption>Auftragsart</itemCaption>
  2098. </dmHierarchy>
  2099. </dataItemMember>
  2100. <dataItemMeasure name="ben. Std.">
  2101. <dmMember>
  2102. <MUN>[S_Offene_Auftraege].[Kennzahlen].[ben. Std.]</MUN>
  2103. <itemCaption>ben. Std.</itemCaption>
  2104. </dmMember>
  2105. <dmDimension>
  2106. <DUN>[S_Offene_Auftraege].[Kennzahlen]</DUN>
  2107. <itemCaption>Kennzahlen</itemCaption>
  2108. </dmDimension>
  2109. <XMLAttributes>
  2110. <XMLAttribute name="RS_dataType" output="no" value="9"/>
  2111. </XMLAttributes>
  2112. </dataItemMeasure>
  2113. <dataItem name="Gesamt">
  2114. <expression>[Lohn1]+[Teile1]+[Sonst.1]</expression>
  2115. <XMLAttributes>
  2116. <XMLAttribute name="RS_dataType" output="no" value="9"/>
  2117. <XMLAttribute name="RS_dataUsage" output="no" value="2"/>
  2118. <XMLAttribute name="RS_HUN" output="no" value="[S_Offene_Auftraege].[Kennzahlen]"/>
  2119. <XMLAttribute name="RS_MEASURE_DUN" output="no" value="[S_Offene_Auftraege].[Kennzahlen]"/>
  2120. </XMLAttributes>
  2121. </dataItem>
  2122. </selection>
  2123. <detailFilters>
  2124. <detailFilter use="optional">
  2125. <filterExpression>[S_Offene_Auftraege].[AH-Gruppe].[AH-Gruppe].[Hauptbetrieb] in( ?p_Mandant?)</filterExpression>
  2126. </detailFilter>
  2127. <detailFilter use="optional">
  2128. <filterExpression>[S_Offene_Auftraege].[Serviceberater].[Serviceberater].[Serviceberater1] in( ?p_Verkäufer?)</filterExpression>
  2129. </detailFilter>
  2130. <detailFilter use="optional">
  2131. <filterExpression>[S_Offene_Auftraege].[AH-Gruppe].[AH-Gruppe].[Standort] in ( ?p_AH?)</filterExpression>
  2132. </detailFilter>
  2133. <detailFilter use="optional">
  2134. <filterExpression>[S_Offene_Auftraege].[Fabrikat].[Fabrikat].[Fabrikat1] in( ?p_Fabrikat?)</filterExpression>
  2135. </detailFilter>
  2136. </detailFilters>
  2137. <slicer>
  2138. <slicerMemberSet>[Service]</slicerMemberSet>
  2139. </slicer>
  2140. </query>
  2141. <query name="qry_AH">
  2142. <source>
  2143. <model/>
  2144. </source>
  2145. <selection>
  2146. <dataItemLevelSet name="Standort">
  2147. <dmLevel>
  2148. <LUN>[S_Offene_Auftraege].[AH-Gruppe].[AH-Gruppe].[Standort]</LUN>
  2149. <itemCaption>Standort</itemCaption>
  2150. </dmLevel>
  2151. <dmDimension>
  2152. <DUN>[S_Offene_Auftraege].[AH-Gruppe]</DUN>
  2153. <itemCaption>AH-Gruppe</itemCaption>
  2154. </dmDimension>
  2155. <dmHierarchy>
  2156. <HUN>[S_Offene_Auftraege].[AH-Gruppe].[AH-Gruppe]</HUN>
  2157. <itemCaption>AH-Gruppe</itemCaption>
  2158. </dmHierarchy>
  2159. </dataItemLevelSet>
  2160. <dataItemLevelSet name="Hauptbetrieb">
  2161. <dmLevel>
  2162. <LUN>[S_Offene_Auftraege].[AH-Gruppe].[AH-Gruppe].[Hauptbetrieb]</LUN>
  2163. <itemCaption>Hauptbetrieb</itemCaption>
  2164. </dmLevel>
  2165. <dmDimension>
  2166. <DUN>[S_Offene_Auftraege].[AH-Gruppe]</DUN>
  2167. <itemCaption>AH-Gruppe</itemCaption>
  2168. </dmDimension>
  2169. <dmHierarchy>
  2170. <HUN>[S_Offene_Auftraege].[AH-Gruppe].[AH-Gruppe]</HUN>
  2171. <itemCaption>AH-Gruppe</itemCaption>
  2172. </dmHierarchy>
  2173. </dataItemLevelSet>
  2174. </selection>
  2175. </query>
  2176. <query name="qry_Tag">
  2177. <source>
  2178. <model/>
  2179. </source>
  2180. <selection>
  2181. <dataItem name="Datenelement">
  2182. <expression>[S_Offene_Auftraege].[Zeit].[Aktueller Tag].[Tag]</expression>
  2183. </dataItem>
  2184. </selection>
  2185. </query>
  2186. <query name="qry_Verkäufer">
  2187. <source>
  2188. <model/>
  2189. </source>
  2190. <selection>
  2191. <dataItemLevelSet name="Standort">
  2192. <dmLevel>
  2193. <LUN>[S_Offene_Auftraege].[AH-Gruppe].[AH-Gruppe].[Standort]</LUN>
  2194. <itemCaption>Standort</itemCaption>
  2195. </dmLevel>
  2196. <dmDimension>
  2197. <DUN>[S_Offene_Auftraege].[AH-Gruppe]</DUN>
  2198. <itemCaption>AH-Gruppe</itemCaption>
  2199. </dmDimension>
  2200. <dmHierarchy>
  2201. <HUN>[S_Offene_Auftraege].[AH-Gruppe].[AH-Gruppe]</HUN>
  2202. <itemCaption>AH-Gruppe</itemCaption>
  2203. </dmHierarchy>
  2204. </dataItemLevelSet>
  2205. <dataItemLevelSet name="Serviceberater1">
  2206. <dmLevel>
  2207. <LUN>[S_Offene_Auftraege].[Serviceberater].[Serviceberater].[Serviceberater1]</LUN>
  2208. <itemCaption>Serviceberater1</itemCaption>
  2209. </dmLevel>
  2210. <dmDimension>
  2211. <DUN>[S_Offene_Auftraege].[Serviceberater]</DUN>
  2212. <itemCaption>Serviceberater</itemCaption>
  2213. </dmDimension>
  2214. <dmHierarchy>
  2215. <HUN>[S_Offene_Auftraege].[Serviceberater].[Serviceberater]</HUN>
  2216. <itemCaption>Serviceberater</itemCaption>
  2217. </dmHierarchy>
  2218. </dataItemLevelSet>
  2219. </selection>
  2220. <detailFilters>
  2221. <detailFilter use="optional">
  2222. <filterExpression>[Standort] in ?p_AH?</filterExpression>
  2223. </detailFilter>
  2224. </detailFilters>
  2225. </query>
  2226. <query name="qry_Fabrikat">
  2227. <source>
  2228. <model/>
  2229. </source>
  2230. <selection>
  2231. <dataItemLevelSet name="Fabrikat1">
  2232. <dmLevel>
  2233. <LUN>[S_Offene_Auftraege].[Fabrikat].[Fabrikat].[Fabrikat1]</LUN>
  2234. <itemCaption>Fabrikat1</itemCaption>
  2235. </dmLevel>
  2236. <dmDimension>
  2237. <DUN>[S_Offene_Auftraege].[Fabrikat]</DUN>
  2238. <itemCaption>Fabrikat</itemCaption>
  2239. </dmDimension>
  2240. <dmHierarchy>
  2241. <HUN>[S_Offene_Auftraege].[Fabrikat].[Fabrikat]</HUN>
  2242. <itemCaption>Fabrikat</itemCaption>
  2243. </dmHierarchy>
  2244. </dataItemLevelSet>
  2245. <dataItemLevelSet name="Model">
  2246. <dmLevel>
  2247. <LUN>[S_Offene_Auftraege].[Fabrikat].[Fabrikat].[Model]</LUN>
  2248. <itemCaption>Model</itemCaption>
  2249. </dmLevel>
  2250. <dmDimension>
  2251. <DUN>[S_Offene_Auftraege].[Fabrikat]</DUN>
  2252. <itemCaption>Fabrikat</itemCaption>
  2253. </dmDimension>
  2254. <dmHierarchy>
  2255. <HUN>[S_Offene_Auftraege].[Fabrikat].[Fabrikat]</HUN>
  2256. <itemCaption>Fabrikat</itemCaption>
  2257. </dmHierarchy>
  2258. </dataItemLevelSet>
  2259. </selection>
  2260. </query>
  2261. </queries>
  2262. <classStyles>
  2263. <classStyle name="pg">
  2264. <CSS value="white-space:nowrap"/>
  2265. </classStyle>
  2266. <classStyle description="kreuztabelle gelb" label="kt_GELB" name="cls1">
  2267. <CSS value="padding:4px 5px 4px 6px;background-color:#FFE97E;line-break:strict"/>
  2268. </classStyle>
  2269. <classStyle description="kreuztabelle gelb" label="kt_GELB2" name="cls11">
  2270. <CSS value="padding:4px 5px 4px 6px;background-color:#FFE97E;line-break:strict"/>
  2271. </classStyle>
  2272. <classStyle description="kreuztabelle blau" label="kt_BLAU1" name="cls2">
  2273. <CSS value="padding:4px 5px 4px 6px;background-color:#CDD4DA;line-break:strict"/>
  2274. </classStyle>
  2275. <classStyle description="kreuztabelle blau" label="kt_BLAU2" name="cls3">
  2276. <CSS value="padding:4px 5px 4px 6px;background-color:#B1BCC7;line-break:strict"/>
  2277. </classStyle>
  2278. <classStyle description="kreuztabelle türkis" label="kt_BLAU3" name="cls4">
  2279. <CSS value="padding:4px 5px 4px 6px;background-color:#72889B;line-break:strict"/>
  2280. </classStyle>
  2281. <classStyle description="kreuztabelle türkis " label="kt_TUERKIS" name="cls5">
  2282. <CSS value="padding:4px 5px 4px 6px;background-color:#C7DEE7;line-break:strict"/>
  2283. </classStyle>
  2284. <classStyle description="kreuztabelle grün" label="kt_GRUEN1" name="cls6">
  2285. <CSS value="padding:4px 5px 4px 6px;background-color:#A5B98D;line-break:strict"/>
  2286. </classStyle>
  2287. <classStyle label="Hintergrund" name="cls14">
  2288. <CSS value="background-color:#C3CCD4"/>
  2289. </classStyle>
  2290. <classStyle description="kreuztabelle grün" label="kt_GRUEN2" name="cls7">
  2291. <CSS value="padding:4px 5px 4px 6px;background-color:#8EA375;line-break:strict"/>
  2292. </classStyle>
  2293. <classStyle description="kreuztabelle orange" label="kt_ORANGE" name="cls8">
  2294. <CSS value="padding:4px 5px 4px 6px;background-color:#E98751;line-break:strict"/>
  2295. </classStyle>
  2296. <classStyle description="kreuztabelle rot" label="kt_ROT1" name="cls9">
  2297. <CSS value="padding:4px 5px 4px 6px;background-color:#B10F2E;line-break:strict"/>
  2298. </classStyle>
  2299. <classStyle description="kreuztabelle rot" label="kt_ROT2" name="cls10">
  2300. <CSS value="padding:4px 5px 4px 6px;background-color:#E60606;line-break:strict"/>
  2301. </classStyle>
  2302. <classStyle description="kreuztabelle rot" label="kt_GRAU" name="cls15">
  2303. <CSS value="padding:4px 5px 4px 6px;background-color:#D3D3D3;line-break:strict"/>
  2304. </classStyle>
  2305. <classStyle label="Kopfzeilenfaktzelle für Kreuztabelle1" name="cls12">
  2306. <CSS value="display:block"/>
  2307. <generatedBackground>
  2308. <fill>
  2309. <linearGradient>
  2310. <gradientColor/>
  2311. <gradientColor colorPosition="100" gradientColor="white"/>
  2312. </linearGradient>
  2313. </fill>
  2314. <dropShadow/>
  2315. <border allowTransparentBleed="true" cornerRadius="2pt"/>
  2316. </generatedBackground>
  2317. </classStyle>
  2318. <classStyle label="Kopfzeilenzelle für Kreuztabelle1" name="cls13">
  2319. <CSS value="padding:4px 5px 4px 6px;color:#E98751;font-weight:bold;vertical-align:top;background-color:transparent;border:1px solid silver"/>
  2320. <generatedBackground>
  2321. <fill>
  2322. <linearGradient>
  2323. <gradientColor gradientColor="lime"/>
  2324. </linearGradient>
  2325. </fill>
  2326. </generatedBackground>
  2327. </classStyle>
  2328. <classStyle name="lg">
  2329. <CSS value="direction:auto;unicode-bidi:embed"/>
  2330. </classStyle>
  2331. <classStyle name="bp">
  2332. <CSS value="color:#3E5C76;border:0.5pt solid black"/>
  2333. </classStyle>
  2334. <classStyle name="bph">
  2335. <CSS value="color:#3E5C76;background-color:#E98751;border:0.5pt solid #3E5C76"/>
  2336. </classStyle>
  2337. </classStyles>
  2338. <reportVariables>
  2339. <reportVariable name="b_Anzeige_Tag" type="boolean">
  2340. <reportExpression>ParamDisplayValue(&quot;p_Zeit&quot;) is null</reportExpression>
  2341. <variableValues>
  2342. <variableValue value="1"/>
  2343. </variableValues>
  2344. </reportVariable>
  2345. </reportVariables>
  2346. <namedConditionalStyles>
  2347. <advancedConditionalStyle name="letzte_13_Monate">
  2348. <styleCases>
  2349. <styleCase>
  2350. <reportCondition>ParamDisplayValue(&quot;p_Auswahl_Monate&quot;) is not null</reportCondition>
  2351. </styleCase>
  2352. </styleCases>
  2353. <styleDefault>
  2354. <style>
  2355. <CSS value="display:none"/>
  2356. </style>
  2357. </styleDefault>
  2358. </advancedConditionalStyle>
  2359. </namedConditionalStyles>
  2360. </report>