GW.02 Verkäuferbericht Gebrauchtwagen.xml 291 KB

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