NW.06 Markenvergleich Neuwagen.xml 344 KB

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