F.06 Markenvergleich nach Betrieben.xml 308 KB

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