Z.02 Zeitspiegel Übersicht.xml 168 KB

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