GW.06 Markenvergleich Gebrauchtwagen.xml 360 KB

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