T.02 Ranking Teileverkäufer.xml 222 KB

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