S.07 Service Rechnungsausgangsbuch_Cube.xml 230 KB

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