V.03 Ranking Verkäufer Gesamtverkauf.xml 322 KB

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