Z.03 Zeitspiegel Monteure nach Standorten.xml 211 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578157915801581158215831584158515861587158815891590159115921593159415951596159715981599160016011602160316041605160616071608160916101611161216131614161516161617161816191620162116221623162416251626162716281629163016311632163316341635163616371638163916401641164216431644164516461647164816491650165116521653165416551656165716581659166016611662166316641665166616671668166916701671167216731674167516761677167816791680168116821683168416851686168716881689169016911692169316941695169616971698169917001701170217031704170517061707170817091710171117121713171417151716171717181719172017211722172317241725172617271728172917301731173217331734173517361737173817391740174117421743174417451746174717481749175017511752175317541755175617571758175917601761176217631764176517661767176817691770177117721773177417751776177717781779178017811782178317841785178617871788178917901791179217931794179517961797179817991800180118021803180418051806180718081809181018111812181318141815181618171818181918201821182218231824182518261827182818291830183118321833183418351836183718381839184018411842184318441845184618471848184918501851185218531854185518561857185818591860186118621863186418651866186718681869187018711872187318741875187618771878187918801881188218831884188518861887188818891890189118921893189418951896189718981899190019011902190319041905190619071908190919101911191219131914191519161917191819191920192119221923192419251926192719281929193019311932193319341935193619371938193919401941194219431944194519461947194819491950195119521953195419551956195719581959196019611962196319641965196619671968196919701971197219731974197519761977197819791980198119821983198419851986198719881989199019911992199319941995199619971998199920002001200220032004200520062007200820092010201120122013201420152016201720182019202020212022202320242025202620272028202920302031203220332034203520362037203820392040204120422043204420452046204720482049205020512052205320542055205620572058205920602061206220632064206520662067206820692070207120722073207420752076207720782079208020812082208320842085208620872088208920902091209220932094209520962097209820992100210121022103210421052106210721082109211021112112211321142115211621172118211921202121212221232124212521262127212821292130213121322133213421352136213721382139214021412142214321442145214621472148214921502151215221532154215521562157215821592160216121622163216421652166216721682169217021712172217321742175217621772178217921802181218221832184218521862187218821892190219121922193219421952196219721982199220022012202220322042205220622072208220922102211221222132214221522162217221822192220222122222223222422252226222722282229223022312232223322342235223622372238223922402241224222432244224522462247224822492250225122522253225422552256225722582259226022612262226322642265226622672268226922702271227222732274227522762277227822792280228122822283228422852286228722882289229022912292229322942295229622972298229923002301230223032304230523062307230823092310231123122313231423152316231723182319232023212322232323242325232623272328232923302331233223332334233523362337233823392340234123422343234423452346234723482349235023512352235323542355235623572358235923602361236223632364236523662367236823692370237123722373237423752376237723782379238023812382238323842385238623872388238923902391239223932394239523962397239823992400240124022403240424052406240724082409241024112412241324142415241624172418241924202421242224232424242524262427242824292430243124322433243424352436243724382439244024412442244324442445244624472448244924502451245224532454245524562457245824592460246124622463246424652466246724682469247024712472247324742475247624772478247924802481248224832484248524862487248824892490249124922493249424952496249724982499250025012502250325042505250625072508250925102511251225132514251525162517251825192520252125222523252425252526252725282529253025312532253325342535253625372538253925402541254225432544254525462547254825492550255125522553255425552556255725582559256025612562256325642565256625672568256925702571257225732574257525762577257825792580258125822583258425852586258725882589259025912592259325942595259625972598259926002601260226032604260526062607260826092610261126122613261426152616261726182619262026212622262326242625262626272628262926302631263226332634263526362637263826392640264126422643264426452646264726482649265026512652265326542655265626572658265926602661266226632664266526662667266826692670267126722673267426752676267726782679268026812682268326842685268626872688268926902691269226932694269526962697269826992700270127022703270427052706270727082709271027112712271327142715271627172718271927202721272227232724272527262727272827292730273127322733273427352736273727382739274027412742274327442745274627472748274927502751275227532754275527562757275827592760276127622763276427652766276727682769277027712772277327742775277627772778277927802781278227832784278527862787278827892790279127922793279427952796279727982799280028012802280328042805280628072808280928102811281228132814281528162817281828192820282128222823282428252826282728282829283028312832283328342835283628372838283928402841284228432844284528462847284828492850285128522853285428552856285728582859286028612862286328642865286628672868286928702871287228732874287528762877287828792880288128822883288428852886288728882889289028912892289328942895289628972898289929002901290229032904290529062907290829092910291129122913291429152916291729182919292029212922292329242925292629272928292929302931293229332934293529362937293829392940294129422943294429452946294729482949295029512952295329542955295629572958295929602961296229632964296529662967296829692970297129722973297429752976297729782979298029812982298329842985298629872988298929902991299229932994299529962997299829993000300130023003300430053006300730083009301030113012301330143015301630173018301930203021302230233024302530263027302830293030303130323033303430353036303730383039304030413042304330443045304630473048304930503051305230533054305530563057305830593060306130623063306430653066306730683069307030713072307330743075307630773078307930803081308230833084308530863087308830893090309130923093309430953096309730983099310031013102310331043105310631073108310931103111311231133114311531163117311831193120312131223123312431253126312731283129313031313132313331343135313631373138313931403141314231433144314531463147314831493150315131523153315431553156315731583159316031613162316331643165316631673168316931703171317231733174317531763177317831793180318131823183318431853186318731883189319031913192319331943195319631973198319932003201320232033204320532063207320832093210321132123213321432153216321732183219322032213222322332243225322632273228322932303231323232333234323532363237323832393240324132423243324432453246324732483249325032513252325332543255325632573258325932603261326232633264326532663267326832693270327132723273327432753276327732783279328032813282328332843285328632873288328932903291329232933294329532963297329832993300330133023303330433053306330733083309331033113312331333143315331633173318331933203321332233233324332533263327332833293330333133323333333433353336333733383339334033413342334333443345334633473348334933503351335233533354335533563357335833593360336133623363336433653366336733683369337033713372337333743375337633773378337933803381338233833384338533863387338833893390339133923393339433953396339733983399340034013402340334043405340634073408340934103411341234133414341534163417341834193420342134223423342434253426342734283429343034313432343334343435343634373438343934403441344234433444344534463447344834493450345134523453345434553456345734583459346034613462346334643465346634673468346934703471347234733474347534763477347834793480348134823483348434853486348734883489349034913492349334943495349634973498349935003501350235033504350535063507350835093510351135123513351435153516351735183519352035213522352335243525352635273528352935303531353235333534353535363537353835393540354135423543354435453546354735483549355035513552355335543555355635573558355935603561356235633564356535663567356835693570357135723573357435753576357735783579358035813582358335843585358635873588358935903591359235933594359535963597359835993600360136023603360436053606360736083609361036113612361336143615361636173618361936203621362236233624362536263627362836293630363136323633363436353636363736383639364036413642364336443645364636473648364936503651365236533654365536563657365836593660366136623663366436653666366736683669367036713672367336743675367636773678367936803681368236833684368536863687368836893690369136923693369436953696369736983699370037013702370337043705370637073708370937103711371237133714371537163717371837193720372137223723372437253726372737283729373037313732373337343735373637373738373937403741374237433744374537463747374837493750375137523753375437553756375737583759376037613762376337643765376637673768376937703771377237733774377537763777377837793780378137823783378437853786378737883789379037913792379337943795379637973798379938003801380238033804380538063807380838093810381138123813381438153816381738183819382038213822382338243825382638273828382938303831383238333834383538363837383838393840384138423843384438453846384738483849385038513852385338543855385638573858385938603861386238633864386538663867386838693870387138723873387438753876387738783879388038813882388338843885388638873888388938903891389238933894389538963897389838993900390139023903390439053906390739083909391039113912391339143915391639173918391939203921392239233924392539263927392839293930393139323933393439353936393739383939394039413942394339443945394639473948394939503951395239533954395539563957395839593960396139623963396439653966396739683969397039713972397339743975397639773978397939803981398239833984398539863987398839893990399139923993399439953996399739983999400040014002400340044005400640074008400940104011401240134014401540164017401840194020402140224023402440254026402740284029403040314032403340344035403640374038403940404041404240434044404540464047404840494050405140524053405440554056405740584059406040614062406340644065406640674068406940704071407240734074407540764077407840794080408140824083408440854086408740884089409040914092409340944095409640974098409941004101410241034104410541064107410841094110411141124113411441154116411741184119412041214122412341244125412641274128412941304131413241334134413541364137413841394140414141424143414441454146414741484149415041514152415341544155415641574158415941604161416241634164416541664167416841694170417141724173417441754176417741784179418041814182418341844185418641874188418941904191419241934194419541964197419841994200420142024203420442054206420742084209421042114212
  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%;margin-top:15px"/>
  17. </style>
  18. <tableRows>
  19. <tableRow>
  20. <tableCells>
  21. <tableCell>
  22. <contents>
  23. <crosstab horizontalPagination="true" name="Kreuztabelle2" 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. <factCell>
  75. <style>
  76. <dataFormat>
  77. <numberFormat decimalSize="1"/>
  78. </dataFormat>
  79. </style>
  80. </factCell>
  81. </crosstabNodeMember>
  82. </crosstabNodeMembers>
  83. </crosstabNode>
  84. <crosstabNode>
  85. <crosstabNodeMembers>
  86. <crosstabNodeMember edgeLocation="e6" refDataItem="prod.">
  87. <style>
  88. <defaultStyles>
  89. <defaultStyle refStyle="ml"/>
  90. </defaultStyles>
  91. <CSS value="background-color:white;font-weight:bold;width:75px;white-space:normal;border:0.75pt solid silver"/>
  92. </style>
  93. <contents>
  94. <textItem>
  95. <dataSource>
  96. <memberCaption/>
  97. </dataSource>
  98. </textItem>
  99. </contents>
  100. <factCell>
  101. <style>
  102. <dataFormat>
  103. <numberFormat decimalSize="1"/>
  104. </dataFormat>
  105. </style>
  106. </factCell>
  107. </crosstabNodeMember>
  108. </crosstabNodeMembers>
  109. </crosstabNode>
  110. <crosstabNode>
  111. <crosstabNodeMembers>
  112. <crosstabNodeMember edgeLocation="e21" refDataItem="Diff.">
  113. <style>
  114. <defaultStyles>
  115. <defaultStyle refStyle="ml"/>
  116. </defaultStyles>
  117. <CSS value="background-color:white;font-weight:bold;width:75px;white-space:normal;border:0.75pt solid silver"/>
  118. </style>
  119. <contents>
  120. <textItem>
  121. <dataSource>
  122. <memberCaption/>
  123. </dataSource>
  124. </textItem>
  125. </contents>
  126. <factCell>
  127. <conditionalStyleRefs>
  128. <conditionalStyleRef refConditionalStyle="CV &lt; 0"/>
  129. </conditionalStyleRefs>
  130. <style>
  131. <dataFormat>
  132. <numberFormat decimalSize="1"/>
  133. </dataFormat>
  134. </style>
  135. </factCell>
  136. </crosstabNodeMember>
  137. </crosstabNodeMembers>
  138. </crosstabNode>
  139. <crosstabNode>
  140. <crosstabNodeMembers>
  141. <crosstabNodeMember edgeLocation="e3" refDataItem="Prod. %">
  142. <style>
  143. <CSS value="font-weight:bold;width:75px;white-space:normal;border:0.75pt solid silver"/>
  144. <defaultStyles>
  145. <defaultStyle refStyle="ml"/>
  146. <defaultStyle refStyle="cls9"/>
  147. </defaultStyles>
  148. </style>
  149. <contents>
  150. <textItem>
  151. <dataSource>
  152. <memberCaption/>
  153. </dataSource>
  154. </textItem>
  155. </contents>
  156. <factCell>
  157. <style>
  158. <defaultStyles>
  159. <defaultStyle refStyle="cls9"/>
  160. </defaultStyles>
  161. </style>
  162. </factCell>
  163. </crosstabNodeMember>
  164. </crosstabNodeMembers>
  165. </crosstabNode>
  166. <crosstabNode>
  167. <crosstabNodeMembers>
  168. <crosstabNodeMember edgeLocation="e8" refDataItem="verr. Zeit">
  169. <style>
  170. <CSS value="font-weight:bold;width:75px;white-space:normal;border:0.75pt solid silver"/>
  171. <defaultStyles>
  172. <defaultStyle refStyle="ml"/>
  173. <defaultStyle refStyle="cls1"/>
  174. </defaultStyles>
  175. </style>
  176. <contents>
  177. <textItem>
  178. <dataSource>
  179. <memberCaption/>
  180. </dataSource>
  181. </textItem>
  182. </contents>
  183. <factCell>
  184. <style>
  185. <defaultStyles>
  186. <defaultStyle refStyle="cls1"/>
  187. </defaultStyles>
  188. <dataFormat>
  189. <numberFormat decimalSize="1"/>
  190. </dataFormat>
  191. </style>
  192. </factCell>
  193. </crosstabNodeMember>
  194. </crosstabNodeMembers>
  195. </crosstabNode>
  196. <crosstabNode>
  197. <crosstabNodeMembers>
  198. <crosstabNodeMember edgeLocation="e9" refDataItem="ben. Zeit">
  199. <style>
  200. <defaultStyles>
  201. <defaultStyle refStyle="ml"/>
  202. </defaultStyles>
  203. <CSS value="background-color:white;font-weight:bold;width:75px;white-space:normal;border:0.75pt solid silver"/>
  204. </style>
  205. <contents>
  206. <textItem>
  207. <dataSource>
  208. <memberCaption/>
  209. </dataSource>
  210. </textItem>
  211. </contents>
  212. <factCell>
  213. <style>
  214. <dataFormat>
  215. <numberFormat decimalSize="1"/>
  216. </dataFormat>
  217. </style>
  218. </factCell>
  219. </crosstabNodeMember>
  220. </crosstabNodeMembers>
  221. </crosstabNode>
  222. <crosstabNode>
  223. <crosstabNodeMembers>
  224. <crosstabNodeMember edgeLocation="e4" refDataItem="LG %">
  225. <style>
  226. <CSS value="font-weight:bold;width:75px;white-space:normal;border:0.75pt solid silver"/>
  227. <defaultStyles>
  228. <defaultStyle refStyle="cls6"/>
  229. </defaultStyles>
  230. </style>
  231. <contents>
  232. <textItem>
  233. <dataSource>
  234. <memberCaption/>
  235. </dataSource>
  236. </textItem>
  237. </contents>
  238. <factCell>
  239. <style>
  240. <defaultStyles>
  241. <defaultStyle refStyle="cls6"/>
  242. </defaultStyles>
  243. </style>
  244. </factCell>
  245. </crosstabNodeMember>
  246. </crosstabNodeMembers>
  247. </crosstabNode>
  248. <crosstabNode>
  249. <crosstabNodeMembers>
  250. <crosstabNodeMember edgeLocation="e13" refDataItem="effekt. LG %">
  251. <style>
  252. <defaultStyles>
  253. <defaultStyle refStyle="ml"/>
  254. </defaultStyles>
  255. <CSS value="background-color:white;font-weight:bold;width:75px;white-space:normal;border:0.75pt solid silver"/>
  256. </style>
  257. <contents>
  258. <textItem>
  259. <dataSource>
  260. <memberCaption/>
  261. </dataSource>
  262. </textItem>
  263. </contents>
  264. <factCell>
  265. <style>
  266. <dataFormat>
  267. <numberFormat decimalSize="1"/>
  268. </dataFormat>
  269. </style>
  270. </factCell>
  271. </crosstabNodeMember>
  272. </crosstabNodeMembers>
  273. </crosstabNode>
  274. <crosstabNode>
  275. <crosstabNodeMembers>
  276. <crosstabNodeMember edgeLocation="e5" refDataItem="Effiz. %">
  277. <style>
  278. <CSS value="font-weight:bold;width:75px;white-space:normal;border:0.75pt solid silver"/>
  279. <defaultStyles>
  280. <defaultStyle refStyle="cls4"/>
  281. </defaultStyles>
  282. </style>
  283. <contents>
  284. <textItem>
  285. <dataSource>
  286. <memberCaption/>
  287. </dataSource>
  288. </textItem>
  289. </contents>
  290. <factCell>
  291. <style>
  292. <defaultStyles>
  293. <defaultStyle refStyle="cls4"/>
  294. </defaultStyles>
  295. </style>
  296. </factCell>
  297. </crosstabNodeMember>
  298. </crosstabNodeMembers>
  299. </crosstabNode>
  300. <crosstabNode>
  301. <crosstabNodeMembers>
  302. <crosstabNodeMember edgeLocation="e18" refDataItem="noch nicht verr. Zeit">
  303. <style>
  304. <defaultStyles>
  305. <defaultStyle refStyle="ml"/>
  306. </defaultStyles>
  307. <CSS value="background-color:white;font-weight:bold;width:75px;white-space:normal;border:0.75pt solid silver"/>
  308. </style>
  309. <contents>
  310. <textItem>
  311. <dataSource>
  312. <memberCaption/>
  313. </dataSource>
  314. </textItem>
  315. </contents>
  316. </crosstabNodeMember>
  317. </crosstabNodeMembers>
  318. </crosstabNode>
  319. <crosstabNode>
  320. <crosstabNodeMembers>
  321. <crosstabNodeMember edgeLocation="e7" refDataItem="unprod.">
  322. <style>
  323. <defaultStyles>
  324. <defaultStyle refStyle="ml"/>
  325. </defaultStyles>
  326. <CSS value="background-color:white;font-weight:bold;width:75px;white-space:normal;border:0.75pt solid silver"/>
  327. </style>
  328. <contents>
  329. <textItem>
  330. <dataSource>
  331. <memberCaption/>
  332. </dataSource>
  333. </textItem>
  334. </contents>
  335. <factCell>
  336. <style>
  337. <dataFormat>
  338. <numberFormat decimalSize="1"/>
  339. </dataFormat>
  340. </style>
  341. </factCell>
  342. </crosstabNodeMember>
  343. </crosstabNodeMembers>
  344. </crosstabNode>
  345. <crosstabNode>
  346. <crosstabNodeMembers>
  347. <crosstabNodeMember edgeLocation="e24" refDataItem="abw.">
  348. <style>
  349. <defaultStyles>
  350. <defaultStyle refStyle="ml"/>
  351. </defaultStyles>
  352. <CSS value="background-color:white;font-weight:bold;width:75px;white-space:normal;border:0.75pt solid silver"/>
  353. </style>
  354. <contents>
  355. <textItem>
  356. <dataSource>
  357. <memberCaption/>
  358. </dataSource>
  359. </textItem>
  360. </contents>
  361. <factCell>
  362. <style>
  363. <dataFormat>
  364. <numberFormat decimalSize="1"/>
  365. </dataFormat>
  366. </style>
  367. </factCell>
  368. </crosstabNodeMember>
  369. </crosstabNodeMembers>
  370. </crosstabNode>
  371. <crosstabNode>
  372. <crosstabNodeMembers>
  373. <crosstabNodeMember edgeLocation="e16" refDataItem="Zeitkorr.">
  374. <style>
  375. <defaultStyles>
  376. <defaultStyle refStyle="ml"/>
  377. </defaultStyles>
  378. <CSS value="background-color:white;font-weight:bold;width:75px;white-space:normal;border:0.75pt solid silver"/>
  379. </style>
  380. <contents>
  381. <textItem>
  382. <dataSource>
  383. <memberCaption/>
  384. </dataSource>
  385. </textItem>
  386. </contents>
  387. </crosstabNodeMember>
  388. </crosstabNodeMembers>
  389. </crosstabNode>
  390. </crosstabNestedNodes>
  391. <crosstabNodeMembers>
  392. <crosstabNodeMember edgeLocation="e28" refDataItem="gewählter Monat">
  393. <style>
  394. <defaultStyles>
  395. <defaultStyle refStyle="ml"/>
  396. </defaultStyles>
  397. <CSS value="background-color:white;font-weight:bold;text-align:center;white-space:normal;width:75px;border:0.75pt solid silver"/>
  398. </style>
  399. <contents>
  400. <textItem>
  401. <dataSource>
  402. <memberCaption/>
  403. </dataSource>
  404. </textItem>
  405. </contents>
  406. </crosstabNodeMember>
  407. </crosstabNodeMembers>
  408. </crosstabNode>
  409. <crosstabNode>
  410. <crosstabNestedNodes>
  411. <crosstabNode>
  412. <crosstabNodeMembers>
  413. <crosstabNodeMember edgeLocation="e27" refDataItem="Anw.">
  414. <style>
  415. <defaultStyles>
  416. <defaultStyle refStyle="ml"/>
  417. </defaultStyles>
  418. <CSS value="background-color:white;font-weight:bold;width:75px;white-space:normal;border:0.75pt solid silver"/>
  419. </style>
  420. <contents>
  421. <textItem>
  422. <dataSource>
  423. <memberCaption/>
  424. </dataSource>
  425. </textItem>
  426. </contents>
  427. <factCell>
  428. <style>
  429. <dataFormat>
  430. <numberFormat decimalSize="1"/>
  431. </dataFormat>
  432. </style>
  433. </factCell>
  434. </crosstabNodeMember>
  435. </crosstabNodeMembers>
  436. </crosstabNode>
  437. <crosstabNode>
  438. <crosstabNodeMembers>
  439. <crosstabNodeMember edgeLocation="e29" refDataItem="prod.">
  440. <style>
  441. <defaultStyles>
  442. <defaultStyle refStyle="ml"/>
  443. </defaultStyles>
  444. <CSS value="background-color:white;font-weight:bold;width:75px;white-space:normal;border:0.75pt solid silver"/>
  445. </style>
  446. <contents>
  447. <textItem>
  448. <dataSource>
  449. <memberCaption/>
  450. </dataSource>
  451. </textItem>
  452. </contents>
  453. <factCell>
  454. <style>
  455. <dataFormat>
  456. <numberFormat decimalSize="1"/>
  457. </dataFormat>
  458. </style>
  459. </factCell>
  460. </crosstabNodeMember>
  461. </crosstabNodeMembers>
  462. </crosstabNode>
  463. <crosstabNode>
  464. <crosstabNodeMembers>
  465. <crosstabNodeMember edgeLocation="e30" refDataItem="Diff.">
  466. <style>
  467. <defaultStyles>
  468. <defaultStyle refStyle="ml"/>
  469. </defaultStyles>
  470. <CSS value="background-color:white;font-weight:bold;width:75px;white-space:normal;border:0.75pt solid silver"/>
  471. </style>
  472. <contents>
  473. <textItem>
  474. <dataSource>
  475. <memberCaption/>
  476. </dataSource>
  477. </textItem>
  478. </contents>
  479. <factCell>
  480. <conditionalStyleRefs>
  481. <conditionalStyleRef refConditionalStyle="CV &lt; 0"/>
  482. </conditionalStyleRefs>
  483. <style>
  484. <dataFormat>
  485. <numberFormat decimalSize="1"/>
  486. </dataFormat>
  487. </style>
  488. </factCell>
  489. </crosstabNodeMember>
  490. </crosstabNodeMembers>
  491. </crosstabNode>
  492. <crosstabNode>
  493. <crosstabNodeMembers>
  494. <crosstabNodeMember edgeLocation="e31" refDataItem="Prod. %">
  495. <style>
  496. <CSS value="font-weight:bold;width:75px;white-space:normal;border:0.75pt solid silver"/>
  497. <defaultStyles>
  498. <defaultStyle refStyle="ml"/>
  499. <defaultStyle refStyle="cls9"/>
  500. </defaultStyles>
  501. </style>
  502. <contents>
  503. <textItem>
  504. <dataSource>
  505. <memberCaption/>
  506. </dataSource>
  507. </textItem>
  508. </contents>
  509. <factCell>
  510. <style>
  511. <defaultStyles>
  512. <defaultStyle refStyle="cls9"/>
  513. </defaultStyles>
  514. </style>
  515. </factCell>
  516. </crosstabNodeMember>
  517. </crosstabNodeMembers>
  518. </crosstabNode>
  519. <crosstabNode>
  520. <crosstabNodeMembers>
  521. <crosstabNodeMember edgeLocation="e32" refDataItem="verr. Zeit">
  522. <style>
  523. <CSS value="font-weight:bold;width:75px;white-space:normal;border:0.75pt solid silver"/>
  524. <defaultStyles>
  525. <defaultStyle refStyle="ml"/>
  526. <defaultStyle refStyle="cls1"/>
  527. </defaultStyles>
  528. </style>
  529. <contents>
  530. <textItem>
  531. <dataSource>
  532. <memberCaption/>
  533. </dataSource>
  534. </textItem>
  535. </contents>
  536. <factCell>
  537. <style>
  538. <defaultStyles>
  539. <defaultStyle refStyle="cls1"/>
  540. </defaultStyles>
  541. <dataFormat>
  542. <numberFormat decimalSize="1"/>
  543. </dataFormat>
  544. </style>
  545. </factCell>
  546. </crosstabNodeMember>
  547. </crosstabNodeMembers>
  548. </crosstabNode>
  549. <crosstabNode>
  550. <crosstabNodeMembers>
  551. <crosstabNodeMember edgeLocation="e33" refDataItem="ben. Zeit">
  552. <style>
  553. <defaultStyles>
  554. <defaultStyle refStyle="ml"/>
  555. </defaultStyles>
  556. <CSS value="background-color:white;font-weight:bold;width:75px;white-space:normal;border:0.75pt solid silver"/>
  557. </style>
  558. <contents>
  559. <textItem>
  560. <dataSource>
  561. <memberCaption/>
  562. </dataSource>
  563. </textItem>
  564. </contents>
  565. <factCell>
  566. <style>
  567. <dataFormat>
  568. <numberFormat decimalSize="1"/>
  569. </dataFormat>
  570. </style>
  571. </factCell>
  572. </crosstabNodeMember>
  573. </crosstabNodeMembers>
  574. </crosstabNode>
  575. <crosstabNode>
  576. <crosstabNodeMembers>
  577. <crosstabNodeMember edgeLocation="e34" refDataItem="LG %">
  578. <style>
  579. <CSS value="font-weight:bold;width:75px;white-space:normal;border:0.75pt solid silver"/>
  580. <defaultStyles>
  581. <defaultStyle refStyle="cls6"/>
  582. </defaultStyles>
  583. </style>
  584. <contents>
  585. <textItem>
  586. <dataSource>
  587. <memberCaption/>
  588. </dataSource>
  589. </textItem>
  590. </contents>
  591. <factCell>
  592. <style>
  593. <defaultStyles>
  594. <defaultStyle refStyle="cls6"/>
  595. </defaultStyles>
  596. </style>
  597. </factCell>
  598. </crosstabNodeMember>
  599. </crosstabNodeMembers>
  600. </crosstabNode>
  601. <crosstabNode>
  602. <crosstabNodeMembers>
  603. <crosstabNodeMember edgeLocation="e15" refDataItem="effekt. LG %">
  604. <style>
  605. <defaultStyles>
  606. <defaultStyle refStyle="ml"/>
  607. </defaultStyles>
  608. <CSS value="background-color:white;font-weight:bold;width:75px;white-space:normal;border:0.75pt solid silver"/>
  609. </style>
  610. <contents>
  611. <textItem>
  612. <dataSource>
  613. <memberCaption/>
  614. </dataSource>
  615. </textItem>
  616. </contents>
  617. <factCell>
  618. <style>
  619. <dataFormat>
  620. <numberFormat decimalSize="1"/>
  621. </dataFormat>
  622. </style>
  623. </factCell>
  624. </crosstabNodeMember>
  625. </crosstabNodeMembers>
  626. </crosstabNode>
  627. <crosstabNode>
  628. <crosstabNodeMembers>
  629. <crosstabNodeMember edgeLocation="e35" refDataItem="Effiz. %">
  630. <style>
  631. <CSS value="font-weight:bold;width:75px;white-space:normal;border:0.75pt solid silver"/>
  632. <defaultStyles>
  633. <defaultStyle refStyle="cls4"/>
  634. </defaultStyles>
  635. </style>
  636. <contents>
  637. <textItem>
  638. <dataSource>
  639. <memberCaption/>
  640. </dataSource>
  641. </textItem>
  642. </contents>
  643. <factCell>
  644. <style>
  645. <defaultStyles>
  646. <defaultStyle refStyle="cls4"/>
  647. </defaultStyles>
  648. </style>
  649. </factCell>
  650. </crosstabNodeMember>
  651. </crosstabNodeMembers>
  652. </crosstabNode>
  653. <crosstabNode>
  654. <crosstabNodeMembers>
  655. <crosstabNodeMember edgeLocation="e20" refDataItem="noch nicht verr. Zeit">
  656. <style>
  657. <defaultStyles>
  658. <defaultStyle refStyle="ml"/>
  659. </defaultStyles>
  660. <CSS value="background-color:white;font-weight:bold;width:75px;white-space:normal;border:0.75pt solid silver"/>
  661. </style>
  662. <contents>
  663. <textItem>
  664. <dataSource>
  665. <memberCaption/>
  666. </dataSource>
  667. </textItem>
  668. </contents>
  669. </crosstabNodeMember>
  670. </crosstabNodeMembers>
  671. </crosstabNode>
  672. <crosstabNode>
  673. <crosstabNodeMembers>
  674. <crosstabNodeMember edgeLocation="e36" refDataItem="unprod.">
  675. <style>
  676. <defaultStyles>
  677. <defaultStyle refStyle="ml"/>
  678. </defaultStyles>
  679. <CSS value="background-color:white;font-weight:bold;width:75px;white-space:normal;border:0.75pt solid silver"/>
  680. </style>
  681. <contents>
  682. <textItem>
  683. <dataSource>
  684. <memberCaption/>
  685. </dataSource>
  686. </textItem>
  687. </contents>
  688. <factCell>
  689. <style>
  690. <dataFormat>
  691. <numberFormat decimalSize="1"/>
  692. </dataFormat>
  693. </style>
  694. </factCell>
  695. </crosstabNodeMember>
  696. </crosstabNodeMembers>
  697. </crosstabNode>
  698. <crosstabNode>
  699. <crosstabNodeMembers>
  700. <crosstabNodeMember edgeLocation="e37" refDataItem="abw.">
  701. <style>
  702. <defaultStyles>
  703. <defaultStyle refStyle="ml"/>
  704. </defaultStyles>
  705. <CSS value="background-color:white;font-weight:bold;width:75px;white-space:normal;border:0.75pt solid silver"/>
  706. </style>
  707. <contents>
  708. <textItem>
  709. <dataSource>
  710. <memberCaption/>
  711. </dataSource>
  712. </textItem>
  713. </contents>
  714. <factCell>
  715. <style>
  716. <dataFormat>
  717. <numberFormat decimalSize="1"/>
  718. </dataFormat>
  719. </style>
  720. </factCell>
  721. </crosstabNodeMember>
  722. </crosstabNodeMembers>
  723. </crosstabNode>
  724. <crosstabNode>
  725. <crosstabNodeMembers>
  726. <crosstabNodeMember edgeLocation="e17" refDataItem="Zeitkorr.">
  727. <style>
  728. <defaultStyles>
  729. <defaultStyle refStyle="ml"/>
  730. </defaultStyles>
  731. <CSS value="background-color:white;font-weight:bold;width:75px;white-space:normal;border:0.75pt solid silver"/>
  732. </style>
  733. <contents>
  734. <textItem>
  735. <dataSource>
  736. <memberCaption/>
  737. </dataSource>
  738. </textItem>
  739. </contents>
  740. </crosstabNodeMember>
  741. </crosstabNodeMembers>
  742. </crosstabNode>
  743. </crosstabNestedNodes>
  744. <crosstabNodeMembers>
  745. <crosstabNodeMember edgeLocation="e12" refDataItem="kumulierter Zeitraum">
  746. <style>
  747. <defaultStyles>
  748. <defaultStyle refStyle="ml"/>
  749. </defaultStyles>
  750. <CSS value="background-color:white;font-weight:bold;text-align:center;white-space:normal;width:75px;border:0.75pt solid silver"/>
  751. </style>
  752. <contents>
  753. <textItem>
  754. <dataSource>
  755. <staticValue>Kumuliert</staticValue>
  756. </dataSource>
  757. </textItem>
  758. </contents>
  759. </crosstabNodeMember>
  760. </crosstabNodeMembers>
  761. </crosstabNode>
  762. </crosstabColumns>
  763. <crosstabFactCell>
  764. <contents>
  765. <textItem>
  766. <dataSource>
  767. <cellValue/>
  768. </dataSource>
  769. </textItem>
  770. </contents>
  771. <style>
  772. <defaultStyles>
  773. <defaultStyle refStyle="mv"/>
  774. </defaultStyles>
  775. <CSS value="border:0.75pt solid silver"/>
  776. </style>
  777. </crosstabFactCell>
  778. <crosstabRows>
  779. <crosstabNode>
  780. <crosstabNestedNodes>
  781. <crosstabNode>
  782. <crosstabNestedNodes>
  783. <crosstabNode>
  784. <crosstabNodeMembers>
  785. <crosstabNodeMember edgeLocation="e11" refDataItem="Monteur1">
  786. <style>
  787. <defaultStyles>
  788. <defaultStyle refStyle="ml"/>
  789. </defaultStyles>
  790. <CSS value="background-color:white;border:0.75pt solid silver"/>
  791. </style>
  792. <contents>
  793. <textItem>
  794. <dataSource>
  795. <memberCaption/>
  796. </dataSource>
  797. </textItem>
  798. </contents>
  799. </crosstabNodeMember>
  800. </crosstabNodeMembers>
  801. </crosstabNode>
  802. <crosstabNode>
  803. <crosstabNodeMembers>
  804. <crosstabNodeMember edgeLocation="e14" refDataItem="Summe">
  805. <style>
  806. <defaultStyles>
  807. <defaultStyle refStyle="ml"/>
  808. </defaultStyles>
  809. <CSS value="background-color:#B1BCC7;border:0.75pt solid silver"/>
  810. </style>
  811. <contents>
  812. <textItem>
  813. <dataSource>
  814. <memberCaption/>
  815. </dataSource>
  816. </textItem>
  817. </contents>
  818. <factCell>
  819. <style>
  820. <CSS value="background-color:#B1BCC7"/>
  821. </style>
  822. </factCell>
  823. </crosstabNodeMember>
  824. </crosstabNodeMembers>
  825. </crosstabNode>
  826. </crosstabNestedNodes>
  827. <crosstabNodeMembers>
  828. <crosstabNodeMember edgeLocation="e2" refDataItem="Monteur_Gruppe_3">
  829. <style>
  830. <defaultStyles>
  831. <defaultStyle refStyle="ml"/>
  832. </defaultStyles>
  833. <CSS value="background-color:white;border:0.75pt solid silver"/>
  834. </style>
  835. <contents>
  836. <textItem>
  837. <dataSource>
  838. <memberCaption/>
  839. </dataSource>
  840. </textItem>
  841. </contents>
  842. </crosstabNodeMember>
  843. </crosstabNodeMembers>
  844. </crosstabNode>
  845. <crosstabNode>
  846. <crosstabNodeMembers>
  847. <crosstabNodeMember edgeLocation="e22" refDataItem="Standort1">
  848. <style>
  849. <CSS value="background-color:#889CAD;border:0.75pt solid silver"/>
  850. </style>
  851. <contents>
  852. <textItem>
  853. <dataSource>
  854. <memberCaption/>
  855. </dataSource>
  856. </textItem>
  857. </contents>
  858. <factCell>
  859. <style>
  860. <CSS value="background-color:#889CAD"/>
  861. </style>
  862. </factCell>
  863. </crosstabNodeMember>
  864. </crosstabNodeMembers>
  865. </crosstabNode>
  866. </crosstabNestedNodes>
  867. <crosstabNodeMembers>
  868. <crosstabNodeMember edgeLocation="e1" refDataItem="Standort1">
  869. <style>
  870. <defaultStyles>
  871. <defaultStyle refStyle="ml"/>
  872. </defaultStyles>
  873. <CSS value="background-color:white;border:0.75pt solid silver"/>
  874. </style>
  875. <contents>
  876. <textItem>
  877. <dataSource>
  878. <memberCaption/>
  879. </dataSource>
  880. </textItem>
  881. </contents>
  882. </crosstabNodeMember>
  883. </crosstabNodeMembers>
  884. </crosstabNode>
  885. <crosstabNode>
  886. <crosstabNodeMembers>
  887. <crosstabNodeMember edgeLocation="e10" refDataItem="Gesamt">
  888. <style>
  889. <defaultStyles>
  890. <defaultStyle refStyle="ml"/>
  891. </defaultStyles>
  892. <CSS value="background-color:#72889B;font-weight:bold;color:white;border:0.75pt solid silver"/>
  893. </style>
  894. <contents>
  895. <textItem>
  896. <dataSource>
  897. <memberCaption/>
  898. </dataSource>
  899. </textItem>
  900. </contents>
  901. <factCell>
  902. <style>
  903. <CSS value="background-color:#72889B;font-weight:bold;color:white"/>
  904. </style>
  905. </factCell>
  906. </crosstabNodeMember>
  907. </crosstabNodeMembers>
  908. </crosstabNode>
  909. </crosstabRows>
  910. <crosstabSuppress/>
  911. <defaultMeasure refDataItem="Ges. Std."/>
  912. <conditionalStyleRefs>
  913. <conditionalStyleRef refConditionalStyle="Monat"/>
  914. </conditionalStyleRefs>
  915. <crosstabIntersections/>
  916. </crosstab>
  917. </contents>
  918. </tableCell>
  919. </tableCells>
  920. </tableRow>
  921. <tableRow>
  922. <tableCells>
  923. <tableCell>
  924. <contents>
  925. <crosstab horizontalPagination="true" name="Kreuztabelle4" refQuery="qry_Main" rowsPerPage="5000">
  926. <crosstabCorner>
  927. <contents/>
  928. <style>
  929. <defaultStyles>
  930. <defaultStyle refStyle="xm"/>
  931. </defaultStyles>
  932. <CSS value="border-top-style:none;border-left-style:none"/>
  933. </style>
  934. </crosstabCorner>
  935. <noDataHandler>
  936. <contents>
  937. <block>
  938. <contents>
  939. <textItem>
  940. <dataSource>
  941. <staticValue>Keine Daten verfügbar</staticValue>
  942. </dataSource>
  943. <style>
  944. <CSS value="padding:10px 18px;"/>
  945. </style>
  946. </textItem>
  947. </contents>
  948. </block>
  949. </contents>
  950. </noDataHandler>
  951. <style>
  952. <CSS value="border-collapse:collapse;background-color:white"/>
  953. <defaultStyles>
  954. <defaultStyle refStyle="xt"/>
  955. </defaultStyles>
  956. </style>
  957. <crosstabColumns>
  958. <crosstabNode>
  959. <crosstabNestedNodes>
  960. <crosstabNode>
  961. <crosstabNestedNodes>
  962. <crosstabNode>
  963. <crosstabNodeMembers>
  964. <crosstabNodeMember edgeLocation="e2" refDataItem="agg_Von_Bis">
  965. <style>
  966. <defaultStyles>
  967. <defaultStyle refStyle="ml"/>
  968. </defaultStyles>
  969. <CSS value="background-color:lime;font-weight:bold;width:75px;white-space:normal;display:none;border:0.75pt solid silver"/>
  970. </style>
  971. <contents>
  972. <textItem>
  973. <dataSource>
  974. <memberCaption/>
  975. </dataSource>
  976. </textItem>
  977. </contents>
  978. </crosstabNodeMember>
  979. </crosstabNodeMembers>
  980. </crosstabNode>
  981. </crosstabNestedNodes>
  982. <crosstabNodeMembers>
  983. <crosstabNodeMember edgeLocation="e19" refDataItem="Anw.">
  984. <style>
  985. <defaultStyles>
  986. <defaultStyle refStyle="ml"/>
  987. </defaultStyles>
  988. <CSS value="background-color:white;font-weight:bold;width:75px;white-space:normal;border:0.75pt solid silver"/>
  989. </style>
  990. <contents>
  991. <textItem>
  992. <dataSource>
  993. <memberCaption/>
  994. </dataSource>
  995. </textItem>
  996. </contents>
  997. <factCell>
  998. <style>
  999. <dataFormat>
  1000. <numberFormat decimalSize="1"/>
  1001. </dataFormat>
  1002. </style>
  1003. </factCell>
  1004. </crosstabNodeMember>
  1005. </crosstabNodeMembers>
  1006. </crosstabNode>
  1007. <crosstabNode>
  1008. <crosstabNestedNodes>
  1009. <crosstabNode>
  1010. <crosstabNodeMembers>
  1011. <crosstabNodeMember edgeLocation="e12" refDataItem="agg_Von_Bis">
  1012. <style>
  1013. <defaultStyles>
  1014. <defaultStyle refStyle="ml"/>
  1015. </defaultStyles>
  1016. <CSS value="background-color:lime;font-weight:bold;width:75px;white-space:normal;display:none;border:0.75pt solid silver"/>
  1017. </style>
  1018. <contents>
  1019. <textItem>
  1020. <dataSource>
  1021. <memberCaption/>
  1022. </dataSource>
  1023. </textItem>
  1024. </contents>
  1025. </crosstabNodeMember>
  1026. </crosstabNodeMembers>
  1027. </crosstabNode>
  1028. </crosstabNestedNodes>
  1029. <crosstabNodeMembers>
  1030. <crosstabNodeMember edgeLocation="e6" refDataItem="prod.">
  1031. <style>
  1032. <defaultStyles>
  1033. <defaultStyle refStyle="ml"/>
  1034. </defaultStyles>
  1035. <CSS value="background-color:white;font-weight:bold;width:75px;white-space:normal;border:0.75pt solid silver"/>
  1036. </style>
  1037. <contents>
  1038. <textItem>
  1039. <dataSource>
  1040. <memberCaption/>
  1041. </dataSource>
  1042. </textItem>
  1043. </contents>
  1044. <factCell>
  1045. <style>
  1046. <dataFormat>
  1047. <numberFormat decimalSize="1"/>
  1048. </dataFormat>
  1049. </style>
  1050. </factCell>
  1051. </crosstabNodeMember>
  1052. </crosstabNodeMembers>
  1053. </crosstabNode>
  1054. <crosstabNode>
  1055. <crosstabNestedNodes>
  1056. <crosstabNode>
  1057. <crosstabNodeMembers>
  1058. <crosstabNodeMember edgeLocation="e13" refDataItem="agg_Von_Bis">
  1059. <style>
  1060. <defaultStyles>
  1061. <defaultStyle refStyle="ml"/>
  1062. </defaultStyles>
  1063. <CSS value="background-color:lime;font-weight:bold;width:75px;white-space:normal;display:none;border:0.75pt solid silver"/>
  1064. </style>
  1065. <contents>
  1066. <textItem>
  1067. <dataSource>
  1068. <memberCaption/>
  1069. </dataSource>
  1070. </textItem>
  1071. </contents>
  1072. </crosstabNodeMember>
  1073. </crosstabNodeMembers>
  1074. </crosstabNode>
  1075. </crosstabNestedNodes>
  1076. <crosstabNodeMembers>
  1077. <crosstabNodeMember edgeLocation="e21" refDataItem="Diff.">
  1078. <style>
  1079. <defaultStyles>
  1080. <defaultStyle refStyle="ml"/>
  1081. </defaultStyles>
  1082. <CSS value="background-color:white;font-weight:bold;width:75px;white-space:normal;border:0.75pt solid silver"/>
  1083. </style>
  1084. <contents>
  1085. <textItem>
  1086. <dataSource>
  1087. <memberCaption/>
  1088. </dataSource>
  1089. </textItem>
  1090. </contents>
  1091. <factCell>
  1092. <conditionalStyleRefs>
  1093. <conditionalStyleRef refConditionalStyle="CV &lt; 0"/>
  1094. </conditionalStyleRefs>
  1095. <style>
  1096. <dataFormat>
  1097. <numberFormat decimalSize="1"/>
  1098. </dataFormat>
  1099. </style>
  1100. </factCell>
  1101. </crosstabNodeMember>
  1102. </crosstabNodeMembers>
  1103. </crosstabNode>
  1104. <crosstabNode>
  1105. <crosstabNestedNodes>
  1106. <crosstabNode>
  1107. <crosstabNodeMembers>
  1108. <crosstabNodeMember edgeLocation="e15" refDataItem="agg_Von_Bis">
  1109. <style>
  1110. <defaultStyles>
  1111. <defaultStyle refStyle="ml"/>
  1112. </defaultStyles>
  1113. <CSS value="background-color:lime;font-weight:bold;width:75px;white-space:normal;display:none;border:0.75pt solid silver"/>
  1114. </style>
  1115. <contents>
  1116. <textItem>
  1117. <dataSource>
  1118. <memberCaption/>
  1119. </dataSource>
  1120. </textItem>
  1121. </contents>
  1122. </crosstabNodeMember>
  1123. </crosstabNodeMembers>
  1124. </crosstabNode>
  1125. </crosstabNestedNodes>
  1126. <crosstabNodeMembers>
  1127. <crosstabNodeMember edgeLocation="e3" refDataItem="Prod. %">
  1128. <style>
  1129. <CSS value="font-weight:bold;width:75px;white-space:normal;border:0.75pt solid silver"/>
  1130. <defaultStyles>
  1131. <defaultStyle refStyle="ml"/>
  1132. <defaultStyle refStyle="cls9"/>
  1133. </defaultStyles>
  1134. </style>
  1135. <contents>
  1136. <textItem>
  1137. <dataSource>
  1138. <memberCaption/>
  1139. </dataSource>
  1140. </textItem>
  1141. </contents>
  1142. <factCell>
  1143. <style>
  1144. <defaultStyles>
  1145. <defaultStyle refStyle="cls9"/>
  1146. </defaultStyles>
  1147. </style>
  1148. </factCell>
  1149. </crosstabNodeMember>
  1150. </crosstabNodeMembers>
  1151. </crosstabNode>
  1152. <crosstabNode>
  1153. <crosstabNestedNodes>
  1154. <crosstabNode>
  1155. <crosstabNodeMembers>
  1156. <crosstabNodeMember edgeLocation="e16" refDataItem="agg_Von_Bis">
  1157. <style>
  1158. <defaultStyles>
  1159. <defaultStyle refStyle="ml"/>
  1160. </defaultStyles>
  1161. <CSS value="background-color:lime;font-weight:bold;width:75px;white-space:normal;display:none;border:0.75pt solid silver"/>
  1162. </style>
  1163. <contents>
  1164. <textItem>
  1165. <dataSource>
  1166. <memberCaption/>
  1167. </dataSource>
  1168. </textItem>
  1169. </contents>
  1170. </crosstabNodeMember>
  1171. </crosstabNodeMembers>
  1172. </crosstabNode>
  1173. </crosstabNestedNodes>
  1174. <crosstabNodeMembers>
  1175. <crosstabNodeMember edgeLocation="e8" refDataItem="verr. Zeit">
  1176. <style>
  1177. <CSS value="font-weight:bold;width:75px;white-space:normal;border:0.75pt solid silver"/>
  1178. <defaultStyles>
  1179. <defaultStyle refStyle="ml"/>
  1180. <defaultStyle refStyle="cls1"/>
  1181. </defaultStyles>
  1182. </style>
  1183. <contents>
  1184. <textItem>
  1185. <dataSource>
  1186. <memberCaption/>
  1187. </dataSource>
  1188. </textItem>
  1189. </contents>
  1190. <factCell>
  1191. <style>
  1192. <defaultStyles>
  1193. <defaultStyle refStyle="cls1"/>
  1194. </defaultStyles>
  1195. <dataFormat>
  1196. <numberFormat decimalSize="1"/>
  1197. </dataFormat>
  1198. </style>
  1199. </factCell>
  1200. </crosstabNodeMember>
  1201. </crosstabNodeMembers>
  1202. </crosstabNode>
  1203. <crosstabNode>
  1204. <crosstabNestedNodes>
  1205. <crosstabNode>
  1206. <crosstabNodeMembers>
  1207. <crosstabNodeMember edgeLocation="e17" refDataItem="agg_Von_Bis">
  1208. <style>
  1209. <defaultStyles>
  1210. <defaultStyle refStyle="ml"/>
  1211. </defaultStyles>
  1212. <CSS value="background-color:lime;font-weight:bold;width:75px;white-space:normal;display:none;border:0.75pt solid silver"/>
  1213. </style>
  1214. <contents>
  1215. <textItem>
  1216. <dataSource>
  1217. <memberCaption/>
  1218. </dataSource>
  1219. </textItem>
  1220. </contents>
  1221. </crosstabNodeMember>
  1222. </crosstabNodeMembers>
  1223. </crosstabNode>
  1224. </crosstabNestedNodes>
  1225. <crosstabNodeMembers>
  1226. <crosstabNodeMember edgeLocation="e9" refDataItem="ben. Zeit">
  1227. <style>
  1228. <defaultStyles>
  1229. <defaultStyle refStyle="ml"/>
  1230. </defaultStyles>
  1231. <CSS value="background-color:white;font-weight:bold;width:75px;white-space:normal;border:0.75pt solid silver"/>
  1232. </style>
  1233. <contents>
  1234. <textItem>
  1235. <dataSource>
  1236. <memberCaption/>
  1237. </dataSource>
  1238. </textItem>
  1239. </contents>
  1240. <factCell>
  1241. <style>
  1242. <dataFormat>
  1243. <numberFormat decimalSize="1"/>
  1244. </dataFormat>
  1245. </style>
  1246. </factCell>
  1247. </crosstabNodeMember>
  1248. </crosstabNodeMembers>
  1249. </crosstabNode>
  1250. <crosstabNode>
  1251. <crosstabNestedNodes>
  1252. <crosstabNode>
  1253. <crosstabNodeMembers>
  1254. <crosstabNodeMember edgeLocation="e18" refDataItem="agg_Von_Bis">
  1255. <style>
  1256. <defaultStyles>
  1257. <defaultStyle refStyle="ml"/>
  1258. </defaultStyles>
  1259. <CSS value="background-color:lime;font-weight:bold;width:75px;white-space:normal;display:none;border:0.75pt solid silver"/>
  1260. </style>
  1261. <contents>
  1262. <textItem>
  1263. <dataSource>
  1264. <memberCaption/>
  1265. </dataSource>
  1266. </textItem>
  1267. </contents>
  1268. </crosstabNodeMember>
  1269. </crosstabNodeMembers>
  1270. </crosstabNode>
  1271. </crosstabNestedNodes>
  1272. <crosstabNodeMembers>
  1273. <crosstabNodeMember edgeLocation="e4" refDataItem="LG %">
  1274. <style>
  1275. <CSS value="font-weight:bold;width:75px;white-space:normal;border:0.75pt solid silver"/>
  1276. <defaultStyles>
  1277. <defaultStyle refStyle="cls6"/>
  1278. </defaultStyles>
  1279. </style>
  1280. <contents>
  1281. <textItem>
  1282. <dataSource>
  1283. <memberCaption/>
  1284. </dataSource>
  1285. </textItem>
  1286. </contents>
  1287. <factCell>
  1288. <style>
  1289. <defaultStyles>
  1290. <defaultStyle refStyle="cls6"/>
  1291. </defaultStyles>
  1292. </style>
  1293. </factCell>
  1294. </crosstabNodeMember>
  1295. </crosstabNodeMembers>
  1296. </crosstabNode>
  1297. <crosstabNode>
  1298. <crosstabNestedNodes>
  1299. <crosstabNode>
  1300. <crosstabNodeMembers>
  1301. <crosstabNodeMember edgeLocation="e27" refDataItem="agg_Von_Bis">
  1302. <style>
  1303. <defaultStyles>
  1304. <defaultStyle refStyle="ml"/>
  1305. </defaultStyles>
  1306. <CSS value="background-color:lime;font-weight:bold;width:75px;white-space:normal;display:none;border:0.75pt solid silver"/>
  1307. </style>
  1308. <contents>
  1309. <textItem>
  1310. <dataSource>
  1311. <memberCaption/>
  1312. </dataSource>
  1313. </textItem>
  1314. </contents>
  1315. </crosstabNodeMember>
  1316. </crosstabNodeMembers>
  1317. </crosstabNode>
  1318. </crosstabNestedNodes>
  1319. <crosstabNodeMembers>
  1320. <crosstabNodeMember edgeLocation="e26" refDataItem="effekt. LG %">
  1321. <style>
  1322. <defaultStyles>
  1323. <defaultStyle refStyle="ml"/>
  1324. </defaultStyles>
  1325. <CSS value="background-color:white;font-weight:bold;width:75px;white-space:normal;border:0.75pt solid silver"/>
  1326. </style>
  1327. <contents>
  1328. <textItem>
  1329. <dataSource>
  1330. <memberCaption/>
  1331. </dataSource>
  1332. </textItem>
  1333. </contents>
  1334. <factCell>
  1335. <style>
  1336. <dataFormat>
  1337. <numberFormat decimalSize="1"/>
  1338. </dataFormat>
  1339. </style>
  1340. </factCell>
  1341. </crosstabNodeMember>
  1342. </crosstabNodeMembers>
  1343. </crosstabNode>
  1344. <crosstabNode>
  1345. <crosstabNestedNodes>
  1346. <crosstabNode>
  1347. <crosstabNodeMembers>
  1348. <crosstabNodeMember edgeLocation="e22" refDataItem="agg_Von_Bis">
  1349. <style>
  1350. <defaultStyles>
  1351. <defaultStyle refStyle="ml"/>
  1352. </defaultStyles>
  1353. <CSS value="background-color:lime;font-weight:bold;width:75px;white-space:normal;display:none;border:0.75pt solid silver"/>
  1354. </style>
  1355. <contents>
  1356. <textItem>
  1357. <dataSource>
  1358. <memberCaption/>
  1359. </dataSource>
  1360. </textItem>
  1361. </contents>
  1362. </crosstabNodeMember>
  1363. </crosstabNodeMembers>
  1364. </crosstabNode>
  1365. </crosstabNestedNodes>
  1366. <crosstabNodeMembers>
  1367. <crosstabNodeMember edgeLocation="e5" refDataItem="Effiz. %">
  1368. <style>
  1369. <CSS value="font-weight:bold;width:75px;white-space:normal;border:0.75pt solid silver"/>
  1370. <defaultStyles>
  1371. <defaultStyle refStyle="cls4"/>
  1372. </defaultStyles>
  1373. </style>
  1374. <contents>
  1375. <textItem>
  1376. <dataSource>
  1377. <memberCaption/>
  1378. </dataSource>
  1379. </textItem>
  1380. </contents>
  1381. <factCell>
  1382. <style>
  1383. <defaultStyles>
  1384. <defaultStyle refStyle="cls4"/>
  1385. </defaultStyles>
  1386. </style>
  1387. </factCell>
  1388. </crosstabNodeMember>
  1389. </crosstabNodeMembers>
  1390. </crosstabNode>
  1391. <crosstabNode>
  1392. <crosstabNestedNodes>
  1393. <crosstabNode>
  1394. <crosstabNodeMembers>
  1395. <crosstabNodeMember edgeLocation="e31" refDataItem="agg_Von_Bis">
  1396. <style>
  1397. <defaultStyles>
  1398. <defaultStyle refStyle="ml"/>
  1399. </defaultStyles>
  1400. <CSS value="background-color:lime;font-weight:bold;width:75px;white-space:normal;display:none;border:0.75pt solid silver"/>
  1401. </style>
  1402. <contents>
  1403. <textItem>
  1404. <dataSource>
  1405. <memberCaption/>
  1406. </dataSource>
  1407. </textItem>
  1408. </contents>
  1409. </crosstabNodeMember>
  1410. </crosstabNodeMembers>
  1411. </crosstabNode>
  1412. </crosstabNestedNodes>
  1413. <crosstabNodeMembers>
  1414. <crosstabNodeMember edgeLocation="e30" refDataItem="noch nicht verr. Zeit">
  1415. <style>
  1416. <defaultStyles>
  1417. <defaultStyle refStyle="ml"/>
  1418. </defaultStyles>
  1419. <CSS value="background-color:white;font-weight:bold;width:75px;white-space:normal;border:0.75pt solid silver"/>
  1420. </style>
  1421. <contents>
  1422. <textItem>
  1423. <dataSource>
  1424. <memberCaption/>
  1425. </dataSource>
  1426. </textItem>
  1427. </contents>
  1428. </crosstabNodeMember>
  1429. </crosstabNodeMembers>
  1430. </crosstabNode>
  1431. <crosstabNode>
  1432. <crosstabNestedNodes>
  1433. <crosstabNode>
  1434. <crosstabNodeMembers>
  1435. <crosstabNodeMember edgeLocation="e23" refDataItem="agg_Von_Bis">
  1436. <style>
  1437. <defaultStyles>
  1438. <defaultStyle refStyle="ml"/>
  1439. </defaultStyles>
  1440. <CSS value="background-color:lime;font-weight:bold;width:75px;white-space:normal;display:none;border:0.75pt solid silver"/>
  1441. </style>
  1442. <contents>
  1443. <textItem>
  1444. <dataSource>
  1445. <memberCaption/>
  1446. </dataSource>
  1447. </textItem>
  1448. </contents>
  1449. </crosstabNodeMember>
  1450. </crosstabNodeMembers>
  1451. </crosstabNode>
  1452. </crosstabNestedNodes>
  1453. <crosstabNodeMembers>
  1454. <crosstabNodeMember edgeLocation="e7" refDataItem="unprod.">
  1455. <style>
  1456. <defaultStyles>
  1457. <defaultStyle refStyle="ml"/>
  1458. </defaultStyles>
  1459. <CSS value="background-color:white;font-weight:bold;width:75px;white-space:normal;border:0.75pt solid silver"/>
  1460. </style>
  1461. <contents>
  1462. <textItem>
  1463. <dataSource>
  1464. <memberCaption/>
  1465. </dataSource>
  1466. </textItem>
  1467. </contents>
  1468. <factCell>
  1469. <style>
  1470. <dataFormat>
  1471. <numberFormat decimalSize="1"/>
  1472. </dataFormat>
  1473. </style>
  1474. </factCell>
  1475. </crosstabNodeMember>
  1476. </crosstabNodeMembers>
  1477. </crosstabNode>
  1478. <crosstabNode>
  1479. <crosstabNestedNodes>
  1480. <crosstabNode>
  1481. <crosstabNodeMembers>
  1482. <crosstabNodeMember edgeLocation="e29" refDataItem="agg_Von_Bis">
  1483. <style>
  1484. <defaultStyles>
  1485. <defaultStyle refStyle="ml"/>
  1486. </defaultStyles>
  1487. <CSS value="background-color:lime;font-weight:bold;width:75px;white-space:normal;display:none;border:0.75pt solid silver"/>
  1488. </style>
  1489. <contents>
  1490. <textItem>
  1491. <dataSource>
  1492. <memberCaption/>
  1493. </dataSource>
  1494. </textItem>
  1495. </contents>
  1496. </crosstabNodeMember>
  1497. </crosstabNodeMembers>
  1498. </crosstabNode>
  1499. </crosstabNestedNodes>
  1500. <crosstabNodeMembers>
  1501. <crosstabNodeMember edgeLocation="e24" refDataItem="abw.">
  1502. <style>
  1503. <defaultStyles>
  1504. <defaultStyle refStyle="ml"/>
  1505. </defaultStyles>
  1506. <CSS value="background-color:white;font-weight:bold;width:75px;white-space:normal;border:0.75pt solid silver"/>
  1507. </style>
  1508. <contents>
  1509. <textItem>
  1510. <dataSource>
  1511. <memberCaption/>
  1512. </dataSource>
  1513. </textItem>
  1514. </contents>
  1515. <factCell>
  1516. <style>
  1517. <dataFormat>
  1518. <numberFormat decimalSize="1"/>
  1519. </dataFormat>
  1520. </style>
  1521. </factCell>
  1522. </crosstabNodeMember>
  1523. </crosstabNodeMembers>
  1524. </crosstabNode>
  1525. <crosstabNode>
  1526. <crosstabNestedNodes>
  1527. <crosstabNode>
  1528. <crosstabNodeMembers>
  1529. <crosstabNodeMember edgeLocation="e25" refDataItem="agg_Von_Bis">
  1530. <style>
  1531. <defaultStyles>
  1532. <defaultStyle refStyle="ml"/>
  1533. </defaultStyles>
  1534. <CSS value="background-color:lime;font-weight:bold;width:75px;white-space:normal;display:none;border:0.75pt solid silver"/>
  1535. </style>
  1536. <contents>
  1537. <textItem>
  1538. <dataSource>
  1539. <memberCaption/>
  1540. </dataSource>
  1541. </textItem>
  1542. </contents>
  1543. </crosstabNodeMember>
  1544. </crosstabNodeMembers>
  1545. </crosstabNode>
  1546. </crosstabNestedNodes>
  1547. <crosstabNodeMembers>
  1548. <crosstabNodeMember edgeLocation="e28" refDataItem="Zeitkorr.">
  1549. <style>
  1550. <defaultStyles>
  1551. <defaultStyle refStyle="ml"/>
  1552. </defaultStyles>
  1553. <CSS value="background-color:white;font-weight:bold;width:75px;white-space:normal;border:0.75pt solid silver"/>
  1554. </style>
  1555. <contents>
  1556. <textItem>
  1557. <dataSource>
  1558. <memberCaption/>
  1559. </dataSource>
  1560. </textItem>
  1561. </contents>
  1562. </crosstabNodeMember>
  1563. </crosstabNodeMembers>
  1564. </crosstabNode>
  1565. </crosstabNestedNodes>
  1566. <crosstabNodeMembers>
  1567. <crosstabSpacer edgeLocation="s1" renderFactCells="true">
  1568. <contents>
  1569. <textItem>
  1570. <dataSource>
  1571. <reportExpression>ParamDisplayValue(&quot;p_Von&quot;) + &quot; - &quot; + ParamDisplayValue(&quot;p_Bis&quot;)</reportExpression>
  1572. </dataSource>
  1573. </textItem>
  1574. </contents>
  1575. <style>
  1576. <CSS value="background-color:white;font-weight:bold;text-align:center;white-space:normal;width:75px;border:0.75pt solid silver"/>
  1577. <defaultStyles>
  1578. <defaultStyle refStyle="ml"/>
  1579. </defaultStyles>
  1580. </style>
  1581. </crosstabSpacer>
  1582. </crosstabNodeMembers>
  1583. </crosstabNode>
  1584. </crosstabColumns>
  1585. <crosstabFactCell>
  1586. <contents>
  1587. <textItem>
  1588. <dataSource>
  1589. <cellValue/>
  1590. </dataSource>
  1591. </textItem>
  1592. </contents>
  1593. <style>
  1594. <defaultStyles>
  1595. <defaultStyle refStyle="mv"/>
  1596. </defaultStyles>
  1597. <CSS value="border:0.75pt solid silver"/>
  1598. </style>
  1599. </crosstabFactCell>
  1600. <crosstabRows>
  1601. <crosstabNode>
  1602. <crosstabNestedNodes>
  1603. <crosstabNode>
  1604. <crosstabNestedNodes>
  1605. <crosstabNode>
  1606. <crosstabNodeMembers>
  1607. <crosstabNodeMember edgeLocation="e11" refDataItem="Monteur1">
  1608. <style>
  1609. <defaultStyles>
  1610. <defaultStyle refStyle="ml"/>
  1611. </defaultStyles>
  1612. <CSS value="background-color:white;border:0.75pt solid silver"/>
  1613. </style>
  1614. <contents>
  1615. <textItem>
  1616. <dataSource>
  1617. <memberCaption/>
  1618. </dataSource>
  1619. </textItem>
  1620. </contents>
  1621. </crosstabNodeMember>
  1622. </crosstabNodeMembers>
  1623. </crosstabNode>
  1624. <crosstabNode>
  1625. <crosstabNodeMembers>
  1626. <crosstabNodeMember edgeLocation="e14" refDataItem="Summe">
  1627. <style>
  1628. <defaultStyles>
  1629. <defaultStyle refStyle="ml"/>
  1630. </defaultStyles>
  1631. <CSS value="background-color:#B1BCC7;border:0.75pt solid silver"/>
  1632. </style>
  1633. <contents>
  1634. <textItem>
  1635. <dataSource>
  1636. <memberCaption/>
  1637. </dataSource>
  1638. </textItem>
  1639. </contents>
  1640. <factCell>
  1641. <style>
  1642. <CSS value="background-color:#B1BCC7"/>
  1643. </style>
  1644. </factCell>
  1645. </crosstabNodeMember>
  1646. </crosstabNodeMembers>
  1647. </crosstabNode>
  1648. </crosstabNestedNodes>
  1649. <crosstabNodeMembers>
  1650. <crosstabNodeMember edgeLocation="e20" refDataItem="Monteur_Gruppe2">
  1651. <style>
  1652. <defaultStyles>
  1653. <defaultStyle refStyle="ml"/>
  1654. </defaultStyles>
  1655. <CSS value="background-color:white;border:0.75pt solid silver"/>
  1656. </style>
  1657. <contents>
  1658. <textItem>
  1659. <dataSource>
  1660. <memberCaption/>
  1661. </dataSource>
  1662. </textItem>
  1663. </contents>
  1664. </crosstabNodeMember>
  1665. </crosstabNodeMembers>
  1666. </crosstabNode>
  1667. <crosstabNode>
  1668. <crosstabNodeMembers>
  1669. <crosstabNodeMember edgeLocation="e32" refDataItem="Standort1">
  1670. <style>
  1671. <CSS value="background-color:#889CAD;border:0.75pt solid silver"/>
  1672. </style>
  1673. <contents>
  1674. <textItem>
  1675. <dataSource>
  1676. <memberCaption/>
  1677. </dataSource>
  1678. </textItem>
  1679. </contents>
  1680. <factCell>
  1681. <style>
  1682. <CSS value="background-color:#889CAD"/>
  1683. </style>
  1684. </factCell>
  1685. </crosstabNodeMember>
  1686. </crosstabNodeMembers>
  1687. </crosstabNode>
  1688. </crosstabNestedNodes>
  1689. <crosstabNodeMembers>
  1690. <crosstabNodeMember edgeLocation="e1" refDataItem="Standort1">
  1691. <style>
  1692. <defaultStyles>
  1693. <defaultStyle refStyle="ml"/>
  1694. </defaultStyles>
  1695. <CSS value="background-color:white;border:0.75pt solid silver"/>
  1696. </style>
  1697. <contents>
  1698. <textItem>
  1699. <dataSource>
  1700. <memberCaption/>
  1701. </dataSource>
  1702. </textItem>
  1703. </contents>
  1704. </crosstabNodeMember>
  1705. </crosstabNodeMembers>
  1706. </crosstabNode>
  1707. <crosstabNode>
  1708. <crosstabNodeMembers>
  1709. <crosstabNodeMember edgeLocation="e10" refDataItem="Gesamt">
  1710. <style>
  1711. <defaultStyles>
  1712. <defaultStyle refStyle="ml"/>
  1713. </defaultStyles>
  1714. <CSS value="background-color:#72889B;font-weight:bold;color:white;border:0.75pt solid silver"/>
  1715. </style>
  1716. <contents>
  1717. <textItem>
  1718. <dataSource>
  1719. <memberCaption/>
  1720. </dataSource>
  1721. </textItem>
  1722. </contents>
  1723. <factCell>
  1724. <style>
  1725. <CSS value="background-color:#72889B;font-weight:bold;color:white"/>
  1726. </style>
  1727. </factCell>
  1728. </crosstabNodeMember>
  1729. </crosstabNodeMembers>
  1730. </crosstabNode>
  1731. </crosstabRows>
  1732. <crosstabSuppress/>
  1733. <defaultMeasure refDataItem="Ges. Std."/>
  1734. <conditionalStyleRefs>
  1735. <conditionalStyleRef refConditionalStyle="Zeitraum"/>
  1736. </conditionalStyleRefs>
  1737. <crosstabIntersections/>
  1738. </crosstab>
  1739. </contents>
  1740. </tableCell>
  1741. </tableCells>
  1742. </tableRow>
  1743. </tableRows>
  1744. </table>
  1745. </contents>
  1746. <style>
  1747. <defaultStyles>
  1748. <defaultStyle refStyle="pb"/>
  1749. </defaultStyles>
  1750. </style>
  1751. </pageBody>
  1752. <style>
  1753. <defaultStyles>
  1754. <defaultStyle refStyle="pg"/>
  1755. </defaultStyles>
  1756. </style>
  1757. <pageHeader>
  1758. <contents>
  1759. <table>
  1760. <style>
  1761. <defaultStyles>
  1762. <defaultStyle refStyle="tb"/>
  1763. </defaultStyles>
  1764. <CSS value="border-collapse:collapse;width:100%"/>
  1765. </style>
  1766. <tableRows>
  1767. <tableRow>
  1768. <tableCells>
  1769. <tableCell>
  1770. <contents>
  1771. <image>
  1772. <dataSource>
  1773. <staticValue>/bi/samples/images/GC_LOGO/LOGO.png</staticValue>
  1774. </dataSource>
  1775. <style>
  1776. <CSS value="height:40px"/>
  1777. </style>
  1778. </image>
  1779. </contents>
  1780. <style>
  1781. <CSS value="width:250px;padding-top:20px;padding-bottom:20px;padding-left:20px"/>
  1782. </style>
  1783. </tableCell>
  1784. <tableCell>
  1785. <contents>
  1786. <table>
  1787. <style>
  1788. <defaultStyles>
  1789. <defaultStyle refStyle="tb"/>
  1790. </defaultStyles>
  1791. <CSS value="border-collapse:collapse;height:100%"/>
  1792. </style>
  1793. <tableRows>
  1794. <tableRow>
  1795. <tableCells>
  1796. <tableCell>
  1797. <contents>
  1798. <textItem>
  1799. <dataSource>
  1800. <staticValue>Z.03 Zeitspiegel Monteure per </staticValue>
  1801. </dataSource>
  1802. <style>
  1803. <CSS value="font-size:22pt;padding-left:20px;padding-bottom:10px"/>
  1804. </style>
  1805. </textItem>
  1806. </contents>
  1807. <style>
  1808. <CSS value="text-align:left;vertical-align:top"/>
  1809. </style>
  1810. </tableCell>
  1811. <tableCell>
  1812. <contents>
  1813. <singleton name="s_Tag1" refQuery="qry_Tag1">
  1814. <contents>
  1815. <textItem>
  1816. <dataSource>
  1817. <dataItemValue refDataItem="Datenelement"/>
  1818. </dataSource>
  1819. <style>
  1820. <CSS value="font-size:22pt"/>
  1821. </style>
  1822. </textItem>
  1823. </contents>
  1824. </singleton>
  1825. </contents>
  1826. <style>
  1827. <CSS value="text-align:left;vertical-align:top"/>
  1828. </style>
  1829. </tableCell>
  1830. </tableCells>
  1831. </tableRow>
  1832. </tableRows>
  1833. </table>
  1834. <textItem>
  1835. <dataSource>
  1836. <staticValue>verwendete Filter: </staticValue>
  1837. </dataSource>
  1838. <style>
  1839. <CSS value="padding-left:20px"/>
  1840. </style>
  1841. </textItem>
  1842. <textItem>
  1843. <dataSource>
  1844. <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>
  1845. </dataSource>
  1846. </textItem>
  1847. <textItem>
  1848. <dataSource>
  1849. <reportExpression>if(ParamDisplayValue(&quot;p_Mandant&quot;) is null) then(&quot;&quot;) else(&quot; | &quot;+ParamDisplayValue(&quot;p_Mandant&quot;))</reportExpression>
  1850. </dataSource>
  1851. </textItem>
  1852. <textItem>
  1853. <dataSource>
  1854. <reportExpression>if(ParamDisplayValue(&quot;p_Standort&quot;) is null) then(&quot;&quot;) else(&quot; | &quot;+ParamDisplayValue(&quot;p_Standort&quot;))</reportExpression>
  1855. </dataSource>
  1856. </textItem>
  1857. <textItem>
  1858. <dataSource>
  1859. <reportExpression>if(ParamDisplayValue(&quot;p_AH&quot;) is null) then(&quot;&quot;) else(&quot; | &quot;+ParamDisplayValue(&quot;p_AH&quot;))</reportExpression>
  1860. </dataSource>
  1861. </textItem>
  1862. <textItem>
  1863. <dataSource>
  1864. <reportExpression>if(ParamDisplayValue(&quot;p_Abteilung&quot;) is null) then(&quot;&quot;) else(&quot; | &quot;+ParamDisplayValue(&quot;p_Abteilung&quot;))</reportExpression>
  1865. </dataSource>
  1866. </textItem>
  1867. <textItem>
  1868. <dataSource>
  1869. <reportExpression>if(ParamDisplayValue(&quot;p_Monteurgruppe&quot;) is null) then(&quot;&quot;) else(&quot; | &quot;+ParamDisplayValue(&quot;p_Monteurgruppe&quot;))</reportExpression>
  1870. </dataSource>
  1871. </textItem>
  1872. <textItem>
  1873. <dataSource>
  1874. <reportExpression>if(ParamDisplayValue(&quot;p_Monteur&quot;) is null) then(&quot;&quot;) else(&quot; | &quot;+ParamDisplayValue(&quot;p_Monteur&quot;))</reportExpression>
  1875. </dataSource>
  1876. </textItem>
  1877. <textItem>
  1878. <dataSource>
  1879. <reportExpression>if(ParamDisplayValue(&quot;p_Stempelgruppen&quot;) is null) then(&quot;&quot;) else(&quot; | &quot;+ParamDisplayValue(&quot;p_Stempelgruppen&quot;))</reportExpression>
  1880. </dataSource>
  1881. </textItem>
  1882. <textItem>
  1883. <dataSource>
  1884. <reportExpression>if(ParamDisplayValue(&quot;p_Stempelgruppen2&quot;) is null) then(&quot;&quot;) else(&quot; | &quot;+ParamDisplayValue(&quot;p_Stempelgruppen2&quot;))</reportExpression>
  1885. </dataSource>
  1886. </textItem>
  1887. <textItem>
  1888. <dataSource>
  1889. <reportExpression>if(ParamDisplayValue(&quot;p_Produktbuchungsgruppen3&quot;) is null) then(&quot;&quot;) else(&quot; | &quot;+ParamDisplayValue(&quot;p_Produktbuchungsgruppen3&quot;))</reportExpression>
  1890. </dataSource>
  1891. </textItem>
  1892. <textItem>
  1893. <dataSource>
  1894. <reportExpression>if(ParamDisplayValue(&quot;p_Stempelcode&quot;) is null) then(&quot;&quot;) else(&quot; | &quot;+ParamDisplayValue(&quot;p_Stempelcode&quot;))</reportExpression>
  1895. </dataSource>
  1896. </textItem>
  1897. <textItem>
  1898. <dataSource>
  1899. <reportExpression>if(ParamDisplayValue(&quot;p_Monteur_Azubi&quot;) is null) then(&quot;&quot;) else(&quot; | &quot;+ParamDisplayValue(&quot;p_Monteur_Azubi&quot;))</reportExpression>
  1900. </dataSource>
  1901. </textItem>
  1902. <textItem>
  1903. <dataSource>
  1904. <reportExpression>if(ParamDisplayValue(&quot;p_Mechanic_Trainee&quot;) is null) then(&quot;&quot;) else(&quot; | &quot;+ParamDisplayValue(&quot;p_Mechanic_Trainee&quot;))</reportExpression>
  1905. </dataSource>
  1906. </textItem>
  1907. </contents>
  1908. <style>
  1909. <CSS value="text-align:left;width:12%;vertical-align:middle"/>
  1910. <defaultStyles>
  1911. <defaultStyle refStyle="GuidedLayoutBottomPadding"/>
  1912. <defaultStyle refStyle="GuidedLayoutLeftPadding"/>
  1913. <defaultStyle refStyle="GuidedLayoutRightPadding"/>
  1914. </defaultStyles>
  1915. </style>
  1916. </tableCell>
  1917. <tableCell>
  1918. <contents/>
  1919. <style>
  1920. <CSS value="text-align:left;vertical-align:middle"/>
  1921. </style>
  1922. </tableCell>
  1923. </tableCells>
  1924. </tableRow>
  1925. <tableRow>
  1926. <tableCells>
  1927. <tableCell>
  1928. <contents>
  1929. <table>
  1930. <style>
  1931. <defaultStyles>
  1932. <defaultStyle refStyle="tb"/>
  1933. </defaultStyles>
  1934. <CSS value="border-collapse:collapse;width:100%"/>
  1935. </style>
  1936. <tableRows>
  1937. <tableRow>
  1938. <tableCells>
  1939. <tableCell>
  1940. <contents>
  1941. <promptButton type="back">
  1942. <contents/>
  1943. <style>
  1944. <defaultStyles>
  1945. <defaultStyle refStyle="bp"/>
  1946. </defaultStyles>
  1947. </style>
  1948. </promptButton>
  1949. </contents>
  1950. </tableCell>
  1951. <tableCell>
  1952. <contents/>
  1953. <style>
  1954. <CSS value="text-align:left"/>
  1955. </style>
  1956. <conditionalStyleRefs>
  1957. <conditionalStyleRef refConditionalStyle="Monat1"/>
  1958. </conditionalStyleRefs>
  1959. </tableCell>
  1960. </tableCells>
  1961. </tableRow>
  1962. </tableRows>
  1963. </table>
  1964. </contents>
  1965. <style>
  1966. <CSS value="padding-top:10px;padding-bottom:10px"/>
  1967. </style>
  1968. </tableCell>
  1969. <tableCell colSpan="2">
  1970. <contents>
  1971. <selectValue autoSubmit="true" parameter="p_AH" refQuery="qry_AH" required="false">
  1972. <headerText>
  1973. <defaultText>Alle Standorte</defaultText>
  1974. </headerText>
  1975. <useItem refDataItem="Standort"/>
  1976. </selectValue>
  1977. </contents>
  1978. </tableCell>
  1979. </tableCells>
  1980. </tableRow>
  1981. </tableRows>
  1982. </table>
  1983. </contents>
  1984. <style>
  1985. <defaultStyles>
  1986. <defaultStyle refStyle="cls14"/>
  1987. </defaultStyles>
  1988. </style>
  1989. </pageHeader>
  1990. </page>
  1991. </reportPages>
  1992. <promptPages>
  1993. <page name="Eingabeaufforderungsseite1">
  1994. <pageHeader>
  1995. <contents>
  1996. <table>
  1997. <style>
  1998. <defaultStyles>
  1999. <defaultStyle refStyle="tb"/>
  2000. </defaultStyles>
  2001. <CSS value="border-collapse:collapse;width:100%"/>
  2002. </style>
  2003. <tableRows>
  2004. <tableRow>
  2005. <tableCells>
  2006. <tableCell>
  2007. <contents>
  2008. <image>
  2009. <dataSource>
  2010. <staticValue>/bi/samples/images/GC_LOGO/LOGO.png</staticValue>
  2011. </dataSource>
  2012. <style>
  2013. <CSS value="height:40px"/>
  2014. </style>
  2015. </image>
  2016. </contents>
  2017. <style>
  2018. <CSS value="width:250px;height:50px;padding-left:50px"/>
  2019. </style>
  2020. </tableCell>
  2021. <tableCell>
  2022. <contents>
  2023. <textItem>
  2024. <dataSource>
  2025. <staticValue>Filterauswahl</staticValue>
  2026. </dataSource>
  2027. <style>
  2028. <CSS value="font-size:22pt"/>
  2029. </style>
  2030. </textItem>
  2031. </contents>
  2032. </tableCell>
  2033. </tableCells>
  2034. </tableRow>
  2035. </tableRows>
  2036. </table>
  2037. </contents>
  2038. <style>
  2039. <defaultStyles>
  2040. <defaultStyle refStyle="cls14"/>
  2041. </defaultStyles>
  2042. <CSS value="height:70px"/>
  2043. </style>
  2044. </pageHeader>
  2045. <pageBody>
  2046. <contents>
  2047. <table>
  2048. <style>
  2049. <defaultStyles>
  2050. <defaultStyle refStyle="tb"/>
  2051. </defaultStyles>
  2052. <CSS value="border-collapse:collapse;width:100%;background-color:white;border-top-style:none;border-bottom-style:none;border-left-style:none;border-right-style:none;margin-left:15px"/>
  2053. </style>
  2054. <tableRows>
  2055. <tableRow>
  2056. <tableCells>
  2057. <tableCell>
  2058. <contents>
  2059. <textItem>
  2060. <dataSource>
  2061. <staticValue/>
  2062. </dataSource>
  2063. <style>
  2064. <CSS value="width:20px"/>
  2065. </style>
  2066. </textItem>
  2067. </contents>
  2068. </tableCell>
  2069. <tableCell>
  2070. <contents>
  2071. <textItem>
  2072. <dataSource>
  2073. <staticValue>Monat:</staticValue>
  2074. </dataSource>
  2075. </textItem>
  2076. </contents>
  2077. <style>
  2078. <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"/>
  2079. </style>
  2080. </tableCell>
  2081. <tableCell>
  2082. <contents>
  2083. <textItem>
  2084. <dataSource>
  2085. <staticValue>Oder</staticValue>
  2086. </dataSource>
  2087. <style>
  2088. <CSS value="width:40px;font-weight:bold"/>
  2089. </style>
  2090. </textItem>
  2091. </contents>
  2092. <style>
  2093. <CSS value="width:45px;text-align:center;vertical-align:middle"/>
  2094. </style>
  2095. </tableCell>
  2096. <tableCell>
  2097. <contents>
  2098. <textItem>
  2099. <dataSource>
  2100. <staticValue>Zeitraum:</staticValue>
  2101. </dataSource>
  2102. </textItem>
  2103. </contents>
  2104. <style>
  2105. <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"/>
  2106. </style>
  2107. </tableCell>
  2108. <tableCell>
  2109. <contents>
  2110. <textItem>
  2111. <dataSource>
  2112. <staticValue/>
  2113. </dataSource>
  2114. <style>
  2115. <CSS value="width:45px"/>
  2116. </style>
  2117. </textItem>
  2118. </contents>
  2119. <style>
  2120. <CSS value="text-align:left;width:15px;padding-top:20px"/>
  2121. </style>
  2122. </tableCell>
  2123. <tableCell>
  2124. <contents/>
  2125. <style>
  2126. <CSS value="width:7%;padding-top:20px"/>
  2127. </style>
  2128. </tableCell>
  2129. <tableCell>
  2130. <contents>
  2131. <textItem>
  2132. <dataSource>
  2133. <staticValue/>
  2134. </dataSource>
  2135. <style>
  2136. <CSS value="width:45px"/>
  2137. </style>
  2138. </textItem>
  2139. </contents>
  2140. <style>
  2141. <CSS value="width:15px"/>
  2142. </style>
  2143. </tableCell>
  2144. <tableCell>
  2145. <contents>
  2146. <promptButton type="finish">
  2147. <contents/>
  2148. <style>
  2149. <defaultStyles>
  2150. <defaultStyle refStyle="bp"/>
  2151. </defaultStyles>
  2152. </style>
  2153. </promptButton>
  2154. </contents>
  2155. <style>
  2156. <CSS value="padding-top:20px;text-align:right;vertical-align:bottom;width:7%"/>
  2157. </style>
  2158. </tableCell>
  2159. <tableCell>
  2160. <contents/>
  2161. <style>
  2162. <CSS value="width:13%;padding-top:20px;text-align:right;vertical-align:bottom"/>
  2163. </style>
  2164. </tableCell>
  2165. <tableCell>
  2166. <contents/>
  2167. <style>
  2168. <CSS value="width:17%;padding-top:20px"/>
  2169. </style>
  2170. </tableCell>
  2171. <tableCell>
  2172. <contents/>
  2173. <style>
  2174. <CSS value="width:7%;padding-top:20px;padding-left:80px"/>
  2175. </style>
  2176. </tableCell>
  2177. <tableCell>
  2178. <contents/>
  2179. <style>
  2180. <CSS value="width:7%;padding-top:20px"/>
  2181. </style>
  2182. </tableCell>
  2183. </tableCells>
  2184. </tableRow>
  2185. <tableRow>
  2186. <tableCells>
  2187. <tableCell>
  2188. <contents/>
  2189. </tableCell>
  2190. <tableCell>
  2191. <contents>
  2192. <selectValue multiSelect="true" parameter="p_Zeit" refQuery="qry_Monat" required="false" selectValueUI="checkboxGroup">
  2193. <useItem refDataItem="Monat"/>
  2194. <sortList>
  2195. <sortItem refDataItem="Monat - Category Code" sortOrder="descending"/>
  2196. </sortList>
  2197. </selectValue>
  2198. </contents>
  2199. <style>
  2200. <CSS value="padding-bottom:25px;vertical-align:top;text-align:left"/>
  2201. </style>
  2202. </tableCell>
  2203. <tableCell>
  2204. <contents/>
  2205. </tableCell>
  2206. <tableCell>
  2207. <contents>
  2208. <table>
  2209. <style>
  2210. <defaultStyles>
  2211. <defaultStyle refStyle="tb"/>
  2212. </defaultStyles>
  2213. <CSS value="border-collapse:collapse;width:100%"/>
  2214. </style>
  2215. <tableRows>
  2216. <tableRow>
  2217. <tableCells>
  2218. <tableCell>
  2219. <contents>
  2220. <textItem>
  2221. <dataSource>
  2222. <staticValue>Von:</staticValue>
  2223. </dataSource>
  2224. <style>
  2225. <CSS value="padding-bottom:10px"/>
  2226. </style>
  2227. </textItem>
  2228. </contents>
  2229. <style>
  2230. <CSS value="padding-bottom:10px"/>
  2231. </style>
  2232. </tableCell>
  2233. </tableCells>
  2234. </tableRow>
  2235. <tableRow>
  2236. <tableCells>
  2237. <tableCell>
  2238. <contents>
  2239. <selectDate parameter="p_Von" required="false" selectDateUI="editBox"/>
  2240. </contents>
  2241. </tableCell>
  2242. </tableCells>
  2243. </tableRow>
  2244. <tableRow>
  2245. <tableCells>
  2246. <tableCell>
  2247. <contents>
  2248. <textItem>
  2249. <dataSource>
  2250. <staticValue>Bis:</staticValue>
  2251. </dataSource>
  2252. </textItem>
  2253. </contents>
  2254. <style>
  2255. <CSS value="padding-bottom:10px"/>
  2256. </style>
  2257. </tableCell>
  2258. </tableCells>
  2259. </tableRow>
  2260. <tableRow>
  2261. <tableCells>
  2262. <tableCell>
  2263. <contents>
  2264. <selectDate parameter="p_Bis" required="false" selectDateUI="editBox"/>
  2265. </contents>
  2266. </tableCell>
  2267. </tableCells>
  2268. </tableRow>
  2269. </tableRows>
  2270. </table>
  2271. </contents>
  2272. <style>
  2273. <CSS value="padding-top:10px;padding-bottom:25px"/>
  2274. <defaultStyles>
  2275. <defaultStyle refStyle="GuidedLayoutTopPadding"/>
  2276. <defaultStyle refStyle="GuidedLayoutBottomPadding"/>
  2277. <defaultStyle refStyle="GuidedLayoutLeftPadding"/>
  2278. <defaultStyle refStyle="GuidedLayoutRightPadding"/>
  2279. </defaultStyles>
  2280. </style>
  2281. </tableCell>
  2282. <tableCell>
  2283. <contents/>
  2284. </tableCell>
  2285. <tableCell>
  2286. <contents/>
  2287. </tableCell>
  2288. <tableCell>
  2289. <contents/>
  2290. </tableCell>
  2291. <tableCell>
  2292. <contents>
  2293. <table>
  2294. <style>
  2295. <defaultStyles>
  2296. <defaultStyle refStyle="tb"/>
  2297. </defaultStyles>
  2298. <CSS value="border-collapse:collapse;width:100%"/>
  2299. </style>
  2300. <tableRows>
  2301. <tableRow>
  2302. <tableCells>
  2303. <tableCell>
  2304. <contents>
  2305. <promptButton type="cancel">
  2306. <contents/>
  2307. <style>
  2308. <defaultStyles>
  2309. <defaultStyle refStyle="bp"/>
  2310. </defaultStyles>
  2311. </style>
  2312. </promptButton>
  2313. </contents>
  2314. <style>
  2315. <CSS value="text-align:right"/>
  2316. </style>
  2317. </tableCell>
  2318. </tableCells>
  2319. </tableRow>
  2320. <tableRow>
  2321. <tableCells>
  2322. <tableCell>
  2323. <contents/>
  2324. </tableCell>
  2325. </tableCells>
  2326. </tableRow>
  2327. <tableRow>
  2328. <tableCells>
  2329. <tableCell>
  2330. <contents/>
  2331. <style>
  2332. <CSS value="text-align:right;padding-top:30px"/>
  2333. </style>
  2334. </tableCell>
  2335. </tableCells>
  2336. </tableRow>
  2337. </tableRows>
  2338. </table>
  2339. </contents>
  2340. <style>
  2341. <CSS value="padding-top:25px;text-align:right;vertical-align:top;width:13%"/>
  2342. </style>
  2343. </tableCell>
  2344. <tableCell>
  2345. <contents/>
  2346. <style>
  2347. <CSS value="text-align:right;width:13%;vertical-align:top;padding-top:25px"/>
  2348. </style>
  2349. </tableCell>
  2350. <tableCell>
  2351. <contents/>
  2352. <style>
  2353. <CSS value="width:17%"/>
  2354. </style>
  2355. </tableCell>
  2356. <tableCell>
  2357. <contents/>
  2358. <style>
  2359. <CSS value="padding-left:80px"/>
  2360. </style>
  2361. </tableCell>
  2362. <tableCell>
  2363. <contents/>
  2364. </tableCell>
  2365. </tableCells>
  2366. </tableRow>
  2367. <tableRow>
  2368. <tableCells>
  2369. <tableCell>
  2370. <contents>
  2371. <textItem>
  2372. <dataSource>
  2373. <staticValue/>
  2374. </dataSource>
  2375. <style>
  2376. <CSS value="width:20px;height:30px"/>
  2377. </style>
  2378. </textItem>
  2379. </contents>
  2380. </tableCell>
  2381. <tableCell>
  2382. <contents/>
  2383. </tableCell>
  2384. <tableCell>
  2385. <contents/>
  2386. </tableCell>
  2387. <tableCell>
  2388. <contents/>
  2389. </tableCell>
  2390. <tableCell>
  2391. <contents/>
  2392. </tableCell>
  2393. <tableCell>
  2394. <contents/>
  2395. </tableCell>
  2396. <tableCell>
  2397. <contents/>
  2398. </tableCell>
  2399. <tableCell>
  2400. <contents/>
  2401. </tableCell>
  2402. <tableCell>
  2403. <contents/>
  2404. </tableCell>
  2405. <tableCell>
  2406. <contents/>
  2407. </tableCell>
  2408. <tableCell>
  2409. <contents/>
  2410. </tableCell>
  2411. <tableCell>
  2412. <contents/>
  2413. </tableCell>
  2414. </tableCells>
  2415. </tableRow>
  2416. <tableRow>
  2417. <tableCells>
  2418. <tableCell>
  2419. <contents/>
  2420. </tableCell>
  2421. <tableCell>
  2422. <contents>
  2423. <textItem>
  2424. <dataSource>
  2425. <staticValue>Mandant:</staticValue>
  2426. </dataSource>
  2427. <style>
  2428. <CSS value="color:white;font-weight:bold;vertical-align:top"/>
  2429. </style>
  2430. </textItem>
  2431. </contents>
  2432. <style>
  2433. <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"/>
  2434. </style>
  2435. </tableCell>
  2436. <tableCell>
  2437. <contents/>
  2438. <style>
  2439. <CSS value="padding-left:10px"/>
  2440. </style>
  2441. </tableCell>
  2442. <tableCell>
  2443. <contents>
  2444. <textItem>
  2445. <dataSource>
  2446. <staticValue>AH-Gruppe:</staticValue>
  2447. </dataSource>
  2448. <style>
  2449. <CSS value="color:white;font-weight:bold;vertical-align:top"/>
  2450. </style>
  2451. </textItem>
  2452. </contents>
  2453. <style>
  2454. <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"/>
  2455. </style>
  2456. </tableCell>
  2457. <tableCell>
  2458. <contents/>
  2459. <style>
  2460. <CSS value="padding-left:10px;text-align:left"/>
  2461. </style>
  2462. </tableCell>
  2463. <tableCell>
  2464. <contents>
  2465. <table>
  2466. <style>
  2467. <CSS value="border-collapse:collapse;width:100%"/>
  2468. <defaultStyles>
  2469. <defaultStyle refStyle="tb"/>
  2470. </defaultStyles>
  2471. </style>
  2472. <tableRows>
  2473. <tableRow>
  2474. <tableCells>
  2475. <tableCell>
  2476. <contents>
  2477. <textItem>
  2478. <dataSource>
  2479. <staticValue>Monteur:</staticValue>
  2480. </dataSource>
  2481. <style>
  2482. <CSS value="color:white;font-weight:bold;vertical-align:top"/>
  2483. </style>
  2484. </textItem>
  2485. </contents>
  2486. </tableCell>
  2487. <tableCell>
  2488. <contents>
  2489. <promptButton type="reprompt">
  2490. <contents>
  2491. <textItem>
  2492. <dataSource>
  2493. <staticValue>Refresh</staticValue>
  2494. </dataSource>
  2495. </textItem>
  2496. </contents>
  2497. <style>
  2498. <defaultStyles>
  2499. <defaultStyle refStyle="bp"/>
  2500. </defaultStyles>
  2501. </style>
  2502. </promptButton>
  2503. </contents>
  2504. <style>
  2505. <CSS value="text-align:right;padding-right:5px;width:55%"/>
  2506. </style>
  2507. </tableCell>
  2508. </tableCells>
  2509. </tableRow>
  2510. </tableRows>
  2511. </table>
  2512. </contents>
  2513. <style>
  2514. <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;width:200px"/>
  2515. </style>
  2516. </tableCell>
  2517. <tableCell>
  2518. <contents/>
  2519. <style>
  2520. <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"/>
  2521. </style>
  2522. </tableCell>
  2523. <tableCell>
  2524. <contents/>
  2525. <style>
  2526. <CSS value="padding-top:10px;padding-bottom:10px;padding-left:10px;background-color:white;color:white;font-weight:bold;text-align:left;vertical-align:middle;width:200px"/>
  2527. <defaultStyles>
  2528. <defaultStyle refStyle="GuidedLayoutTopPadding"/>
  2529. <defaultStyle refStyle="GuidedLayoutBottomPadding"/>
  2530. <defaultStyle refStyle="GuidedLayoutLeftPadding"/>
  2531. <defaultStyle refStyle="GuidedLayoutRightPadding"/>
  2532. </defaultStyles>
  2533. </style>
  2534. </tableCell>
  2535. <tableCell>
  2536. <contents/>
  2537. <style>
  2538. <CSS value="padding-top:10px;padding-bottom:10px;padding-left:10px;background-color:white;color:white;font-weight:bold;text-align:left;vertical-align:middle;width:13%"/>
  2539. </style>
  2540. </tableCell>
  2541. <tableCell>
  2542. <contents/>
  2543. <style>
  2544. <CSS value="width:17%"/>
  2545. </style>
  2546. </tableCell>
  2547. <tableCell>
  2548. <contents/>
  2549. <style>
  2550. <CSS value="padding-left:10px"/>
  2551. </style>
  2552. </tableCell>
  2553. <tableCell>
  2554. <contents/>
  2555. </tableCell>
  2556. </tableCells>
  2557. </tableRow>
  2558. <tableRow>
  2559. <tableCells>
  2560. <tableCell>
  2561. <contents/>
  2562. </tableCell>
  2563. <tableCell>
  2564. <contents>
  2565. <selectValue multiSelect="true" parameter="p_Mandant" refQuery="qry_Mandant" required="false" selectValueUI="checkboxGroup">
  2566. <headerText>
  2567. <defaultText>Alle Mandanten</defaultText>
  2568. </headerText>
  2569. <useItem refDataItem="Hauptbetrieb"/>
  2570. </selectValue>
  2571. </contents>
  2572. <style>
  2573. <CSS value="border-top-style:none;border-bottom-style:none;border-left-style:none;border-right-style:none;vertical-align:top"/>
  2574. </style>
  2575. </tableCell>
  2576. <tableCell>
  2577. <contents/>
  2578. </tableCell>
  2579. <tableCell>
  2580. <contents>
  2581. <selectValue multiSelect="true" parameter="p_AH" refQuery="qry_AH" required="false" selectValueUI="checkboxGroup">
  2582. <headerText>
  2583. <defaultText>Alle Autohäuser</defaultText>
  2584. </headerText>
  2585. <useItem refDataItem="Standort"/>
  2586. <style>
  2587. <CSS value="width:300px"/>
  2588. </style>
  2589. </selectValue>
  2590. </contents>
  2591. <style>
  2592. <CSS value="border-top-style:none;border-bottom-style:none;border-left-style:none;border-right-style:none"/>
  2593. </style>
  2594. </tableCell>
  2595. <tableCell>
  2596. <contents/>
  2597. </tableCell>
  2598. <tableCell>
  2599. <contents>
  2600. <selectValue cascadeOn="p_AH" multiSelect="true" parameter="p_Monteure" prePopulateIfParentOptional="true" refQuery="qry_Monteur" required="false" selectValueUI="checkboxGroup">
  2601. <headerText>
  2602. <defaultText>Alle Monteure</defaultText>
  2603. </headerText>
  2604. <style>
  2605. <CSS value="width:100%"/>
  2606. </style>
  2607. <useItem refDataItem="Monteur2"/>
  2608. </selectValue>
  2609. </contents>
  2610. <style>
  2611. <CSS value="border-top-style:none;border-bottom-style:none;border-left-style:none;border-right-style:none;vertical-align:top"/>
  2612. </style>
  2613. </tableCell>
  2614. <tableCell>
  2615. <contents/>
  2616. <style>
  2617. <CSS value="text-align:right"/>
  2618. </style>
  2619. </tableCell>
  2620. <tableCell>
  2621. <contents/>
  2622. </tableCell>
  2623. <tableCell>
  2624. <contents/>
  2625. <style>
  2626. <CSS value="text-align:right"/>
  2627. </style>
  2628. </tableCell>
  2629. <tableCell>
  2630. <contents/>
  2631. <style>
  2632. <CSS value="width:17%"/>
  2633. </style>
  2634. </tableCell>
  2635. <tableCell>
  2636. <contents/>
  2637. </tableCell>
  2638. <tableCell>
  2639. <contents/>
  2640. </tableCell>
  2641. </tableCells>
  2642. </tableRow>
  2643. <tableRow>
  2644. <tableCells>
  2645. <tableCell>
  2646. <contents>
  2647. <textItem>
  2648. <dataSource>
  2649. <staticValue/>
  2650. </dataSource>
  2651. <style>
  2652. <CSS value="width:20px;height:30px"/>
  2653. </style>
  2654. </textItem>
  2655. </contents>
  2656. </tableCell>
  2657. <tableCell>
  2658. <contents/>
  2659. <style>
  2660. <CSS value="padding-top:10px;padding-bottom:10px"/>
  2661. </style>
  2662. </tableCell>
  2663. <tableCell>
  2664. <contents/>
  2665. </tableCell>
  2666. <tableCell>
  2667. <contents/>
  2668. </tableCell>
  2669. <tableCell>
  2670. <contents/>
  2671. </tableCell>
  2672. <tableCell>
  2673. <contents/>
  2674. </tableCell>
  2675. <tableCell>
  2676. <contents/>
  2677. </tableCell>
  2678. <tableCell>
  2679. <contents/>
  2680. </tableCell>
  2681. <tableCell>
  2682. <contents/>
  2683. <style>
  2684. <CSS value="width:13%"/>
  2685. </style>
  2686. </tableCell>
  2687. <tableCell>
  2688. <contents/>
  2689. <style>
  2690. <CSS value="width:17%"/>
  2691. </style>
  2692. </tableCell>
  2693. <tableCell>
  2694. <contents/>
  2695. </tableCell>
  2696. <tableCell>
  2697. <contents/>
  2698. </tableCell>
  2699. </tableCells>
  2700. </tableRow>
  2701. <tableRow>
  2702. <tableCells>
  2703. <tableCell>
  2704. <contents/>
  2705. </tableCell>
  2706. <tableCell>
  2707. <contents>
  2708. <textItem>
  2709. <dataSource>
  2710. <staticValue>Monteurgruppe:</staticValue>
  2711. </dataSource>
  2712. <style>
  2713. <CSS value="color:white;font-weight:bold;vertical-align:top"/>
  2714. </style>
  2715. </textItem>
  2716. </contents>
  2717. <style>
  2718. <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"/>
  2719. </style>
  2720. </tableCell>
  2721. <tableCell>
  2722. <contents/>
  2723. <style>
  2724. <CSS value="padding-left:10px"/>
  2725. </style>
  2726. </tableCell>
  2727. <tableCell>
  2728. <contents>
  2729. <textItem>
  2730. <dataSource>
  2731. <staticValue>Stempel-Code:</staticValue>
  2732. </dataSource>
  2733. <style>
  2734. <CSS value="color:white;font-weight:bold;vertical-align:top"/>
  2735. </style>
  2736. </textItem>
  2737. </contents>
  2738. <style>
  2739. <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"/>
  2740. <defaultStyles>
  2741. <defaultStyle refStyle="GuidedLayoutTopPadding"/>
  2742. <defaultStyle refStyle="GuidedLayoutBottomPadding"/>
  2743. <defaultStyle refStyle="GuidedLayoutLeftPadding"/>
  2744. <defaultStyle refStyle="GuidedLayoutRightPadding"/>
  2745. </defaultStyles>
  2746. </style>
  2747. </tableCell>
  2748. <tableCell>
  2749. <contents/>
  2750. <style>
  2751. <CSS value="padding-left:10px"/>
  2752. </style>
  2753. </tableCell>
  2754. <tableCell>
  2755. <contents>
  2756. <textItem>
  2757. <dataSource>
  2758. <staticValue>Stempel-Gruppe:</staticValue>
  2759. </dataSource>
  2760. <style>
  2761. <CSS value="color:white;font-weight:bold;vertical-align:top"/>
  2762. </style>
  2763. </textItem>
  2764. </contents>
  2765. <style>
  2766. <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"/>
  2767. </style>
  2768. </tableCell>
  2769. <tableCell>
  2770. <contents/>
  2771. <style>
  2772. <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"/>
  2773. </style>
  2774. </tableCell>
  2775. <tableCell>
  2776. <contents>
  2777. <table>
  2778. <style>
  2779. <defaultStyles>
  2780. <defaultStyle refStyle="tb"/>
  2781. </defaultStyles>
  2782. <CSS value="border-collapse:collapse;width:100%"/>
  2783. </style>
  2784. <tableRows>
  2785. <tableRow>
  2786. <tableCells>
  2787. <tableCell>
  2788. <contents>
  2789. <textItem>
  2790. <dataSource>
  2791. <staticValue>Stempel-Gruppe Detail:</staticValue>
  2792. </dataSource>
  2793. <style>
  2794. <CSS value="color:white;font-weight:bold;vertical-align:top"/>
  2795. </style>
  2796. </textItem>
  2797. </contents>
  2798. </tableCell>
  2799. <tableCell>
  2800. <contents>
  2801. <promptButton type="reprompt">
  2802. <contents>
  2803. <textItem>
  2804. <dataSource>
  2805. <staticValue>Refresh</staticValue>
  2806. </dataSource>
  2807. </textItem>
  2808. </contents>
  2809. <style>
  2810. <defaultStyles>
  2811. <defaultStyle refStyle="bp"/>
  2812. </defaultStyles>
  2813. </style>
  2814. </promptButton>
  2815. </contents>
  2816. <style>
  2817. <CSS value="text-align:right;padding-right:5px"/>
  2818. </style>
  2819. </tableCell>
  2820. </tableCells>
  2821. </tableRow>
  2822. </tableRows>
  2823. </table>
  2824. </contents>
  2825. <style>
  2826. <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"/>
  2827. <defaultStyles>
  2828. <defaultStyle refStyle="GuidedLayoutTopPadding"/>
  2829. <defaultStyle refStyle="GuidedLayoutBottomPadding"/>
  2830. <defaultStyle refStyle="GuidedLayoutLeftPadding"/>
  2831. <defaultStyle refStyle="GuidedLayoutRightPadding"/>
  2832. </defaultStyles>
  2833. </style>
  2834. </tableCell>
  2835. <tableCell>
  2836. <contents/>
  2837. <style>
  2838. <CSS value="padding-top:10px;padding-bottom:10px;padding-left:10px;background-color:white;color:white;font-weight:bold;text-align:left;vertical-align:middle;width:13%"/>
  2839. </style>
  2840. </tableCell>
  2841. <tableCell>
  2842. <contents/>
  2843. <style>
  2844. <CSS value="width:17%"/>
  2845. </style>
  2846. </tableCell>
  2847. <tableCell>
  2848. <contents/>
  2849. <style>
  2850. <CSS value="padding-left:10px"/>
  2851. </style>
  2852. </tableCell>
  2853. <tableCell>
  2854. <contents/>
  2855. </tableCell>
  2856. </tableCells>
  2857. </tableRow>
  2858. <tableRow>
  2859. <tableCells>
  2860. <tableCell>
  2861. <contents/>
  2862. </tableCell>
  2863. <tableCell>
  2864. <contents>
  2865. <selectValue multiSelect="true" parameter="p_Monteurgruppe" refQuery="qry_Monteurgruppe" required="false" selectValueUI="checkboxGroup">
  2866. <useItem refDataItem="Monteur_Gruppe_2"/>
  2867. <headerText>
  2868. <defaultText>Alle Monteurgruppen</defaultText>
  2869. </headerText>
  2870. </selectValue>
  2871. </contents>
  2872. <style>
  2873. <CSS value="border-top-style:none;border-bottom-style:none;border-left-style:none;border-right-style:none;vertical-align:top"/>
  2874. </style>
  2875. </tableCell>
  2876. <tableCell>
  2877. <contents/>
  2878. </tableCell>
  2879. <tableCell>
  2880. <contents>
  2881. <selectValue multiSelect="true" parameter="p_Stempelcode" refQuery="qry_Stempelcode" required="false" selectValueUI="checkboxGroup">
  2882. <headerText>
  2883. <defaultText>Alle Stempelcodes</defaultText>
  2884. </headerText>
  2885. <useItem refDataItem="chd_Stempelcode"/>
  2886. <style>
  2887. <CSS value="width:300px"/>
  2888. </style>
  2889. </selectValue>
  2890. </contents>
  2891. <style>
  2892. <CSS value="border-top-style:none;border-bottom-style:none;border-left-style:none;border-right-style:none"/>
  2893. </style>
  2894. </tableCell>
  2895. <tableCell>
  2896. <contents/>
  2897. </tableCell>
  2898. <tableCell>
  2899. <contents>
  2900. <selectValue multiSelect="true" parameter="p_Stempelgruppen" refQuery="qry_Stempelgruppen" required="false" selectValueUI="checkboxGroup">
  2901. <useItem refDataItem="Activity_Codes_Group1"/>
  2902. <headerText>
  2903. <defaultText>Alle Stempelgruppen</defaultText>
  2904. </headerText>
  2905. <style>
  2906. <CSS value="width:100%"/>
  2907. </style>
  2908. </selectValue>
  2909. </contents>
  2910. <style>
  2911. <CSS value="border-bottom-style:none;border-left-style:none;border-top-style:none;border-right-style:none;vertical-align:top"/>
  2912. </style>
  2913. </tableCell>
  2914. <tableCell>
  2915. <contents/>
  2916. <style>
  2917. <CSS value="text-align:right"/>
  2918. </style>
  2919. </tableCell>
  2920. <tableCell>
  2921. <contents>
  2922. <selectValue cascadeOn="p_Stempelgruppen" multiSelect="true" parameter="p_Stempelgruppen2" prePopulateIfParentOptional="true" refQuery="qry_Stempelgruppen" required="false" selectValueUI="checkboxGroup">
  2923. <useItem refDataItem="Activity_Codes_Group2"/>
  2924. <headerText>
  2925. <defaultText>Alle Activity Codes</defaultText>
  2926. </headerText>
  2927. <style>
  2928. <CSS value="width:100%"/>
  2929. </style>
  2930. </selectValue>
  2931. </contents>
  2932. <style>
  2933. <CSS value="text-align:left"/>
  2934. </style>
  2935. </tableCell>
  2936. <tableCell>
  2937. <contents/>
  2938. <style>
  2939. <CSS value="text-align:right"/>
  2940. </style>
  2941. </tableCell>
  2942. <tableCell>
  2943. <contents/>
  2944. </tableCell>
  2945. <tableCell>
  2946. <contents/>
  2947. </tableCell>
  2948. <tableCell>
  2949. <contents/>
  2950. </tableCell>
  2951. </tableCells>
  2952. </tableRow>
  2953. <tableRow>
  2954. <tableCells>
  2955. <tableCell>
  2956. <contents>
  2957. <textItem>
  2958. <dataSource>
  2959. <staticValue/>
  2960. </dataSource>
  2961. <style>
  2962. <CSS value="width:20px;height:30px"/>
  2963. </style>
  2964. </textItem>
  2965. </contents>
  2966. </tableCell>
  2967. <tableCell>
  2968. <contents/>
  2969. <style>
  2970. <CSS value="padding-top:10px;padding-bottom:10px"/>
  2971. </style>
  2972. </tableCell>
  2973. <tableCell>
  2974. <contents/>
  2975. </tableCell>
  2976. <tableCell>
  2977. <contents/>
  2978. </tableCell>
  2979. <tableCell>
  2980. <contents/>
  2981. </tableCell>
  2982. <tableCell>
  2983. <contents/>
  2984. </tableCell>
  2985. <tableCell>
  2986. <contents/>
  2987. </tableCell>
  2988. <tableCell>
  2989. <contents/>
  2990. </tableCell>
  2991. <tableCell>
  2992. <contents/>
  2993. <style>
  2994. <CSS value="width:13%"/>
  2995. </style>
  2996. </tableCell>
  2997. <tableCell>
  2998. <contents/>
  2999. <style>
  3000. <CSS value="width:17%"/>
  3001. </style>
  3002. </tableCell>
  3003. <tableCell>
  3004. <contents/>
  3005. </tableCell>
  3006. <tableCell>
  3007. <contents/>
  3008. </tableCell>
  3009. </tableCells>
  3010. </tableRow>
  3011. <tableRow>
  3012. <tableCells>
  3013. <tableCell>
  3014. <contents/>
  3015. </tableCell>
  3016. <tableCell>
  3017. <contents>
  3018. <textItem>
  3019. <dataSource>
  3020. <staticValue>Monteur/Azubi:</staticValue>
  3021. </dataSource>
  3022. <style>
  3023. <CSS value="color:white;font-weight:bold;vertical-align:top"/>
  3024. </style>
  3025. </textItem>
  3026. </contents>
  3027. <style>
  3028. <CSS value="padding-left:10px;color:white;font-weight:bold;vertical-align:middle;padding-bottom:10px;background-color:#3E5C76;text-align:left;padding-top:10px;height:30px"/>
  3029. </style>
  3030. </tableCell>
  3031. <tableCell>
  3032. <contents/>
  3033. <style>
  3034. <CSS value="padding-left:10px;vertical-align:top"/>
  3035. </style>
  3036. </tableCell>
  3037. <tableCell>
  3038. <contents>
  3039. <textItem>
  3040. <dataSource>
  3041. <staticValue>Mechanic/Trainee:</staticValue>
  3042. </dataSource>
  3043. <style>
  3044. <CSS value="color:white;font-weight:bold;vertical-align:top"/>
  3045. </style>
  3046. </textItem>
  3047. </contents>
  3048. <style>
  3049. <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"/>
  3050. </style>
  3051. </tableCell>
  3052. <tableCell>
  3053. <contents/>
  3054. </tableCell>
  3055. <tableCell>
  3056. <contents/>
  3057. <style>
  3058. <CSS value="padding-top:10px;padding-bottom:10px;padding-left:10px;color:white;font-weight:bold;text-align:left;vertical-align:middle"/>
  3059. </style>
  3060. </tableCell>
  3061. <tableCell>
  3062. <contents/>
  3063. </tableCell>
  3064. <tableCell>
  3065. <contents/>
  3066. <style>
  3067. <CSS value="padding-top:10px;padding-bottom:10px;padding-left:10px;color:white;font-weight:bold;text-align:left;vertical-align:middle"/>
  3068. </style>
  3069. </tableCell>
  3070. <tableCell>
  3071. <contents/>
  3072. <style>
  3073. <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"/>
  3074. </style>
  3075. </tableCell>
  3076. <tableCell>
  3077. <contents/>
  3078. <style>
  3079. <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"/>
  3080. </style>
  3081. </tableCell>
  3082. <tableCell>
  3083. <contents/>
  3084. </tableCell>
  3085. <tableCell>
  3086. <contents/>
  3087. </tableCell>
  3088. </tableCells>
  3089. </tableRow>
  3090. <tableRow>
  3091. <tableCells>
  3092. <tableCell>
  3093. <contents/>
  3094. </tableCell>
  3095. <tableCell>
  3096. <contents>
  3097. <selectValue multiSelect="true" parameter="p_Monteur_Azubi" refQuery="qry_Monteur_Azubi" required="false" selectValueUI="checkboxGroup">
  3098. <headerText>
  3099. <defaultText>Alle Monteure/Azubis</defaultText>
  3100. </headerText>
  3101. <useItem refDataItem="Monteur_Gruppe_2"/>
  3102. </selectValue>
  3103. </contents>
  3104. <style>
  3105. <CSS value="border-top-style:none;border-bottom-style:none;border-left-style:none;border-right-style:none;vertical-align:top"/>
  3106. </style>
  3107. </tableCell>
  3108. <tableCell>
  3109. <contents/>
  3110. </tableCell>
  3111. <tableCell>
  3112. <contents>
  3113. <selectValue multiSelect="true" parameter="p_Mechanic_Trainee" refQuery="qry_Mechanic_Trainee" required="false" selectValueUI="checkboxGroup">
  3114. <useItem refDataItem="Monteur_Gruppe_2"/>
  3115. <headerText>
  3116. <defaultText>Alle Mechanic/Trainee</defaultText>
  3117. </headerText>
  3118. <style>
  3119. <CSS value="width:300px"/>
  3120. </style>
  3121. </selectValue>
  3122. </contents>
  3123. <style>
  3124. <CSS value="vertical-align:top"/>
  3125. </style>
  3126. </tableCell>
  3127. <tableCell>
  3128. <contents/>
  3129. </tableCell>
  3130. <tableCell>
  3131. <contents/>
  3132. <style>
  3133. <CSS value="vertical-align:top"/>
  3134. </style>
  3135. </tableCell>
  3136. <tableCell>
  3137. <contents/>
  3138. </tableCell>
  3139. <tableCell colSpan="3">
  3140. <contents/>
  3141. </tableCell>
  3142. <tableCell>
  3143. <contents/>
  3144. </tableCell>
  3145. <tableCell>
  3146. <contents/>
  3147. </tableCell>
  3148. </tableCells>
  3149. </tableRow>
  3150. <tableRow>
  3151. <tableCells>
  3152. <tableCell>
  3153. <contents>
  3154. <textItem>
  3155. <dataSource>
  3156. <staticValue/>
  3157. </dataSource>
  3158. <style>
  3159. <CSS value="width:20px;height:30px"/>
  3160. </style>
  3161. </textItem>
  3162. </contents>
  3163. </tableCell>
  3164. <tableCell>
  3165. <contents/>
  3166. </tableCell>
  3167. <tableCell>
  3168. <contents/>
  3169. </tableCell>
  3170. <tableCell>
  3171. <contents/>
  3172. </tableCell>
  3173. <tableCell>
  3174. <contents/>
  3175. </tableCell>
  3176. <tableCell>
  3177. <contents/>
  3178. </tableCell>
  3179. <tableCell>
  3180. <contents/>
  3181. </tableCell>
  3182. <tableCell>
  3183. <contents/>
  3184. </tableCell>
  3185. <tableCell>
  3186. <contents/>
  3187. <style>
  3188. <CSS value="width:13%"/>
  3189. </style>
  3190. </tableCell>
  3191. <tableCell>
  3192. <contents/>
  3193. <style>
  3194. <CSS value="width:17%"/>
  3195. </style>
  3196. </tableCell>
  3197. <tableCell>
  3198. <contents/>
  3199. </tableCell>
  3200. <tableCell>
  3201. <contents/>
  3202. </tableCell>
  3203. </tableCells>
  3204. </tableRow>
  3205. <tableRow>
  3206. <tableCells>
  3207. <tableCell>
  3208. <contents/>
  3209. </tableCell>
  3210. <tableCell>
  3211. <contents/>
  3212. </tableCell>
  3213. <tableCell>
  3214. <contents/>
  3215. </tableCell>
  3216. <tableCell>
  3217. <contents/>
  3218. </tableCell>
  3219. <tableCell>
  3220. <contents/>
  3221. </tableCell>
  3222. <tableCell>
  3223. <contents/>
  3224. </tableCell>
  3225. <tableCell>
  3226. <contents/>
  3227. </tableCell>
  3228. <tableCell>
  3229. <contents/>
  3230. </tableCell>
  3231. <tableCell>
  3232. <contents/>
  3233. <style>
  3234. <CSS value="width:13%"/>
  3235. </style>
  3236. </tableCell>
  3237. <tableCell>
  3238. <contents/>
  3239. <style>
  3240. <CSS value="width:17%"/>
  3241. </style>
  3242. </tableCell>
  3243. <tableCell>
  3244. <contents/>
  3245. </tableCell>
  3246. <tableCell>
  3247. <contents/>
  3248. </tableCell>
  3249. </tableCells>
  3250. </tableRow>
  3251. <tableRow>
  3252. <tableCells>
  3253. <tableCell>
  3254. <contents/>
  3255. </tableCell>
  3256. <tableCell>
  3257. <contents/>
  3258. </tableCell>
  3259. <tableCell>
  3260. <contents/>
  3261. </tableCell>
  3262. <tableCell>
  3263. <contents/>
  3264. </tableCell>
  3265. <tableCell>
  3266. <contents/>
  3267. </tableCell>
  3268. <tableCell>
  3269. <contents/>
  3270. </tableCell>
  3271. <tableCell>
  3272. <contents/>
  3273. </tableCell>
  3274. <tableCell>
  3275. <contents/>
  3276. </tableCell>
  3277. <tableCell>
  3278. <contents/>
  3279. <style>
  3280. <CSS value="width:13%"/>
  3281. </style>
  3282. </tableCell>
  3283. <tableCell>
  3284. <contents/>
  3285. <style>
  3286. <CSS value="width:17%"/>
  3287. </style>
  3288. </tableCell>
  3289. <tableCell>
  3290. <contents/>
  3291. </tableCell>
  3292. <tableCell>
  3293. <contents/>
  3294. </tableCell>
  3295. </tableCells>
  3296. </tableRow>
  3297. </tableRows>
  3298. </table>
  3299. </contents>
  3300. <style>
  3301. <CSS value="background-color:white;padding-top:10px"/>
  3302. </style>
  3303. </pageBody>
  3304. <pageFooter>
  3305. <contents>
  3306. <promptButton type="cancel">
  3307. <contents/>
  3308. <style>
  3309. <defaultStyles>
  3310. <defaultStyle refStyle="bp"/>
  3311. </defaultStyles>
  3312. </style>
  3313. </promptButton>
  3314. <promptButton type="finish">
  3315. <contents/>
  3316. <style>
  3317. <defaultStyles>
  3318. <defaultStyle refStyle="bp"/>
  3319. </defaultStyles>
  3320. </style>
  3321. </promptButton>
  3322. </contents>
  3323. <style>
  3324. <CSS value="background-color:#C3CCD4;padding-top:10px;padding-bottom:10px"/>
  3325. </style>
  3326. </pageFooter>
  3327. <style>
  3328. <defaultStyles>
  3329. <defaultStyle refStyle="pp"/>
  3330. </defaultStyles>
  3331. </style>
  3332. </page>
  3333. </promptPages>
  3334. </layout>
  3335. </layouts>
  3336. <modelPath>/content/folder[@name=&quot;GC&quot;]/folder[@name=&quot;Packages&quot;]/package[@name=&quot;Z_Monteure&quot;]/model[@name=&quot;2022-09-27T06:33:57.548Z&quot;]</modelPath>
  3337. <reportName>Z.03 Zeitspiegel Monteure nach Standorten</reportName>
  3338. <queries>
  3339. <query name="qry_Main">
  3340. <source>
  3341. <model/>
  3342. </source>
  3343. <selection>
  3344. <dataItemMember name="M bisher">
  3345. <dmMember>
  3346. <MUN>[Z_Monteure].[Zeit].[M bisher].[M bisher]-&gt;:[PC].[@MEMBER].[M bisher]</MUN>
  3347. <itemCaption>M bisher</itemCaption>
  3348. </dmMember>
  3349. <dmDimension>
  3350. <DUN>[Z_Monteure].[Zeit]</DUN>
  3351. <itemCaption>Zeit</itemCaption>
  3352. </dmDimension>
  3353. <dmHierarchy>
  3354. <HUN>[Z_Monteure].[Zeit].[M bisher]</HUN>
  3355. <itemCaption>M bisher</itemCaption>
  3356. </dmHierarchy>
  3357. </dataItemMember>
  3358. <dataItemMember name="M bisher VJ">
  3359. <dmMember>
  3360. <MUN>[Z_Monteure].[Zeit].[M bisher VJ].[M bisher VJ]-&gt;:[PC].[@MEMBER].[1310057]</MUN>
  3361. <itemCaption>M bisher VJ</itemCaption>
  3362. </dmMember>
  3363. <dmDimension>
  3364. <DUN>[Z_Monteure].[Zeit]</DUN>
  3365. <itemCaption>Zeit</itemCaption>
  3366. </dmDimension>
  3367. <dmHierarchy>
  3368. <HUN>[Z_Monteure].[Zeit].[M bisher VJ]</HUN>
  3369. <itemCaption>M bisher VJ</itemCaption>
  3370. </dmHierarchy>
  3371. </dataItemMember>
  3372. <dataItemMember name="J bisher">
  3373. <dmMember>
  3374. <MUN>[Z_Monteure].[Zeit].[J bisher].[J bisher]-&gt;:[PC].[@MEMBER].[J bisher]</MUN>
  3375. <itemCaption>J bisher</itemCaption>
  3376. </dmMember>
  3377. <dmDimension>
  3378. <DUN>[Z_Monteure].[Zeit]</DUN>
  3379. <itemCaption>Zeit</itemCaption>
  3380. </dmDimension>
  3381. <dmHierarchy>
  3382. <HUN>[Z_Monteure].[Zeit].[J bisher]</HUN>
  3383. <itemCaption>J bisher</itemCaption>
  3384. </dmHierarchy>
  3385. </dataItemMember>
  3386. <dataItemMember name="Voriges J bisher">
  3387. <dmMember>
  3388. <MUN>[Z_Monteure].[Zeit].[Voriges J bisher].[Voriges J bisher]-&gt;:[PC].[@MEMBER].[Voriges J bisher]</MUN>
  3389. <itemCaption>Voriges J bisher</itemCaption>
  3390. </dmMember>
  3391. <dmDimension>
  3392. <DUN>[Z_Monteure].[Zeit]</DUN>
  3393. <itemCaption>Zeit</itemCaption>
  3394. </dmDimension>
  3395. <dmHierarchy>
  3396. <HUN>[Z_Monteure].[Zeit].[Voriges J bisher]</HUN>
  3397. <itemCaption>Voriges J bisher</itemCaption>
  3398. </dmHierarchy>
  3399. </dataItemMember>
  3400. <dataItemLevelSet name="Monat">
  3401. <dmLevel>
  3402. <LUN>[Z_Monteure].[Zeit].[letzte 12 Monate].[Monat]</LUN>
  3403. <itemCaption>Monat</itemCaption>
  3404. </dmLevel>
  3405. <dmDimension>
  3406. <DUN>[Z_Monteure].[Zeit]</DUN>
  3407. <itemCaption>Zeit</itemCaption>
  3408. </dmDimension>
  3409. <dmHierarchy>
  3410. <HUN>[Z_Monteure].[Zeit].[letzte 12 Monate]</HUN>
  3411. <itemCaption>letzte 12 Monate</itemCaption>
  3412. </dmHierarchy>
  3413. </dataItemLevelSet>
  3414. <dataItemMeasure name="Ges. Std.">
  3415. <dmMember>
  3416. <MUN>[Z_Monteure].[Kennzahlen].[Ges. Std.]</MUN>
  3417. <itemCaption>Ges. Std.</itemCaption>
  3418. </dmMember>
  3419. <dmDimension>
  3420. <DUN>[Z_Monteure].[Kennzahlen]</DUN>
  3421. <itemCaption>Kennzahlen</itemCaption>
  3422. </dmDimension>
  3423. <XMLAttributes>
  3424. <XMLAttribute name="RS_dataType" output="no" value="9"/>
  3425. </XMLAttributes>
  3426. </dataItemMeasure>
  3427. <dataItemMeasure name="Anw.">
  3428. <dmMember>
  3429. <MUN>[Z_Monteure].[Kennzahlen].[Anw.]</MUN>
  3430. <itemCaption>Anw.</itemCaption>
  3431. </dmMember>
  3432. <dmDimension>
  3433. <DUN>[Z_Monteure].[Kennzahlen]</DUN>
  3434. <itemCaption>Kennzahlen</itemCaption>
  3435. </dmDimension>
  3436. <XMLAttributes>
  3437. <XMLAttribute name="RS_dataType" output="no" value="9"/>
  3438. </XMLAttributes>
  3439. </dataItemMeasure>
  3440. <dataItemMeasure name="Diff.">
  3441. <dmMember>
  3442. <MUN>[Z_Monteure].[Kennzahlen].[Diff.]</MUN>
  3443. <itemCaption>Diff.</itemCaption>
  3444. </dmMember>
  3445. <dmDimension>
  3446. <DUN>[Z_Monteure].[Kennzahlen]</DUN>
  3447. <itemCaption>Kennzahlen</itemCaption>
  3448. </dmDimension>
  3449. <XMLAttributes>
  3450. <XMLAttribute name="RS_dataType" output="no" value="9"/>
  3451. </XMLAttributes>
  3452. </dataItemMeasure>
  3453. <dataItemMeasure name="Prod. %">
  3454. <dmMember>
  3455. <MUN>[Z_Monteure].[Kennzahlen].[Prod. %]</MUN>
  3456. <itemCaption>Prod. %</itemCaption>
  3457. </dmMember>
  3458. <dmDimension>
  3459. <DUN>[Z_Monteure].[Kennzahlen]</DUN>
  3460. <itemCaption>Kennzahlen</itemCaption>
  3461. </dmDimension>
  3462. <XMLAttributes>
  3463. <XMLAttribute name="RS_dataType" output="no" value="9"/>
  3464. </XMLAttributes>
  3465. </dataItemMeasure>
  3466. <dataItemMeasure name="LG %">
  3467. <dmMember>
  3468. <MUN>[Z_Monteure].[Kennzahlen].[LG %]</MUN>
  3469. <itemCaption>LG %</itemCaption>
  3470. </dmMember>
  3471. <dmDimension>
  3472. <DUN>[Z_Monteure].[Kennzahlen]</DUN>
  3473. <itemCaption>Kennzahlen</itemCaption>
  3474. </dmDimension>
  3475. <XMLAttributes>
  3476. <XMLAttribute name="RS_dataType" output="no" value="9"/>
  3477. </XMLAttributes>
  3478. </dataItemMeasure>
  3479. <dataItemMeasure name="Effiz. %">
  3480. <dmMember>
  3481. <MUN>[Z_Monteure].[Kennzahlen].[Effiz. %]</MUN>
  3482. <itemCaption>Effiz. %</itemCaption>
  3483. </dmMember>
  3484. <dmDimension>
  3485. <DUN>[Z_Monteure].[Kennzahlen]</DUN>
  3486. <itemCaption>Kennzahlen</itemCaption>
  3487. </dmDimension>
  3488. <XMLAttributes>
  3489. <XMLAttribute name="RS_dataType" output="no" value="9"/>
  3490. </XMLAttributes>
  3491. </dataItemMeasure>
  3492. <dataItemMeasure name="verr. Zeit">
  3493. <dmMember>
  3494. <MUN>[Z_Monteure].[Kennzahlen].[verr. Zeit]</MUN>
  3495. <itemCaption>verr. Zeit</itemCaption>
  3496. </dmMember>
  3497. <dmDimension>
  3498. <DUN>[Z_Monteure].[Kennzahlen]</DUN>
  3499. <itemCaption>Kennzahlen</itemCaption>
  3500. </dmDimension>
  3501. <XMLAttributes>
  3502. <XMLAttribute name="RS_dataType" output="no" value="9"/>
  3503. </XMLAttributes>
  3504. </dataItemMeasure>
  3505. <dataItemMeasure name="ben. Zeit">
  3506. <dmMember>
  3507. <MUN>[Z_Monteure].[Kennzahlen].[ben. Zeit]</MUN>
  3508. <itemCaption>ben. Zeit</itemCaption>
  3509. </dmMember>
  3510. <dmDimension>
  3511. <DUN>[Z_Monteure].[Kennzahlen]</DUN>
  3512. <itemCaption>Kennzahlen</itemCaption>
  3513. </dmDimension>
  3514. <XMLAttributes>
  3515. <XMLAttribute name="RS_dataType" output="no" value="9"/>
  3516. </XMLAttributes>
  3517. </dataItemMeasure>
  3518. <dataItemLevelSet name="Standort">
  3519. <dmLevel>
  3520. <LUN>[Z_Monteure].[AH-Gruppe].[AH-Gruppe].[Standort]</LUN>
  3521. <itemCaption>Standort</itemCaption>
  3522. </dmLevel>
  3523. <dmDimension>
  3524. <DUN>[Z_Monteure].[AH-Gruppe]</DUN>
  3525. <itemCaption>AH-Gruppe</itemCaption>
  3526. </dmDimension>
  3527. <dmHierarchy>
  3528. <HUN>[Z_Monteure].[AH-Gruppe].[AH-Gruppe]</HUN>
  3529. <itemCaption>AH-Gruppe</itemCaption>
  3530. </dmHierarchy>
  3531. </dataItemLevelSet>
  3532. <dataItemLevelSet name="Monteur">
  3533. <dmLevel>
  3534. <LUN>[Z_Monteure].[AH-Gruppe].[AH-Gruppe].[Monteur]</LUN>
  3535. <itemCaption>Monteur</itemCaption>
  3536. </dmLevel>
  3537. <dmDimension>
  3538. <DUN>[Z_Monteure].[AH-Gruppe]</DUN>
  3539. <itemCaption>AH-Gruppe</itemCaption>
  3540. </dmDimension>
  3541. <dmHierarchy>
  3542. <HUN>[Z_Monteure].[AH-Gruppe].[AH-Gruppe]</HUN>
  3543. <itemCaption>AH-Gruppe</itemCaption>
  3544. </dmHierarchy>
  3545. </dataItemLevelSet>
  3546. <dataItemLevelSet name="Monteur_Gruppe">
  3547. <dmLevel>
  3548. <LUN>[Z_Monteure].[AH-Gruppe].[AH-Gruppe].[Monteur_Gruppe]</LUN>
  3549. <itemCaption>Monteur_Gruppe</itemCaption>
  3550. </dmLevel>
  3551. <dmDimension>
  3552. <DUN>[Z_Monteure].[AH-Gruppe]</DUN>
  3553. <itemCaption>AH-Gruppe</itemCaption>
  3554. </dmDimension>
  3555. <dmHierarchy>
  3556. <HUN>[Z_Monteure].[AH-Gruppe].[AH-Gruppe]</HUN>
  3557. <itemCaption>AH-Gruppe</itemCaption>
  3558. </dmHierarchy>
  3559. </dataItemLevelSet>
  3560. <dataItemLevelSet name="Monteur_Gruppe_2">
  3561. <dmLevel>
  3562. <LUN>[Z_Monteure].[AH-Gruppe].[AH-Gruppe].[Monteur_Gruppe_2]</LUN>
  3563. <itemCaption>Monteur_Gruppe_2</itemCaption>
  3564. </dmLevel>
  3565. <dmDimension>
  3566. <DUN>[Z_Monteure].[AH-Gruppe]</DUN>
  3567. <itemCaption>AH-Gruppe</itemCaption>
  3568. </dmDimension>
  3569. <dmHierarchy>
  3570. <HUN>[Z_Monteure].[AH-Gruppe].[AH-Gruppe]</HUN>
  3571. <itemCaption>AH-Gruppe</itemCaption>
  3572. </dmHierarchy>
  3573. </dataItemLevelSet>
  3574. <dataItemLevelSet name="Monat1">
  3575. <dmLevel>
  3576. <LUN>[Z_Monteure].[Zeit].[Zeit].[Monat]</LUN>
  3577. <itemCaption>Monat</itemCaption>
  3578. </dmLevel>
  3579. <dmDimension>
  3580. <DUN>[Z_Monteure].[Zeit]</DUN>
  3581. <itemCaption>Zeit</itemCaption>
  3582. </dmDimension>
  3583. <dmHierarchy>
  3584. <HUN>[Z_Monteure].[Zeit].[Zeit]</HUN>
  3585. <itemCaption>Zeit</itemCaption>
  3586. </dmHierarchy>
  3587. </dataItemLevelSet>
  3588. <dataItemLevelSet name="Monteur2">
  3589. <dmLevel>
  3590. <LUN>[Z_Monteure].[Monteur Standort].[Monteur Standort].[Monteur]</LUN>
  3591. <itemCaption>Monteur</itemCaption>
  3592. </dmLevel>
  3593. <dmDimension>
  3594. <DUN>[Z_Monteure].[Monteur Standort]</DUN>
  3595. <itemCaption>Monteur Standort</itemCaption>
  3596. </dmDimension>
  3597. <dmHierarchy>
  3598. <HUN>[Z_Monteure].[Monteur Standort].[Monteur Standort]</HUN>
  3599. <itemCaption>Monteur Standort</itemCaption>
  3600. </dmHierarchy>
  3601. <XMLAttributes>
  3602. <XMLAttribute name="RS_dataType" output="no" value="3"/>
  3603. </XMLAttributes>
  3604. </dataItemLevelSet>
  3605. <dataItemMember name="prod.">
  3606. <dmMember>
  3607. <MUN>[Z_Monteure].[Stempel-Gruppe].[Stempel-Gruppe].[Activity_Codes_Group1]-&gt;:[PC].[@MEMBER].[prod.]</MUN>
  3608. <itemCaption>prod.</itemCaption>
  3609. </dmMember>
  3610. <dmDimension>
  3611. <DUN>[Z_Monteure].[Stempel-Gruppe]</DUN>
  3612. <itemCaption>Stempel-Gruppe</itemCaption>
  3613. </dmDimension>
  3614. <dmHierarchy>
  3615. <HUN>[Z_Monteure].[Stempel-Gruppe].[Stempel-Gruppe]</HUN>
  3616. <itemCaption>Stempel-Gruppe</itemCaption>
  3617. </dmHierarchy>
  3618. <XMLAttributes>
  3619. <XMLAttribute name="RS_dataType" output="no" value="3"/>
  3620. </XMLAttributes>
  3621. </dataItemMember>
  3622. <dataItemMember name="unprod.">
  3623. <dmMember>
  3624. <MUN>[Z_Monteure].[Stempel-Gruppe].[Stempel-Gruppe].[Activity_Codes_Group1]-&gt;:[PC].[@MEMBER].[unprod.]</MUN>
  3625. <itemCaption>unprod.</itemCaption>
  3626. </dmMember>
  3627. <dmDimension>
  3628. <DUN>[Z_Monteure].[Stempel-Gruppe]</DUN>
  3629. <itemCaption>Stempel-Gruppe</itemCaption>
  3630. </dmDimension>
  3631. <dmHierarchy>
  3632. <HUN>[Z_Monteure].[Stempel-Gruppe].[Stempel-Gruppe]</HUN>
  3633. <itemCaption>Stempel-Gruppe</itemCaption>
  3634. </dmHierarchy>
  3635. <XMLAttributes>
  3636. <XMLAttribute name="RS_dataType" output="no" value="3"/>
  3637. </XMLAttributes>
  3638. </dataItemMember>
  3639. <dataItemMember name="abw.">
  3640. <dmMember>
  3641. <MUN>[Z_Monteure].[Stempel-Gruppe].[Stempel-Gruppe].[Activity_Codes_Group1]-&gt;:[PC].[@MEMBER].[abw.]</MUN>
  3642. <itemCaption>abw.</itemCaption>
  3643. </dmMember>
  3644. <dmDimension>
  3645. <DUN>[Z_Monteure].[Stempel-Gruppe]</DUN>
  3646. <itemCaption>Stempel-Gruppe</itemCaption>
  3647. </dmDimension>
  3648. <dmHierarchy>
  3649. <HUN>[Z_Monteure].[Stempel-Gruppe].[Stempel-Gruppe]</HUN>
  3650. <itemCaption>Stempel-Gruppe</itemCaption>
  3651. </dmHierarchy>
  3652. <XMLAttributes>
  3653. <XMLAttribute name="RS_dataType" output="no" value="3"/>
  3654. </XMLAttributes>
  3655. </dataItemMember>
  3656. <dataItemMember name="ohne ausgetretene MA">
  3657. <dmMember>
  3658. <MUN>[Z_Monteure].[Monteur_Gruppe].[ohne ausgetretene MA].[ohne ausgetretene MA]-&gt;:[PC].[@MEMBER].[833807]</MUN>
  3659. <itemCaption>ohne ausgetretene MA</itemCaption>
  3660. </dmMember>
  3661. <dmDimension>
  3662. <DUN>[Z_Monteure].[Monteur_Gruppe]</DUN>
  3663. <itemCaption>Monteur_Gruppe</itemCaption>
  3664. </dmDimension>
  3665. <dmHierarchy>
  3666. <HUN>[Z_Monteure].[Monteur_Gruppe].[ohne ausgetretene MA]</HUN>
  3667. <itemCaption>ohne ausgetretene MA</itemCaption>
  3668. </dmHierarchy>
  3669. </dataItemMember>
  3670. <dataItemLevelSet name="Monteur1">
  3671. <dmLevel>
  3672. <LUN>[Z_Monteure].[Monteur_Gruppe].[Monteur_Gruppe].[Monteur]</LUN>
  3673. <itemCaption>Monteur</itemCaption>
  3674. </dmLevel>
  3675. <dmDimension>
  3676. <DUN>[Z_Monteure].[Monteur_Gruppe]</DUN>
  3677. <itemCaption>Monteur_Gruppe</itemCaption>
  3678. </dmDimension>
  3679. <dmHierarchy>
  3680. <HUN>[Z_Monteure].[Monteur_Gruppe].[Monteur_Gruppe]</HUN>
  3681. <itemCaption>Monteur_Gruppe</itemCaption>
  3682. </dmHierarchy>
  3683. <XMLAttributes>
  3684. <XMLAttribute name="RS_dataType" output="no" value="3"/>
  3685. </XMLAttributes>
  3686. </dataItemLevelSet>
  3687. <dataItemLevelSet name="Standort1">
  3688. <dmLevel>
  3689. <LUN>[Z_Monteure].[AH-Gruppe].[AH-Gruppe].[Standort]</LUN>
  3690. <itemCaption>Standort</itemCaption>
  3691. </dmLevel>
  3692. <dmDimension>
  3693. <DUN>[Z_Monteure].[AH-Gruppe]</DUN>
  3694. <itemCaption>AH-Gruppe</itemCaption>
  3695. </dmDimension>
  3696. <dmHierarchy>
  3697. <HUN>[Z_Monteure].[AH-Gruppe].[AH-Gruppe]</HUN>
  3698. <itemCaption>AH-Gruppe</itemCaption>
  3699. </dmHierarchy>
  3700. <XMLAttributes>
  3701. <XMLAttribute name="RS_dataType" output="no" value="3"/>
  3702. </XMLAttributes>
  3703. </dataItemLevelSet>
  3704. <dataItemLevelSet name="Monteur_Gruppe2">
  3705. <dmLevel>
  3706. <LUN>[Z_Monteure].[Monteur_Gruppe].[Monteur_Gruppe].[Monteur_Gruppe1]</LUN>
  3707. <itemCaption>Monteur_Gruppe1</itemCaption>
  3708. </dmLevel>
  3709. <dmDimension>
  3710. <DUN>[Z_Monteure].[Monteur_Gruppe]</DUN>
  3711. <itemCaption>Monteur_Gruppe</itemCaption>
  3712. </dmDimension>
  3713. <dmHierarchy>
  3714. <HUN>[Z_Monteure].[Monteur_Gruppe].[Monteur_Gruppe]</HUN>
  3715. <itemCaption>Monteur_Gruppe</itemCaption>
  3716. </dmHierarchy>
  3717. <XMLAttributes>
  3718. <XMLAttribute name="RS_dataType" output="no" value="3"/>
  3719. </XMLAttributes>
  3720. </dataItemLevelSet>
  3721. <dataItemLevelSet name="Monteur_Gruppe_3">
  3722. <dmLevel>
  3723. <LUN>[Z_Monteure].[Monteur_Gruppe].[Monteur_Gruppe].[Monteur_Gruppe_2]</LUN>
  3724. <itemCaption>Monteur_Gruppe_2</itemCaption>
  3725. </dmLevel>
  3726. <dmDimension>
  3727. <DUN>[Z_Monteure].[Monteur_Gruppe]</DUN>
  3728. <itemCaption>Monteur_Gruppe</itemCaption>
  3729. </dmDimension>
  3730. <dmHierarchy>
  3731. <HUN>[Z_Monteure].[Monteur_Gruppe].[Monteur_Gruppe]</HUN>
  3732. <itemCaption>Monteur_Gruppe</itemCaption>
  3733. </dmHierarchy>
  3734. <XMLAttributes>
  3735. <XMLAttribute name="RS_dataType" output="no" value="3"/>
  3736. </XMLAttributes>
  3737. </dataItemLevelSet>
  3738. <dataItemMeasure name="effekt. LG %">
  3739. <dmMember>
  3740. <MUN>[Z_Monteure].[Kennzahlen].[effekt. LG %]</MUN>
  3741. <itemCaption>effekt. LG %</itemCaption>
  3742. </dmMember>
  3743. <dmDimension>
  3744. <DUN>[Z_Monteure].[Kennzahlen]</DUN>
  3745. <itemCaption>Kennzahlen</itemCaption>
  3746. </dmDimension>
  3747. <XMLAttributes>
  3748. <XMLAttribute name="RS_dataType" output="no" value="9"/>
  3749. </XMLAttributes>
  3750. </dataItemMeasure>
  3751. <dataItemMeasure name="Zeitkorr.">
  3752. <dmMember>
  3753. <MUN>[Z_Monteure].[Kennzahlen].[Zeitkorr.]</MUN>
  3754. <itemCaption>Zeitkorr.</itemCaption>
  3755. </dmMember>
  3756. <dmDimension>
  3757. <DUN>[Z_Monteure].[Kennzahlen]</DUN>
  3758. <itemCaption>Kennzahlen</itemCaption>
  3759. </dmDimension>
  3760. <XMLAttributes>
  3761. <XMLAttribute name="RS_dataType" output="no" value="9"/>
  3762. </XMLAttributes>
  3763. </dataItemMeasure>
  3764. <dataItemMeasure name="noch nicht verr. Zeit">
  3765. <dmMember>
  3766. <MUN>[Z_Monteure].[Kennzahlen].[noch nicht verr. Zeit]</MUN>
  3767. <itemCaption>noch nicht verr. Zeit</itemCaption>
  3768. </dmMember>
  3769. <dmDimension>
  3770. <DUN>[Z_Monteure].[Kennzahlen]</DUN>
  3771. <itemCaption>Kennzahlen</itemCaption>
  3772. </dmDimension>
  3773. <XMLAttributes>
  3774. <XMLAttribute name="RS_dataType" output="no" value="9"/>
  3775. </XMLAttributes>
  3776. </dataItemMeasure>
  3777. <dataItem name="Diff %">
  3778. <expression>_format(([J bisher] - [Voriges J bisher]) / abs([J bisher]) ;PERCENTAGE_1)</expression>
  3779. <XMLAttributes>
  3780. <XMLAttribute name="RS_dataType" output="no" value="3"/>
  3781. <XMLAttribute name="RS_dataUsage" output="no" value="1"/>
  3782. <XMLAttribute name="RS_HUN" output="no" value="[GC_S_Aftersales].[Zeit].[J bisher]"/>
  3783. </XMLAttributes>
  3784. </dataItem>
  3785. <dataItem name="AutoZeit">
  3786. <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>
  3787. <dataItem name="SelectZeit">
  3788. <expression>#prompt(&quot;p_Zeit&quot;,&quot;memberuniquename&quot;,&quot;[AutoZeit]&quot;)#</expression>
  3789. </dataItem>
  3790. <dataItem name="gewählter Monat">
  3791. <expression>[SelectZeit]</expression>
  3792. <XMLAttributes>
  3793. <XMLAttribute name="RS_dataType" output="no" value="3"/>
  3794. <XMLAttribute name="RS_dataUsage" output="no" value="1"/>
  3795. <XMLAttribute name="RS_HUN" output="no" value="[Z_Monteure].[Zeit].[Zeit]"/>
  3796. </XMLAttributes>
  3797. </dataItem>
  3798. <dataItem name="kumulierter Zeitraum">
  3799. <expression>aggregate(currentMeasure within set periodsToDate ([Z_Monteure].[Zeit].[Zeit].[Jahr];[gewählter Monat]))</expression>
  3800. <XMLAttributes>
  3801. <XMLAttribute name="RS_dataType" output="no" value="3"/>
  3802. <XMLAttribute name="RS_dataUsage" output="no" value="1"/>
  3803. <XMLAttribute name="RS_HUN" output="no" value="[Z_Monteure].[Zeit].[Zeit]"/>
  3804. </XMLAttributes>
  3805. </dataItem>
  3806. <dataItem name="Ges.Std kumuliert">
  3807. <expression>aggregate([Ges. Std.]within set periodsToDate ([Z_Monteure].[Zeit].[Zeit].[Jahr];[gewählter Monat]))</expression>
  3808. </dataItem>
  3809. <dataItem label="Summe" name="Summe">
  3810. <expression>aggregate(currentMeasure within set([Monteur1]))</expression>
  3811. <XMLAttributes>
  3812. <XMLAttribute name="RS_dataType" output="no" value="3"/>
  3813. <XMLAttribute name="RS_dataUsage" output="no" value="1"/>
  3814. <XMLAttribute name="RS_HUN" output="no" value="[Z_Monteure].[Monteur_Gruppe].[Monteur_Gruppe]"/>
  3815. </XMLAttributes>
  3816. </dataItem>
  3817. <dataItem name="Gesamt">
  3818. <expression>aggregate(currentMeasure within set([Monteur_Gruppe_2]))</expression>
  3819. <XMLAttributes>
  3820. <XMLAttribute name="RS_dataType" output="no" value="3"/>
  3821. <XMLAttribute name="RS_dataUsage" output="no" value="1"/>
  3822. <XMLAttribute name="RS_HUN" output="no" value="[Z_Monteure].[AH-Gruppe].[AH-Gruppe]"/>
  3823. </XMLAttributes>
  3824. </dataItem>
  3825. <dataItem name="Von_Bis">
  3826. <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;#);
  3827. 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;#))
  3828. </expression>
  3829. </dataItem>
  3830. <dataItem name="agg_Von_Bis">
  3831. <expression>aggregate(currentMeasure within set [Von_Bis])</expression>
  3832. </dataItem>
  3833. </selection>
  3834. <detailFilters>
  3835. <detailFilter use="optional">
  3836. <filterExpression>[Z_Monteure].[AH-Gruppe].[AH-Gruppe].[Hauptbetrieb] in ( ?p_Mandant?)</filterExpression>
  3837. </detailFilter>
  3838. <detailFilter use="optional">
  3839. <filterExpression> [Z_Monteure].[AH-Gruppe].[AH-Gruppe].[Standort] in( ?p_AH?)</filterExpression>
  3840. </detailFilter>
  3841. <detailFilter use="optional">
  3842. <filterExpression>[Z_Monteure].[Monteur_Gruppe].[Monteur_Gruppe].[Monteur_Gruppe1] in( ?p_Monteurgruppe?)</filterExpression>
  3843. </detailFilter>
  3844. <detailFilter use="optional">
  3845. <filterExpression>[Z_Monteure].[Monteur_Gruppe].[Monteur_Gruppe].[Monteur_Gruppe1] in( ?p_Abteilung?)</filterExpression>
  3846. </detailFilter>
  3847. <detailFilter use="optional">
  3848. <filterExpression>[Z_Monteure].[Monteur].[Monteur].[Monteur] in( ?p_Monteure?)</filterExpression>
  3849. </detailFilter>
  3850. <detailFilter use="optional">
  3851. <filterExpression>[Z_Monteure].[Stempel-Gruppe].[Stempel-Gruppe].[Activity_Codes_Group1] in ( ?p_Stempelgruppen?)</filterExpression>
  3852. </detailFilter>
  3853. <detailFilter use="optional">
  3854. <filterExpression>[Z_Monteure].[Stempel-Gruppe].[Stempel-Gruppe].[Activity_Codes_Group2] in( ?p_Stempelgruppen2?)</filterExpression>
  3855. </detailFilter>
  3856. <detailFilter use="optional">
  3857. <filterExpression>[Z_Monteure].[Stempel-Gruppe].[Stempel-Gruppe].[Activity_Desc] in( ?p_Stempelgruppen3?)</filterExpression>
  3858. </detailFilter>
  3859. <detailFilter use="optional">
  3860. <filterExpression>[Z_Monteure].[Stempel-Code].[Stempel-Code].[Stempel-Code] in( ?p_Stempelcode?)</filterExpression>
  3861. </detailFilter>
  3862. <detailFilter use="optional">
  3863. <filterExpression>[Z_Monteure].[Monteur/AZUBI].[Monteur/AZUBI].[Monteur/AZUBI] in ( ?p_Monteur_Azubi?)</filterExpression>
  3864. </detailFilter>
  3865. <detailFilter use="optional">
  3866. <filterExpression>[Z_Monteure].[Monteur/AZUBI].[Monteur/AZUBI].[Monteur_Gruppe_2] in ( ?p_Mechanic_Trainee?)</filterExpression>
  3867. </detailFilter>
  3868. </detailFilters>
  3869. <slicer>
  3870. <slicerMemberSet>[ohne ausgetretene MA]</slicerMemberSet>
  3871. </slicer>
  3872. </query>
  3873. <query name="qry_AH">
  3874. <source>
  3875. <model/>
  3876. </source>
  3877. <selection>
  3878. <dataItemLevelSet name="Standort">
  3879. <dmLevel>
  3880. <LUN>[Z_Monteure].[AH-Gruppe].[AH-Gruppe].[Standort]</LUN>
  3881. <itemCaption>Standort</itemCaption>
  3882. </dmLevel>
  3883. <dmDimension>
  3884. <DUN>[Z_Monteure].[AH-Gruppe]</DUN>
  3885. <itemCaption>AH-Gruppe</itemCaption>
  3886. </dmDimension>
  3887. <dmHierarchy>
  3888. <HUN>[Z_Monteure].[AH-Gruppe].[AH-Gruppe]</HUN>
  3889. <itemCaption>AH-Gruppe</itemCaption>
  3890. </dmHierarchy>
  3891. </dataItemLevelSet>
  3892. </selection>
  3893. </query>
  3894. <query name="qry_Mandant">
  3895. <source>
  3896. <model/>
  3897. </source>
  3898. <selection>
  3899. <dataItemLevelSet name="Hauptbetrieb">
  3900. <dmLevel>
  3901. <LUN>[Z_Monteure].[AH-Gruppe].[AH-Gruppe].[Hauptbetrieb]</LUN>
  3902. <itemCaption>Hauptbetrieb</itemCaption>
  3903. </dmLevel>
  3904. <dmDimension>
  3905. <DUN>[Z_Monteure].[AH-Gruppe]</DUN>
  3906. <itemCaption>AH-Gruppe</itemCaption>
  3907. </dmDimension>
  3908. <dmHierarchy>
  3909. <HUN>[Z_Monteure].[AH-Gruppe].[AH-Gruppe]</HUN>
  3910. <itemCaption>AH-Gruppe</itemCaption>
  3911. </dmHierarchy>
  3912. </dataItemLevelSet>
  3913. </selection>
  3914. </query>
  3915. <query name="qry_Monteurgruppe">
  3916. <source>
  3917. <model/>
  3918. </source>
  3919. <selection>
  3920. <dataItemLevelSet name="Monteur_Gruppe_2">
  3921. <dmLevel>
  3922. <LUN>[Z_Monteure].[Monteur_Gruppe].[Monteur_Gruppe].[Monteur_Gruppe_2]</LUN>
  3923. <itemCaption>Monteur_Gruppe_2</itemCaption>
  3924. </dmLevel>
  3925. <dmDimension>
  3926. <DUN>[Z_Monteure].[Monteur_Gruppe]</DUN>
  3927. <itemCaption>Monteur_Gruppe</itemCaption>
  3928. </dmDimension>
  3929. <dmHierarchy>
  3930. <HUN>[Z_Monteure].[Monteur_Gruppe].[Monteur_Gruppe]</HUN>
  3931. <itemCaption>Monteur_Gruppe</itemCaption>
  3932. </dmHierarchy>
  3933. </dataItemLevelSet>
  3934. </selection>
  3935. </query>
  3936. <query name="qry_Monteur">
  3937. <source>
  3938. <model/>
  3939. </source>
  3940. <selection>
  3941. <dataItemLevelSet name="Monteur2">
  3942. <dmLevel>
  3943. <LUN>[Z_Monteure].[Monteur].[Monteur].[Monteur1]</LUN>
  3944. <itemCaption>Monteur1</itemCaption>
  3945. </dmLevel>
  3946. <dmDimension>
  3947. <DUN>[Z_Monteure].[Monteur]</DUN>
  3948. <itemCaption>Monteur</itemCaption>
  3949. </dmDimension>
  3950. <dmHierarchy>
  3951. <HUN>[Z_Monteure].[Monteur].[Monteur]</HUN>
  3952. <itemCaption>Monteur</itemCaption>
  3953. </dmHierarchy>
  3954. </dataItemLevelSet>
  3955. <dataItem aggregate="none" name="Monteur">
  3956. <expression>[Z_Monteure].[AH-Gruppe].[AH-Gruppe].[Monteur]</expression>
  3957. </dataItem>
  3958. </selection>
  3959. </query>
  3960. <query name="qry_Stempelgruppen">
  3961. <source>
  3962. <model/>
  3963. </source>
  3964. <selection>
  3965. <dataItemLevelSet name="Activity_Codes_Group2">
  3966. <dmLevel>
  3967. <LUN>[Z_Monteure].[Stempel-Gruppe].[Stempel-Gruppe].[Activity_Codes_Group2]</LUN>
  3968. <itemCaption>Activity_Codes_Group2</itemCaption>
  3969. </dmLevel>
  3970. <dmDimension>
  3971. <DUN>[Z_Monteure].[Stempel-Gruppe]</DUN>
  3972. <itemCaption>Stempel-Gruppe</itemCaption>
  3973. </dmDimension>
  3974. <dmHierarchy>
  3975. <HUN>[Z_Monteure].[Stempel-Gruppe].[Stempel-Gruppe]</HUN>
  3976. <itemCaption>Stempel-Gruppe</itemCaption>
  3977. </dmHierarchy>
  3978. </dataItemLevelSet>
  3979. <dataItem aggregate="none" name="Activity_Codes_Group1">
  3980. <expression>[Z_Monteure].[Stempel-Gruppe].[Stempel-Gruppe].[Activity_Codes_Group1]</expression>
  3981. </dataItem>
  3982. </selection>
  3983. </query>
  3984. <query name="qry_Stempelcode">
  3985. <source>
  3986. <model/>
  3987. </source>
  3988. <selection>
  3989. <dataItemMember name="Stempel-Code1">
  3990. <dmMember>
  3991. <MUN>[Z_Monteure].[Stempel-Code].[Stempel-Code].[Stempel-Code]-&gt;:[PC].[@MEMBER].[Activity_Desc]</MUN>
  3992. <itemCaption>Stempel-Code</itemCaption>
  3993. </dmMember>
  3994. <dmDimension>
  3995. <DUN>[Z_Monteure].[Stempel-Code]</DUN>
  3996. <itemCaption>Stempel-Code</itemCaption>
  3997. </dmDimension>
  3998. <dmHierarchy>
  3999. <HUN>[Z_Monteure].[Stempel-Code].[Stempel-Code]</HUN>
  4000. <itemCaption>Stempel-Code</itemCaption>
  4001. </dmHierarchy>
  4002. </dataItemMember>
  4003. <dataItem name="chd_Stempelcode">
  4004. <expression>children([Stempel-Code1])</expression>
  4005. </dataItem>
  4006. </selection>
  4007. </query>
  4008. <query name="qry_Monteur_Azubi">
  4009. <source>
  4010. <model/>
  4011. </source>
  4012. <selection>
  4013. <dataItemLevelSet name="Monteur_Gruppe_2">
  4014. <dmLevel>
  4015. <LUN>[Z_Monteure].[Monteur/AZUBI].[Monteur/AZUBI].[Monteur_Gruppe_2]</LUN>
  4016. <itemCaption>Monteur_Gruppe_2</itemCaption>
  4017. </dmLevel>
  4018. <dmDimension>
  4019. <DUN>[Z_Monteure].[Monteur/AZUBI]</DUN>
  4020. <itemCaption>Monteur/AZUBI</itemCaption>
  4021. </dmDimension>
  4022. <dmHierarchy>
  4023. <HUN>[Z_Monteure].[Monteur/AZUBI].[Monteur/AZUBI]</HUN>
  4024. <itemCaption>Monteur/AZUBI</itemCaption>
  4025. </dmHierarchy>
  4026. </dataItemLevelSet>
  4027. </selection>
  4028. </query>
  4029. <query name="qry_Mechanic_Trainee">
  4030. <source>
  4031. <model/>
  4032. </source>
  4033. <selection>
  4034. <dataItemLevelSet name="Monteur_Gruppe_2">
  4035. <dmLevel>
  4036. <LUN>[Z_Monteure].[Monteur/AZUBI].[Monteur/AZUBI].[Monteur_Gruppe_2]</LUN>
  4037. <itemCaption>Monteur_Gruppe_2</itemCaption>
  4038. </dmLevel>
  4039. <dmDimension>
  4040. <DUN>[Z_Monteure].[Monteur/AZUBI]</DUN>
  4041. <itemCaption>Monteur/AZUBI</itemCaption>
  4042. </dmDimension>
  4043. <dmHierarchy>
  4044. <HUN>[Z_Monteure].[Monteur/AZUBI].[Monteur/AZUBI]</HUN>
  4045. <itemCaption>Monteur/AZUBI</itemCaption>
  4046. </dmHierarchy>
  4047. </dataItemLevelSet>
  4048. </selection>
  4049. </query>
  4050. <query name="qry_Monat">
  4051. <source>
  4052. <model/>
  4053. </source>
  4054. <selection>
  4055. <dataItemMemberProperty name="Monat - Category Code">
  4056. <dmMemberProperty>
  4057. <MPUN>[Z_Monteure].[Zeit].[Zeit].[Monat].[Monat - Category Code]</MPUN>
  4058. <itemCaption>Monat - Category Code</itemCaption>
  4059. </dmMemberProperty>
  4060. <dmDimension>
  4061. <DUN>[Z_Monteure].[Zeit]</DUN>
  4062. <itemCaption>Zeit</itemCaption>
  4063. </dmDimension>
  4064. <dmHierarchy>
  4065. <HUN>[Z_Monteure].[Zeit].[Zeit]</HUN>
  4066. <itemCaption>Zeit</itemCaption>
  4067. </dmHierarchy>
  4068. <dmLevel>
  4069. <LUN>[Z_Monteure].[Zeit].[Zeit].[Monat]</LUN>
  4070. <itemCaption>Monat</itemCaption>
  4071. </dmLevel>
  4072. </dataItemMemberProperty>
  4073. <dataItem aggregate="none" name="Monat">
  4074. <expression>[Z_Monteure].[Zeit].[Zeit].[Monat]</expression>
  4075. </dataItem>
  4076. </selection>
  4077. </query>
  4078. <query name="qry_Tag1">
  4079. <source>
  4080. <model/>
  4081. </source>
  4082. <selection>
  4083. <dataItem name="Datenelement">
  4084. <expression>[Z_Monteure].[Zeit].[Aktueller Tag].[Tag]</expression>
  4085. </dataItem>
  4086. </selection>
  4087. </query>
  4088. </queries>
  4089. <classStyles>
  4090. <classStyle name="pg">
  4091. <CSS value="white-space:nowrap"/>
  4092. </classStyle>
  4093. <classStyle description="kreuztabelle gelb" label="kt_GELB" name="cls1">
  4094. <CSS value="padding:4px 5px 4px 6px;background-color:#FFE97E;line-break:strict"/>
  4095. </classStyle>
  4096. <classStyle description="kreuztabelle gelb" label="kt_GELB2" name="cls11">
  4097. <CSS value="padding:4px 5px 4px 6px;background-color:#F9DC5C;line-break:strict"/>
  4098. </classStyle>
  4099. <classStyle description="kreuztabelle blau" label="kt_BLAU1" name="cls2">
  4100. <CSS value="padding:4px 5px 4px 6px;background-color:#3868A3;line-break:strict"/>
  4101. </classStyle>
  4102. <classStyle description="kreuztabelle blau" label="kt_BLAU2" name="cls3">
  4103. <CSS value="padding:4px 5px 4px 6px;background-color:#648BD0;line-break:strict"/>
  4104. </classStyle>
  4105. <classStyle description="kreuztabelle türkis" label="kt_TUERKIS1" name="cls4">
  4106. <CSS value="padding:4px 5px 4px 6px;background-color:#C7DEE7;line-break:strict"/>
  4107. </classStyle>
  4108. <classStyle description="kreuztabelle türkis " label="kt_TUERKIS2" name="cls5">
  4109. <CSS value="padding:4px 5px 4px 6px;background-color:#97CDD3;line-break:strict"/>
  4110. </classStyle>
  4111. <classStyle description="kreuztabelle grün" label="kt_GRUEN1" name="cls6">
  4112. <CSS value="padding:4px 5px 4px 6px;background-color:#B6CB9B;line-break:strict"/>
  4113. </classStyle>
  4114. <classStyle label="Hintergrund" name="cls14">
  4115. <CSS value="background-color:#C3CCD4"/>
  4116. </classStyle>
  4117. <classStyle description="kreuztabelle grün" label="kt_GRUEN2" name="cls7">
  4118. <CSS value="padding:4px 5px 4px 6px;background-color:#8EA375;line-break:strict"/>
  4119. </classStyle>
  4120. <classStyle description="kreuztabelle orange" label="kt_ORANGE" name="cls8">
  4121. <CSS value="padding:4px 5px 4px 6px;background-color:#E98751;line-break:strict"/>
  4122. </classStyle>
  4123. <classStyle description="kreuztabelle rot" label="kt_GRAU" name="cls9">
  4124. <CSS value="padding:4px 5px 4px 6px;background-color:#D3D3D3;line-break:strict"/>
  4125. </classStyle>
  4126. <classStyle description="kreuztabelle rot" label="kt_ROT2" name="cls10">
  4127. <CSS value="padding:4px 5px 4px 6px;background-color:#E60606;line-break:strict"/>
  4128. </classStyle>
  4129. <classStyle label="Kopfzeilenfaktzelle für Kreuztabelle1" name="cls12">
  4130. <CSS value="display:block"/>
  4131. <generatedBackground>
  4132. <fill>
  4133. <linearGradient>
  4134. <gradientColor/>
  4135. <gradientColor colorPosition="100" gradientColor="white"/>
  4136. </linearGradient>
  4137. </fill>
  4138. <dropShadow/>
  4139. <border allowTransparentBleed="true" cornerRadius="2pt"/>
  4140. </generatedBackground>
  4141. </classStyle>
  4142. <classStyle label="Kopfzeilenzelle für Kreuztabelle1" name="cls13">
  4143. <CSS value="padding:4px 5px 4px 6px;color:#E98751;font-weight:bold;vertical-align:top;background-color:transparent;border:1px solid silver"/>
  4144. <generatedBackground>
  4145. <fill>
  4146. <linearGradient>
  4147. <gradientColor gradientColor="lime"/>
  4148. </linearGradient>
  4149. </fill>
  4150. </generatedBackground>
  4151. </classStyle>
  4152. <classStyle name="lg">
  4153. <CSS value="direction:auto;unicode-bidi:embed"/>
  4154. </classStyle>
  4155. <classStyle name="bp">
  4156. <CSS value="color:#3E5C76;border:0.5pt solid #3E5C76"/>
  4157. </classStyle>
  4158. <classStyle name="bph">
  4159. <CSS value="color:#3E5C76;background-color:#E98751;border:0.5pt solid #3E5C76"/>
  4160. </classStyle>
  4161. </classStyles>
  4162. <namedConditionalStyles>
  4163. <advancedConditionalStyle name="Monat">
  4164. <styleCases>
  4165. <styleCase>
  4166. <reportCondition>ParamDisplayValue(&quot;p_Zeit&quot;) is not null</reportCondition>
  4167. </styleCase>
  4168. </styleCases>
  4169. <styleDefault>
  4170. <style>
  4171. <CSS value="display:none"/>
  4172. </style>
  4173. </styleDefault>
  4174. </advancedConditionalStyle>
  4175. <advancedConditionalStyle name="Zeitraum">
  4176. <styleCases>
  4177. <styleCase>
  4178. <reportCondition>ParamDisplayValue(&quot;p_Zeit&quot;) is null</reportCondition>
  4179. </styleCase>
  4180. </styleCases>
  4181. <styleDefault>
  4182. <style>
  4183. <CSS value="display:none"/>
  4184. </style>
  4185. </styleDefault>
  4186. </advancedConditionalStyle>
  4187. <advancedConditionalStyle name="CV &lt; 0">
  4188. <styleCases>
  4189. <styleCase>
  4190. <style>
  4191. <CSS value="color:#B30808"/>
  4192. </style>
  4193. <reportCondition>CellValue () &lt; 0</reportCondition>
  4194. </styleCase>
  4195. </styleCases>
  4196. <styleDefault/>
  4197. </advancedConditionalStyle>
  4198. <advancedConditionalStyle name="Monat1">
  4199. <styleCases>
  4200. <styleCase>
  4201. <reportCondition>ParamDisplayValue(&quot;p_Zeit&quot;) is not null</reportCondition>
  4202. </styleCase>
  4203. </styleCases>
  4204. <styleDefault>
  4205. <style>
  4206. <CSS value="display:none"/>
  4207. </style>
  4208. </styleDefault>
  4209. </advancedConditionalStyle>
  4210. </namedConditionalStyles>
  4211. </report>