NW.06 Markenvergleich Neuwagen.xml 364 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471147214731474147514761477147814791480148114821483148414851486148714881489149014911492149314941495149614971498149915001501150215031504150515061507150815091510151115121513151415151516151715181519152015211522152315241525152615271528152915301531153215331534153515361537153815391540154115421543154415451546154715481549155015511552155315541555155615571558155915601561156215631564156515661567156815691570157115721573157415751576157715781579158015811582158315841585158615871588158915901591159215931594159515961597159815991600160116021603160416051606160716081609161016111612161316141615161616171618161916201621162216231624162516261627162816291630163116321633163416351636163716381639164016411642164316441645164616471648164916501651165216531654165516561657165816591660166116621663166416651666166716681669167016711672167316741675167616771678167916801681168216831684168516861687168816891690169116921693169416951696169716981699170017011702170317041705170617071708170917101711171217131714171517161717171817191720172117221723172417251726172717281729173017311732173317341735173617371738173917401741174217431744174517461747174817491750175117521753175417551756175717581759176017611762176317641765176617671768176917701771177217731774177517761777177817791780178117821783178417851786178717881789179017911792179317941795179617971798179918001801180218031804180518061807180818091810181118121813181418151816181718181819182018211822182318241825182618271828182918301831183218331834183518361837183818391840184118421843184418451846184718481849185018511852185318541855185618571858185918601861186218631864186518661867186818691870187118721873187418751876187718781879188018811882188318841885188618871888188918901891189218931894189518961897189818991900190119021903190419051906190719081909191019111912191319141915191619171918191919201921192219231924192519261927192819291930193119321933193419351936193719381939194019411942194319441945194619471948194919501951195219531954195519561957195819591960196119621963196419651966196719681969197019711972197319741975197619771978197919801981198219831984198519861987198819891990199119921993199419951996199719981999200020012002200320042005200620072008200920102011201220132014201520162017201820192020202120222023202420252026202720282029203020312032203320342035203620372038203920402041204220432044204520462047204820492050205120522053205420552056205720582059206020612062206320642065206620672068206920702071207220732074207520762077207820792080208120822083208420852086208720882089209020912092209320942095209620972098209921002101210221032104210521062107210821092110211121122113211421152116211721182119212021212122212321242125212621272128212921302131213221332134213521362137213821392140214121422143214421452146214721482149215021512152215321542155215621572158215921602161216221632164216521662167216821692170217121722173217421752176217721782179218021812182218321842185218621872188218921902191219221932194219521962197219821992200220122022203220422052206220722082209221022112212221322142215221622172218221922202221222222232224222522262227222822292230223122322233223422352236223722382239224022412242224322442245224622472248224922502251225222532254225522562257225822592260226122622263226422652266226722682269227022712272227322742275227622772278227922802281228222832284228522862287228822892290229122922293229422952296229722982299230023012302230323042305230623072308230923102311231223132314231523162317231823192320232123222323232423252326232723282329233023312332233323342335233623372338233923402341234223432344234523462347234823492350235123522353235423552356235723582359236023612362236323642365236623672368236923702371237223732374237523762377237823792380238123822383238423852386238723882389239023912392239323942395239623972398239924002401240224032404240524062407240824092410241124122413241424152416241724182419242024212422242324242425242624272428242924302431243224332434243524362437243824392440244124422443244424452446244724482449245024512452245324542455245624572458245924602461246224632464246524662467246824692470247124722473247424752476247724782479248024812482248324842485248624872488248924902491249224932494249524962497249824992500250125022503250425052506250725082509251025112512251325142515251625172518251925202521252225232524252525262527252825292530253125322533253425352536253725382539254025412542254325442545254625472548254925502551255225532554255525562557255825592560256125622563256425652566256725682569257025712572257325742575257625772578257925802581258225832584258525862587258825892590259125922593259425952596259725982599260026012602260326042605260626072608260926102611261226132614261526162617261826192620262126222623262426252626262726282629263026312632263326342635263626372638263926402641264226432644264526462647264826492650265126522653265426552656265726582659266026612662266326642665266626672668266926702671267226732674267526762677267826792680268126822683268426852686268726882689269026912692269326942695269626972698269927002701270227032704270527062707270827092710271127122713271427152716271727182719272027212722272327242725272627272728272927302731273227332734273527362737273827392740274127422743274427452746274727482749275027512752275327542755275627572758275927602761276227632764276527662767276827692770277127722773277427752776277727782779278027812782278327842785278627872788278927902791279227932794279527962797279827992800280128022803280428052806280728082809281028112812281328142815281628172818281928202821282228232824282528262827282828292830283128322833283428352836283728382839284028412842284328442845284628472848284928502851285228532854285528562857285828592860286128622863286428652866286728682869287028712872287328742875287628772878287928802881288228832884288528862887288828892890289128922893289428952896289728982899290029012902290329042905290629072908290929102911291229132914291529162917291829192920292129222923292429252926292729282929293029312932293329342935293629372938293929402941294229432944294529462947294829492950295129522953295429552956295729582959296029612962296329642965296629672968296929702971297229732974297529762977297829792980298129822983298429852986298729882989299029912992299329942995299629972998299930003001300230033004300530063007300830093010301130123013301430153016301730183019302030213022302330243025302630273028302930303031303230333034303530363037303830393040304130423043304430453046304730483049305030513052305330543055305630573058305930603061306230633064306530663067306830693070307130723073307430753076307730783079308030813082308330843085308630873088308930903091309230933094309530963097309830993100310131023103310431053106310731083109311031113112311331143115311631173118311931203121312231233124312531263127312831293130313131323133313431353136313731383139314031413142314331443145314631473148314931503151315231533154315531563157315831593160316131623163316431653166316731683169317031713172317331743175317631773178317931803181318231833184318531863187318831893190319131923193319431953196319731983199320032013202320332043205320632073208320932103211321232133214321532163217321832193220322132223223322432253226322732283229323032313232323332343235323632373238323932403241324232433244324532463247324832493250325132523253325432553256325732583259326032613262326332643265326632673268326932703271327232733274327532763277327832793280328132823283328432853286328732883289329032913292329332943295329632973298329933003301330233033304330533063307330833093310331133123313331433153316331733183319332033213322332333243325332633273328332933303331333233333334333533363337333833393340334133423343334433453346334733483349335033513352335333543355335633573358335933603361336233633364336533663367336833693370337133723373337433753376337733783379338033813382338333843385338633873388338933903391339233933394339533963397339833993400340134023403340434053406340734083409341034113412341334143415341634173418341934203421342234233424342534263427342834293430343134323433343434353436343734383439344034413442344334443445344634473448344934503451345234533454345534563457345834593460346134623463346434653466346734683469347034713472347334743475347634773478347934803481348234833484348534863487348834893490349134923493349434953496349734983499350035013502350335043505350635073508350935103511351235133514351535163517351835193520352135223523352435253526352735283529353035313532353335343535353635373538353935403541354235433544354535463547354835493550355135523553355435553556355735583559356035613562356335643565356635673568356935703571357235733574357535763577357835793580358135823583358435853586358735883589359035913592359335943595359635973598359936003601360236033604360536063607360836093610361136123613361436153616361736183619362036213622362336243625362636273628362936303631363236333634363536363637363836393640364136423643364436453646364736483649365036513652365336543655365636573658365936603661366236633664366536663667366836693670367136723673367436753676367736783679368036813682368336843685368636873688368936903691369236933694369536963697369836993700370137023703370437053706370737083709371037113712371337143715371637173718371937203721372237233724372537263727372837293730373137323733373437353736373737383739374037413742374337443745374637473748374937503751375237533754375537563757375837593760376137623763376437653766376737683769377037713772377337743775377637773778377937803781378237833784378537863787378837893790379137923793379437953796379737983799380038013802380338043805380638073808380938103811381238133814381538163817381838193820382138223823382438253826382738283829383038313832383338343835383638373838383938403841384238433844384538463847384838493850385138523853385438553856385738583859386038613862386338643865386638673868386938703871387238733874387538763877387838793880388138823883388438853886388738883889389038913892389338943895389638973898389939003901390239033904390539063907390839093910391139123913391439153916391739183919392039213922392339243925392639273928392939303931393239333934393539363937393839393940394139423943394439453946394739483949395039513952395339543955395639573958395939603961396239633964396539663967396839693970397139723973397439753976397739783979398039813982398339843985398639873988398939903991399239933994399539963997399839994000400140024003400440054006400740084009401040114012401340144015401640174018401940204021402240234024402540264027402840294030403140324033403440354036403740384039404040414042404340444045404640474048404940504051405240534054405540564057405840594060406140624063406440654066406740684069407040714072407340744075407640774078407940804081408240834084408540864087408840894090409140924093409440954096409740984099410041014102410341044105410641074108410941104111411241134114411541164117411841194120412141224123412441254126412741284129413041314132413341344135413641374138413941404141414241434144414541464147414841494150415141524153415441554156415741584159416041614162416341644165416641674168416941704171417241734174417541764177417841794180418141824183418441854186418741884189419041914192419341944195419641974198419942004201420242034204420542064207420842094210421142124213421442154216421742184219422042214222422342244225422642274228422942304231423242334234423542364237423842394240424142424243424442454246424742484249425042514252425342544255425642574258425942604261426242634264426542664267426842694270427142724273427442754276427742784279428042814282428342844285428642874288428942904291429242934294429542964297429842994300430143024303430443054306430743084309431043114312431343144315431643174318431943204321432243234324432543264327432843294330433143324333433443354336433743384339434043414342434343444345434643474348434943504351435243534354435543564357435843594360436143624363436443654366436743684369437043714372437343744375437643774378437943804381438243834384438543864387438843894390439143924393439443954396439743984399440044014402440344044405440644074408440944104411441244134414441544164417441844194420442144224423442444254426442744284429443044314432443344344435443644374438443944404441444244434444444544464447444844494450445144524453445444554456445744584459446044614462446344644465446644674468446944704471447244734474447544764477447844794480448144824483448444854486448744884489449044914492449344944495449644974498449945004501450245034504450545064507450845094510451145124513451445154516451745184519452045214522452345244525452645274528452945304531453245334534453545364537453845394540454145424543454445454546454745484549455045514552455345544555455645574558455945604561456245634564456545664567456845694570457145724573457445754576457745784579458045814582458345844585458645874588458945904591459245934594459545964597459845994600460146024603460446054606460746084609461046114612461346144615461646174618461946204621462246234624462546264627462846294630463146324633463446354636463746384639464046414642464346444645464646474648464946504651465246534654465546564657465846594660466146624663466446654666466746684669467046714672467346744675467646774678467946804681468246834684468546864687468846894690469146924693469446954696469746984699470047014702470347044705470647074708470947104711471247134714471547164717471847194720472147224723472447254726472747284729473047314732473347344735473647374738473947404741474247434744474547464747474847494750475147524753475447554756475747584759476047614762476347644765476647674768476947704771477247734774477547764777477847794780478147824783478447854786478747884789479047914792479347944795479647974798479948004801480248034804480548064807480848094810481148124813481448154816481748184819482048214822482348244825482648274828482948304831483248334834483548364837483848394840484148424843484448454846484748484849485048514852485348544855485648574858485948604861486248634864486548664867486848694870487148724873487448754876487748784879488048814882488348844885488648874888488948904891489248934894489548964897489848994900490149024903490449054906490749084909491049114912491349144915491649174918491949204921492249234924492549264927492849294930493149324933493449354936493749384939494049414942494349444945494649474948494949504951495249534954495549564957495849594960496149624963496449654966496749684969497049714972497349744975497649774978497949804981498249834984498549864987498849894990499149924993499449954996499749984999500050015002500350045005500650075008500950105011501250135014501550165017501850195020502150225023502450255026502750285029503050315032503350345035503650375038503950405041504250435044504550465047504850495050505150525053505450555056505750585059506050615062506350645065506650675068506950705071507250735074507550765077507850795080508150825083508450855086508750885089509050915092509350945095509650975098509951005101510251035104510551065107510851095110511151125113511451155116511751185119512051215122512351245125512651275128512951305131513251335134513551365137513851395140514151425143514451455146514751485149515051515152515351545155515651575158515951605161516251635164516551665167516851695170517151725173517451755176517751785179518051815182518351845185518651875188518951905191519251935194519551965197519851995200520152025203520452055206520752085209521052115212521352145215521652175218521952205221522252235224522552265227522852295230523152325233523452355236523752385239524052415242524352445245524652475248524952505251525252535254525552565257525852595260526152625263526452655266526752685269527052715272527352745275527652775278527952805281528252835284528552865287528852895290529152925293529452955296529752985299530053015302530353045305530653075308530953105311531253135314531553165317531853195320532153225323532453255326532753285329533053315332533353345335533653375338533953405341534253435344534553465347534853495350535153525353535453555356535753585359536053615362536353645365536653675368536953705371537253735374537553765377537853795380538153825383538453855386538753885389539053915392539353945395539653975398539954005401540254035404540554065407540854095410541154125413541454155416541754185419542054215422542354245425542654275428542954305431543254335434543554365437543854395440544154425443544454455446544754485449545054515452545354545455545654575458545954605461546254635464546554665467546854695470547154725473547454755476547754785479548054815482548354845485548654875488548954905491549254935494549554965497549854995500550155025503550455055506550755085509551055115512551355145515551655175518551955205521552255235524552555265527552855295530553155325533553455355536553755385539554055415542554355445545554655475548554955505551555255535554555555565557555855595560556155625563556455655566556755685569557055715572557355745575557655775578557955805581558255835584558555865587558855895590559155925593559455955596559755985599560056015602560356045605560656075608560956105611561256135614561556165617561856195620562156225623562456255626562756285629563056315632563356345635563656375638563956405641564256435644564556465647564856495650565156525653565456555656565756585659566056615662566356645665566656675668566956705671567256735674567556765677567856795680568156825683568456855686568756885689569056915692569356945695569656975698569957005701570257035704570557065707570857095710571157125713571457155716571757185719572057215722572357245725572657275728572957305731573257335734573557365737573857395740574157425743574457455746574757485749575057515752575357545755575657575758575957605761576257635764576557665767576857695770577157725773577457755776577757785779578057815782578357845785578657875788578957905791579257935794579557965797579857995800580158025803580458055806580758085809581058115812581358145815581658175818581958205821582258235824582558265827582858295830583158325833583458355836583758385839584058415842584358445845584658475848584958505851585258535854585558565857585858595860586158625863586458655866586758685869587058715872587358745875587658775878587958805881588258835884588558865887588858895890589158925893589458955896589758985899590059015902590359045905590659075908590959105911591259135914591559165917591859195920592159225923592459255926592759285929593059315932593359345935593659375938593959405941594259435944594559465947594859495950595159525953595459555956595759585959596059615962596359645965596659675968596959705971597259735974597559765977597859795980598159825983598459855986598759885989599059915992599359945995599659975998599960006001600260036004600560066007600860096010601160126013601460156016601760186019602060216022602360246025602660276028602960306031603260336034603560366037603860396040604160426043604460456046604760486049605060516052605360546055605660576058605960606061606260636064606560666067606860696070607160726073607460756076607760786079608060816082608360846085608660876088608960906091609260936094609560966097609860996100610161026103610461056106610761086109611061116112611361146115611661176118611961206121612261236124612561266127612861296130613161326133613461356136613761386139614061416142614361446145614661476148614961506151615261536154615561566157615861596160616161626163616461656166616761686169617061716172617361746175617661776178617961806181618261836184618561866187618861896190619161926193619461956196619761986199620062016202620362046205620662076208620962106211621262136214621562166217621862196220622162226223622462256226622762286229623062316232623362346235623662376238623962406241624262436244624562466247624862496250625162526253625462556256625762586259626062616262626362646265626662676268626962706271627262736274627562766277627862796280628162826283628462856286628762886289629062916292629362946295629662976298629963006301630263036304630563066307630863096310631163126313631463156316631763186319632063216322632363246325632663276328632963306331633263336334633563366337633863396340634163426343634463456346634763486349635063516352635363546355635663576358635963606361636263636364636563666367636863696370637163726373637463756376637763786379638063816382638363846385638663876388638963906391639263936394639563966397639863996400640164026403640464056406640764086409641064116412641364146415641664176418641964206421642264236424642564266427642864296430643164326433643464356436643764386439644064416442644364446445644664476448644964506451645264536454645564566457645864596460646164626463646464656466646764686469647064716472647364746475647664776478647964806481648264836484648564866487648864896490649164926493649464956496649764986499650065016502650365046505650665076508650965106511651265136514651565166517651865196520652165226523652465256526652765286529653065316532653365346535653665376538653965406541654265436544654565466547654865496550655165526553655465556556655765586559656065616562656365646565656665676568656965706571657265736574657565766577657865796580658165826583658465856586658765886589659065916592659365946595659665976598659966006601660266036604660566066607660866096610661166126613661466156616661766186619662066216622662366246625662666276628662966306631663266336634663566366637663866396640664166426643664466456646664766486649665066516652665366546655665666576658665966606661666266636664666566666667666866696670667166726673667466756676667766786679668066816682668366846685668666876688668966906691669266936694669566966697669866996700670167026703670467056706670767086709671067116712671367146715671667176718671967206721672267236724672567266727672867296730673167326733673467356736673767386739674067416742674367446745674667476748674967506751675267536754675567566757675867596760676167626763676467656766676767686769677067716772677367746775677667776778677967806781678267836784678567866787678867896790679167926793679467956796679767986799680068016802680368046805680668076808680968106811681268136814681568166817681868196820682168226823682468256826682768286829683068316832683368346835683668376838683968406841684268436844684568466847684868496850685168526853685468556856685768586859686068616862
  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. </crosstabColumns>
  1681. <crosstabSuppress/>
  1682. <crosstabIntersections>
  1683. <crosstabIntersection column="e4" row="e34">
  1684. <conditionalStyleRefs>
  1685. <conditionalStyleRef refConditionalStyle="&lt;0"/>
  1686. </conditionalStyleRefs>
  1687. </crosstabIntersection>
  1688. <crosstabIntersection column="e11" row="e34">
  1689. <conditionalStyleRefs>
  1690. <conditionalStyleRef refConditionalStyle="&lt;0"/>
  1691. </conditionalStyleRefs>
  1692. </crosstabIntersection>
  1693. <crosstabIntersection column="e4" row="e35">
  1694. <conditionalStyleRefs>
  1695. <conditionalStyleRef refConditionalStyle="&lt;0"/>
  1696. </conditionalStyleRefs>
  1697. </crosstabIntersection>
  1698. <crosstabIntersection column="e11" row="e35">
  1699. <conditionalStyleRefs>
  1700. <conditionalStyleRef refConditionalStyle="&lt;0"/>
  1701. </conditionalStyleRefs>
  1702. </crosstabIntersection>
  1703. <crosstabIntersection column="e4" row="e37">
  1704. <conditionalStyleRefs>
  1705. <conditionalStyleRef refConditionalStyle="&lt;0"/>
  1706. </conditionalStyleRefs>
  1707. </crosstabIntersection>
  1708. <crosstabIntersection column="e11" row="e37">
  1709. <conditionalStyleRefs>
  1710. <conditionalStyleRef refConditionalStyle="&lt;0"/>
  1711. </conditionalStyleRefs>
  1712. </crosstabIntersection>
  1713. <crosstabIntersection column="e4" row="e38">
  1714. <conditionalStyleRefs>
  1715. <conditionalStyleRef refConditionalStyle="&lt;0"/>
  1716. </conditionalStyleRefs>
  1717. </crosstabIntersection>
  1718. <crosstabIntersection column="e11" row="e38">
  1719. <conditionalStyleRefs>
  1720. <conditionalStyleRef refConditionalStyle="&lt;0"/>
  1721. </conditionalStyleRefs>
  1722. </crosstabIntersection>
  1723. <crosstabIntersection column="e4" row="e39">
  1724. <conditionalStyleRefs>
  1725. <conditionalStyleRef refConditionalStyle="&lt;0"/>
  1726. </conditionalStyleRefs>
  1727. </crosstabIntersection>
  1728. <crosstabIntersection column="e11" row="e39">
  1729. <conditionalStyleRefs>
  1730. <conditionalStyleRef refConditionalStyle="&lt;0"/>
  1731. </conditionalStyleRefs>
  1732. </crosstabIntersection>
  1733. <crosstabIntersection column="e4" row="e40">
  1734. <conditionalStyleRefs>
  1735. <conditionalStyleRef refConditionalStyle="&lt;0"/>
  1736. </conditionalStyleRefs>
  1737. </crosstabIntersection>
  1738. <crosstabIntersection column="e11" row="e40">
  1739. <conditionalStyleRefs>
  1740. <conditionalStyleRef refConditionalStyle="&lt;0"/>
  1741. </conditionalStyleRefs>
  1742. </crosstabIntersection>
  1743. <crosstabIntersection column="e4" row="e41">
  1744. <conditionalStyleRefs>
  1745. <conditionalStyleRef refConditionalStyle="&gt;0"/>
  1746. </conditionalStyleRefs>
  1747. </crosstabIntersection>
  1748. <crosstabIntersection column="e11" row="e41">
  1749. <conditionalStyleRefs>
  1750. <conditionalStyleRef refConditionalStyle="&gt;0"/>
  1751. </conditionalStyleRefs>
  1752. </crosstabIntersection>
  1753. <crosstabIntersection column="e4" row="e42">
  1754. <conditionalStyleRefs>
  1755. <conditionalStyleRef refConditionalStyle="&lt;0"/>
  1756. </conditionalStyleRefs>
  1757. </crosstabIntersection>
  1758. <crosstabIntersection column="e11" row="e42">
  1759. <conditionalStyleRefs>
  1760. <conditionalStyleRef refConditionalStyle="&lt;0"/>
  1761. </conditionalStyleRefs>
  1762. </crosstabIntersection>
  1763. <crosstabIntersection column="e4" row="e43">
  1764. <conditionalStyleRefs>
  1765. <conditionalStyleRef refConditionalStyle="&gt;0"/>
  1766. </conditionalStyleRefs>
  1767. </crosstabIntersection>
  1768. <crosstabIntersection column="e11" row="e43">
  1769. <conditionalStyleRefs>
  1770. <conditionalStyleRef refConditionalStyle="&gt;0"/>
  1771. </conditionalStyleRefs>
  1772. </crosstabIntersection>
  1773. <crosstabIntersection column="e28" row="e34">
  1774. <conditionalStyleRefs>
  1775. <conditionalStyleRef refConditionalStyle="&lt;0"/>
  1776. </conditionalStyleRefs>
  1777. </crosstabIntersection>
  1778. <crosstabIntersection column="e28" row="e35">
  1779. <conditionalStyleRefs>
  1780. <conditionalStyleRef refConditionalStyle="&lt;0"/>
  1781. </conditionalStyleRefs>
  1782. </crosstabIntersection>
  1783. <crosstabIntersection column="e28" row="e37">
  1784. <conditionalStyleRefs>
  1785. <conditionalStyleRef refConditionalStyle="&lt;0"/>
  1786. </conditionalStyleRefs>
  1787. </crosstabIntersection>
  1788. <crosstabIntersection column="e28" row="e38">
  1789. <conditionalStyleRefs>
  1790. <conditionalStyleRef refConditionalStyle="&lt;0"/>
  1791. </conditionalStyleRefs>
  1792. </crosstabIntersection>
  1793. <crosstabIntersection column="e28" row="e39">
  1794. <conditionalStyleRefs>
  1795. <conditionalStyleRef refConditionalStyle="&lt;0"/>
  1796. </conditionalStyleRefs>
  1797. </crosstabIntersection>
  1798. <crosstabIntersection column="e28" row="e40">
  1799. <conditionalStyleRefs>
  1800. <conditionalStyleRef refConditionalStyle="&lt;0"/>
  1801. </conditionalStyleRefs>
  1802. </crosstabIntersection>
  1803. <crosstabIntersection column="e28" row="e41">
  1804. <conditionalStyleRefs>
  1805. <conditionalStyleRef refConditionalStyle="&gt;0"/>
  1806. </conditionalStyleRefs>
  1807. </crosstabIntersection>
  1808. <crosstabIntersection column="e28" row="e42">
  1809. <conditionalStyleRefs>
  1810. <conditionalStyleRef refConditionalStyle="&lt;0"/>
  1811. </conditionalStyleRefs>
  1812. </crosstabIntersection>
  1813. <crosstabIntersection column="e28" row="e43">
  1814. <conditionalStyleRefs>
  1815. <conditionalStyleRef refConditionalStyle="&gt;0"/>
  1816. </conditionalStyleRefs>
  1817. </crosstabIntersection>
  1818. <crosstabIntersection column="e29" row="e34">
  1819. <conditionalStyleRefs>
  1820. <conditionalStyleRef refConditionalStyle="&lt;0"/>
  1821. </conditionalStyleRefs>
  1822. </crosstabIntersection>
  1823. <crosstabIntersection column="e29" row="e35">
  1824. <conditionalStyleRefs>
  1825. <conditionalStyleRef refConditionalStyle="&lt;0"/>
  1826. </conditionalStyleRefs>
  1827. </crosstabIntersection>
  1828. <crosstabIntersection column="e29" row="e37">
  1829. <conditionalStyleRefs>
  1830. <conditionalStyleRef refConditionalStyle="&lt;0"/>
  1831. </conditionalStyleRefs>
  1832. </crosstabIntersection>
  1833. <crosstabIntersection column="e29" row="e38">
  1834. <conditionalStyleRefs>
  1835. <conditionalStyleRef refConditionalStyle="&lt;0"/>
  1836. </conditionalStyleRefs>
  1837. </crosstabIntersection>
  1838. <crosstabIntersection column="e29" row="e39">
  1839. <conditionalStyleRefs>
  1840. <conditionalStyleRef refConditionalStyle="&lt;0"/>
  1841. </conditionalStyleRefs>
  1842. </crosstabIntersection>
  1843. <crosstabIntersection column="e29" row="e40">
  1844. <conditionalStyleRefs>
  1845. <conditionalStyleRef refConditionalStyle="&lt;0"/>
  1846. </conditionalStyleRefs>
  1847. </crosstabIntersection>
  1848. <crosstabIntersection column="e29" row="e41">
  1849. <conditionalStyleRefs>
  1850. <conditionalStyleRef refConditionalStyle="&gt;0"/>
  1851. </conditionalStyleRefs>
  1852. </crosstabIntersection>
  1853. <crosstabIntersection column="e29" row="e42">
  1854. <conditionalStyleRefs>
  1855. <conditionalStyleRef refConditionalStyle="&lt;0"/>
  1856. </conditionalStyleRefs>
  1857. </crosstabIntersection>
  1858. <crosstabIntersection column="e29" row="e43">
  1859. <conditionalStyleRefs>
  1860. <conditionalStyleRef refConditionalStyle="&gt;0"/>
  1861. </conditionalStyleRefs>
  1862. </crosstabIntersection>
  1863. </crosstabIntersections>
  1864. <conditionalStyleRefs>
  1865. <conditionalStyleRef refConditionalStyle="Anzeige_Monat"/>
  1866. </conditionalStyleRefs>
  1867. </crosstab>
  1868. </contents>
  1869. <conditionalStyleRefs>
  1870. <conditionalStyleRef refConditionalStyle="Einzelner Monat"/>
  1871. </conditionalStyleRefs>
  1872. </tableCell>
  1873. </tableCells>
  1874. </tableRow>
  1875. <tableRow>
  1876. <tableCells>
  1877. <tableCell>
  1878. <contents>
  1879. <crosstab horizontalPagination="true" name="ktMain5" refQuery="qry_Main" rowsPerPage="5000">
  1880. <crosstabCorner>
  1881. <contents/>
  1882. <style>
  1883. <defaultStyles>
  1884. <defaultStyle refStyle="xm"/>
  1885. </defaultStyles>
  1886. </style>
  1887. </crosstabCorner>
  1888. <noDataHandler>
  1889. <contents>
  1890. <block>
  1891. <contents>
  1892. <textItem>
  1893. <dataSource>
  1894. <staticValue>Keine Daten verfügbar</staticValue>
  1895. </dataSource>
  1896. <style>
  1897. <CSS value="padding:10px 18px;"/>
  1898. </style>
  1899. </textItem>
  1900. </contents>
  1901. </block>
  1902. </contents>
  1903. </noDataHandler>
  1904. <style>
  1905. <CSS value="border-collapse:collapse"/>
  1906. <defaultStyles>
  1907. <defaultStyle refStyle="xt"/>
  1908. </defaultStyles>
  1909. </style>
  1910. <crosstabFactCell>
  1911. <contents>
  1912. <textItem>
  1913. <dataSource>
  1914. <cellValue/>
  1915. </dataSource>
  1916. </textItem>
  1917. </contents>
  1918. <style>
  1919. <defaultStyles>
  1920. <defaultStyle refStyle="mv"/>
  1921. </defaultStyles>
  1922. </style>
  1923. </crosstabFactCell>
  1924. <crosstabRows>
  1925. <crosstabNode>
  1926. <crosstabNestedNodes>
  1927. <crosstabNode>
  1928. <crosstabNodeMembers>
  1929. <crosstabNodeMember edgeLocation="e34" refDataItem="Menge">
  1930. <style>
  1931. <CSS value="font-weight:normal;border:0.75pt solid silver"/>
  1932. <defaultStyles>
  1933. <defaultStyle refStyle="cls15"/>
  1934. </defaultStyles>
  1935. </style>
  1936. <contents>
  1937. <textItem>
  1938. <dataSource>
  1939. <memberCaption/>
  1940. </dataSource>
  1941. </textItem>
  1942. </contents>
  1943. <factCell>
  1944. <style>
  1945. <CSS value="border:0.75pt solid silver"/>
  1946. <defaultStyles>
  1947. <defaultStyle refStyle="cls15"/>
  1948. </defaultStyles>
  1949. </style>
  1950. </factCell>
  1951. </crosstabNodeMember>
  1952. </crosstabNodeMembers>
  1953. </crosstabNode>
  1954. <crosstabNode>
  1955. <crosstabNodeMembers>
  1956. <crosstabNodeMember edgeLocation="e35" refDataItem="Erlös FZG">
  1957. <style>
  1958. <defaultStyles>
  1959. <defaultStyle refStyle="ml"/>
  1960. </defaultStyles>
  1961. <CSS value="background-color:white;font-weight:normal;border:0.75pt solid silver"/>
  1962. </style>
  1963. <contents>
  1964. <textItem>
  1965. <dataSource>
  1966. <memberCaption/>
  1967. </dataSource>
  1968. </textItem>
  1969. </contents>
  1970. <factCell>
  1971. <style>
  1972. <CSS value="font-weight:normal;border:0.75pt solid silver"/>
  1973. </style>
  1974. </factCell>
  1975. </crosstabNodeMember>
  1976. </crosstabNodeMembers>
  1977. </crosstabNode>
  1978. <crosstabNode>
  1979. <crosstabNodeMembers>
  1980. <crosstabNodeMember edgeLocation="e36" refDataItem="Einsatz FZG">
  1981. <style>
  1982. <defaultStyles>
  1983. <defaultStyle refStyle="ml"/>
  1984. </defaultStyles>
  1985. <CSS value="background-color:white;font-weight:normal;border:0.75pt solid silver"/>
  1986. </style>
  1987. <contents>
  1988. <textItem>
  1989. <dataSource>
  1990. <memberCaption/>
  1991. </dataSource>
  1992. </textItem>
  1993. </contents>
  1994. <factCell>
  1995. <style>
  1996. <CSS value="font-weight:normal;border:0.75pt solid silver"/>
  1997. </style>
  1998. </factCell>
  1999. </crosstabNodeMember>
  2000. </crosstabNodeMembers>
  2001. </crosstabNode>
  2002. <crosstabNode>
  2003. <crosstabNodeMembers>
  2004. <crosstabNodeMember edgeLocation="e37" refDataItem="DB 1">
  2005. <contents>
  2006. <textItem>
  2007. <dataSource>
  2008. <memberCaption/>
  2009. </dataSource>
  2010. </textItem>
  2011. </contents>
  2012. <factCell>
  2013. <style>
  2014. <defaultStyles>
  2015. <defaultStyle refStyle="cls1"/>
  2016. </defaultStyles>
  2017. <CSS value="font-weight:normal;border:0.75pt solid silver"/>
  2018. </style>
  2019. </factCell>
  2020. <style>
  2021. <defaultStyles>
  2022. <defaultStyle refStyle="cls1"/>
  2023. </defaultStyles>
  2024. <CSS value="font-weight:normal;border:0.75pt solid silver"/>
  2025. </style>
  2026. </crosstabNodeMember>
  2027. </crosstabNodeMembers>
  2028. </crosstabNode>
  2029. <crosstabNode>
  2030. <crosstabNodeMembers>
  2031. <crosstabNodeMember edgeLocation="e38" refDataItem="DB 1 %">
  2032. <contents>
  2033. <textItem>
  2034. <dataSource>
  2035. <memberCaption/>
  2036. </dataSource>
  2037. </textItem>
  2038. </contents>
  2039. <factCell>
  2040. <style>
  2041. <defaultStyles>
  2042. <defaultStyle refStyle="cls5"/>
  2043. </defaultStyles>
  2044. <CSS value="font-weight:normal;border:0.75pt solid silver"/>
  2045. </style>
  2046. </factCell>
  2047. <style>
  2048. <defaultStyles>
  2049. <defaultStyle refStyle="cls5"/>
  2050. </defaultStyles>
  2051. <CSS value="font-weight:normal;border:0.75pt solid silver"/>
  2052. </style>
  2053. </crosstabNodeMember>
  2054. </crosstabNodeMembers>
  2055. </crosstabNode>
  2056. <crosstabNode>
  2057. <crosstabNodeMembers>
  2058. <crosstabNodeMember edgeLocation="e39" refDataItem="durchschn. DB">
  2059. <style>
  2060. <defaultStyles>
  2061. <defaultStyle refStyle="ml"/>
  2062. </defaultStyles>
  2063. <CSS value="background-color:white;font-weight:normal;border:0.75pt solid silver"/>
  2064. </style>
  2065. <contents>
  2066. <textItem>
  2067. <dataSource>
  2068. <memberCaption/>
  2069. </dataSource>
  2070. </textItem>
  2071. </contents>
  2072. <factCell>
  2073. <style>
  2074. <CSS value="font-weight:normal;border:0.75pt solid silver"/>
  2075. </style>
  2076. </factCell>
  2077. </crosstabNodeMember>
  2078. </crosstabNodeMembers>
  2079. </crosstabNode>
  2080. <crosstabNode>
  2081. <crosstabNodeMembers>
  2082. <crosstabNodeMember edgeLocation="e40" refDataItem="Erlös / Stk.1">
  2083. <style>
  2084. <defaultStyles>
  2085. <defaultStyle refStyle="ml"/>
  2086. </defaultStyles>
  2087. <CSS value="background-color:white;font-weight:normal;border:0.75pt solid silver"/>
  2088. </style>
  2089. <contents>
  2090. <textItem>
  2091. <dataSource>
  2092. <memberCaption/>
  2093. </dataSource>
  2094. </textItem>
  2095. </contents>
  2096. <factCell>
  2097. <style>
  2098. <CSS value="font-weight:normal;border:0.75pt solid silver"/>
  2099. </style>
  2100. </factCell>
  2101. </crosstabNodeMember>
  2102. </crosstabNodeMembers>
  2103. </crosstabNode>
  2104. <crosstabNode>
  2105. <crosstabNodeMembers>
  2106. <crosstabNodeMember edgeLocation="e41" refDataItem="Boni">
  2107. <style>
  2108. <defaultStyles>
  2109. <defaultStyle refStyle="ml"/>
  2110. </defaultStyles>
  2111. <CSS value="background-color:white;font-weight:normal;border:0.75pt solid silver"/>
  2112. </style>
  2113. <contents>
  2114. <textItem>
  2115. <dataSource>
  2116. <memberCaption/>
  2117. </dataSource>
  2118. </textItem>
  2119. </contents>
  2120. <factCell>
  2121. <style>
  2122. <CSS value="font-weight:normal;border:0.75pt solid silver"/>
  2123. </style>
  2124. </factCell>
  2125. </crosstabNodeMember>
  2126. </crosstabNodeMembers>
  2127. </crosstabNode>
  2128. <crosstabNode>
  2129. <crosstabNodeMembers>
  2130. <crosstabNodeMember edgeLocation="e42" refDataItem="Nachlass %">
  2131. <style>
  2132. <defaultStyles>
  2133. <defaultStyle refStyle="ml"/>
  2134. </defaultStyles>
  2135. <CSS value="background-color:white;font-weight:normal;border:0.75pt solid silver"/>
  2136. </style>
  2137. <contents>
  2138. <textItem>
  2139. <dataSource>
  2140. <memberCaption/>
  2141. </dataSource>
  2142. </textItem>
  2143. </contents>
  2144. <factCell>
  2145. <style>
  2146. <CSS value="font-weight:normal;border:0.75pt solid silver"/>
  2147. </style>
  2148. </factCell>
  2149. </crosstabNodeMember>
  2150. </crosstabNodeMembers>
  2151. </crosstabNode>
  2152. <crosstabNode>
  2153. <crosstabNodeMembers>
  2154. <crosstabNodeMember edgeLocation="e43" refDataItem="Standtage">
  2155. <style>
  2156. <defaultStyles>
  2157. <defaultStyle refStyle="ml"/>
  2158. </defaultStyles>
  2159. <CSS value="background-color:white;font-weight:normal;border:0.75pt solid silver"/>
  2160. </style>
  2161. <contents>
  2162. <textItem>
  2163. <dataSource>
  2164. <memberCaption/>
  2165. </dataSource>
  2166. </textItem>
  2167. </contents>
  2168. <factCell>
  2169. <style>
  2170. <CSS value="font-weight:normal;border:0.75pt solid silver"/>
  2171. </style>
  2172. </factCell>
  2173. </crosstabNodeMember>
  2174. </crosstabNodeMembers>
  2175. </crosstabNode>
  2176. </crosstabNestedNodes>
  2177. <crosstabNodeMembers>
  2178. <crosstabNodeMember edgeLocation="e33" refDataItem="Fabrikat">
  2179. <style>
  2180. <defaultStyles>
  2181. <defaultStyle refStyle="ml"/>
  2182. </defaultStyles>
  2183. <CSS value="background-color:white;font-weight:normal"/>
  2184. </style>
  2185. <contents>
  2186. <textItem>
  2187. <dataSource>
  2188. <memberCaption/>
  2189. </dataSource>
  2190. </textItem>
  2191. </contents>
  2192. <factCell>
  2193. <style>
  2194. <CSS value="font-weight:normal;border:0.75pt solid silver"/>
  2195. </style>
  2196. </factCell>
  2197. </crosstabNodeMember>
  2198. </crosstabNodeMembers>
  2199. </crosstabNode>
  2200. </crosstabRows>
  2201. <crosstabColumns>
  2202. <crosstabNode>
  2203. <crosstabNestedNodes>
  2204. <crosstabNode>
  2205. <crosstabNestedNodes>
  2206. <crosstabNode>
  2207. <crosstabNodeMembers>
  2208. <crosstabNodeMember edgeLocation="e13" refDataItem="Jahr">
  2209. <style>
  2210. <defaultStyles>
  2211. <defaultStyle refStyle="ml"/>
  2212. </defaultStyles>
  2213. <CSS value="background-color:white;font-weight:bold"/>
  2214. </style>
  2215. <contents>
  2216. <textItem>
  2217. <dataSource>
  2218. <memberCaption/>
  2219. </dataSource>
  2220. </textItem>
  2221. </contents>
  2222. <conditionalStyleRefs>
  2223. <conditionalStyleRef refConditionalStyle="Kumuliert"/>
  2224. </conditionalStyleRefs>
  2225. </crosstabNodeMember>
  2226. </crosstabNodeMembers>
  2227. </crosstabNode>
  2228. <crosstabNode>
  2229. <crosstabNodeMembers>
  2230. <crosstabNodeMember edgeLocation="e14" refDataItem="Vorjahr">
  2231. <style>
  2232. <defaultStyles>
  2233. <defaultStyle refStyle="ml"/>
  2234. </defaultStyles>
  2235. <CSS value="background-color:white;font-weight:bold"/>
  2236. </style>
  2237. <contents>
  2238. <textItem>
  2239. <dataSource>
  2240. <memberCaption/>
  2241. </dataSource>
  2242. </textItem>
  2243. </contents>
  2244. <conditionalStyleRefs>
  2245. <conditionalStyleRef refConditionalStyle="Kumuliert"/>
  2246. </conditionalStyleRefs>
  2247. </crosstabNodeMember>
  2248. </crosstabNodeMembers>
  2249. </crosstabNode>
  2250. <crosstabNode>
  2251. <crosstabNodeMembers>
  2252. <crosstabNodeMember edgeLocation="e15" refDataItem="Abw.">
  2253. <style>
  2254. <defaultStyles>
  2255. <defaultStyle refStyle="ml"/>
  2256. </defaultStyles>
  2257. <CSS value="background-color:white;font-weight:bold"/>
  2258. </style>
  2259. <contents>
  2260. <textItem>
  2261. <dataSource>
  2262. <memberCaption/>
  2263. </dataSource>
  2264. </textItem>
  2265. </contents>
  2266. <conditionalStyleRefs>
  2267. <conditionalStyleRef refConditionalStyle="Kumuliert"/>
  2268. </conditionalStyleRefs>
  2269. </crosstabNodeMember>
  2270. </crosstabNodeMembers>
  2271. </crosstabNode>
  2272. <crosstabNode>
  2273. <crosstabNodeMembers>
  2274. <crosstabNodeMember edgeLocation="e30" refDataItem="Abw. % kum">
  2275. <style>
  2276. <defaultStyles>
  2277. <defaultStyle refStyle="ml"/>
  2278. </defaultStyles>
  2279. <CSS value="background-color:white;font-weight:bold"/>
  2280. </style>
  2281. <contents>
  2282. <textItem>
  2283. <dataSource>
  2284. <staticValue>% Abw.</staticValue>
  2285. </dataSource>
  2286. </textItem>
  2287. </contents>
  2288. <factCell>
  2289. <conditionalStyleRefs>
  2290. <conditionalStyleRef refConditionalStyle="Kumuliert"/>
  2291. </conditionalStyleRefs>
  2292. <style>
  2293. <dataFormat>
  2294. <percentFormat decimalSize="1" percentSymbol="%" whenAnyError="0" whenDivideZero="0" whenMissing="0" whenNotApplicable="0" whenNumericOverflow="0" whenZero="0"/>
  2295. </dataFormat>
  2296. </style>
  2297. </factCell>
  2298. <conditionalStyleRefs>
  2299. <conditionalStyleRef refConditionalStyle="Kumuliert"/>
  2300. </conditionalStyleRefs>
  2301. </crosstabNodeMember>
  2302. </crosstabNodeMembers>
  2303. </crosstabNode>
  2304. </crosstabNestedNodes>
  2305. <crosstabNodeMembers>
  2306. <crosstabNodeMember edgeLocation="e17" refDataItem="AH-Gruppe">
  2307. <style>
  2308. <CSS value="background-color:#CDD4DA;font-weight:bold;border:0.75pt solid silver"/>
  2309. <defaultStyles>
  2310. <defaultStyle refStyle="ml"/>
  2311. </defaultStyles>
  2312. </style>
  2313. <contents>
  2314. <textItem>
  2315. <dataSource>
  2316. <staticValue>Gesamt</staticValue>
  2317. </dataSource>
  2318. </textItem>
  2319. </contents>
  2320. <factCell>
  2321. <style>
  2322. <CSS value="font-weight:normal;border:0.75pt solid silver"/>
  2323. </style>
  2324. </factCell>
  2325. <conditionalStyleRefs>
  2326. <conditionalStyleRef refConditionalStyle="Kumuliert"/>
  2327. </conditionalStyleRefs>
  2328. </crosstabNodeMember>
  2329. </crosstabNodeMembers>
  2330. </crosstabNode>
  2331. <crosstabNode>
  2332. <crosstabNestedNodes>
  2333. <crosstabNode>
  2334. <crosstabNodeMembers>
  2335. <crosstabNodeMember edgeLocation="e7" refDataItem="Jahr">
  2336. <style>
  2337. <defaultStyles>
  2338. <defaultStyle refStyle="ml"/>
  2339. </defaultStyles>
  2340. <CSS value="background-color:white;font-weight:bold"/>
  2341. </style>
  2342. <contents>
  2343. <textItem>
  2344. <dataSource>
  2345. <memberCaption/>
  2346. </dataSource>
  2347. </textItem>
  2348. </contents>
  2349. <conditionalStyleRefs>
  2350. <conditionalStyleRef refConditionalStyle="Kumuliert"/>
  2351. </conditionalStyleRefs>
  2352. </crosstabNodeMember>
  2353. </crosstabNodeMembers>
  2354. </crosstabNode>
  2355. <crosstabNode>
  2356. <crosstabNodeMembers>
  2357. <crosstabNodeMember edgeLocation="e8" refDataItem="Vorjahr">
  2358. <style>
  2359. <defaultStyles>
  2360. <defaultStyle refStyle="ml"/>
  2361. </defaultStyles>
  2362. <CSS value="background-color:white;font-weight:bold"/>
  2363. </style>
  2364. <contents>
  2365. <textItem>
  2366. <dataSource>
  2367. <memberCaption/>
  2368. </dataSource>
  2369. </textItem>
  2370. </contents>
  2371. <conditionalStyleRefs>
  2372. <conditionalStyleRef refConditionalStyle="Kumuliert"/>
  2373. </conditionalStyleRefs>
  2374. </crosstabNodeMember>
  2375. </crosstabNodeMembers>
  2376. </crosstabNode>
  2377. <crosstabNode>
  2378. <crosstabNodeMembers>
  2379. <crosstabNodeMember edgeLocation="e9" refDataItem="Abw.">
  2380. <style>
  2381. <defaultStyles>
  2382. <defaultStyle refStyle="ml"/>
  2383. </defaultStyles>
  2384. <CSS value="background-color:white;font-weight:bold"/>
  2385. </style>
  2386. <contents>
  2387. <textItem>
  2388. <dataSource>
  2389. <memberCaption/>
  2390. </dataSource>
  2391. </textItem>
  2392. </contents>
  2393. <conditionalStyleRefs>
  2394. <conditionalStyleRef refConditionalStyle="Kumuliert"/>
  2395. </conditionalStyleRefs>
  2396. </crosstabNodeMember>
  2397. </crosstabNodeMembers>
  2398. </crosstabNode>
  2399. <crosstabNode>
  2400. <crosstabNodeMembers>
  2401. <crosstabNodeMember edgeLocation="e31" refDataItem="Abw. % kum">
  2402. <style>
  2403. <defaultStyles>
  2404. <defaultStyle refStyle="ml"/>
  2405. </defaultStyles>
  2406. <CSS value="background-color:white;font-weight:bold"/>
  2407. </style>
  2408. <contents>
  2409. <textItem>
  2410. <dataSource>
  2411. <staticValue>% Abw.</staticValue>
  2412. </dataSource>
  2413. </textItem>
  2414. </contents>
  2415. <factCell>
  2416. <conditionalStyleRefs>
  2417. <conditionalStyleRef refConditionalStyle="Kumuliert"/>
  2418. </conditionalStyleRefs>
  2419. <style>
  2420. <dataFormat>
  2421. <percentFormat decimalSize="1" percentSymbol="%" whenAnyError="0" whenDivideZero="0" whenMissing="0" whenNotApplicable="0" whenNumericOverflow="0" whenZero="0"/>
  2422. </dataFormat>
  2423. </style>
  2424. </factCell>
  2425. <conditionalStyleRefs>
  2426. <conditionalStyleRef refConditionalStyle="Kumuliert"/>
  2427. </conditionalStyleRefs>
  2428. </crosstabNodeMember>
  2429. </crosstabNodeMembers>
  2430. </crosstabNode>
  2431. </crosstabNestedNodes>
  2432. <crosstabNodeMembers>
  2433. <crosstabNodeMember edgeLocation="e5" refDataItem="Fabrikat3">
  2434. <style>
  2435. <defaultStyles>
  2436. <defaultStyle refStyle="ml"/>
  2437. </defaultStyles>
  2438. <CSS value="background-color:white;font-weight:bold"/>
  2439. </style>
  2440. <contents>
  2441. <textItem>
  2442. <dataSource>
  2443. <memberCaption/>
  2444. </dataSource>
  2445. </textItem>
  2446. </contents>
  2447. <factCell>
  2448. <conditionalStyleRefs>
  2449. <conditionalStyleRef refConditionalStyle="Kumuliert"/>
  2450. </conditionalStyleRefs>
  2451. </factCell>
  2452. <conditionalStyleRefs>
  2453. <conditionalStyleRef refConditionalStyle="Kumuliert"/>
  2454. </conditionalStyleRefs>
  2455. </crosstabNodeMember>
  2456. </crosstabNodeMembers>
  2457. </crosstabNode>
  2458. </crosstabNestedNodes>
  2459. <crosstabNodeMembers>
  2460. <crosstabNodeMember edgeLocation="e12" refDataItem="gewählter Monat">
  2461. <style>
  2462. <CSS value="background-color:white;font-weight:bold;text-align:center;border:0.75pt solid silver"/>
  2463. <defaultStyles>
  2464. <defaultStyle refStyle="ml"/>
  2465. </defaultStyles>
  2466. </style>
  2467. <contents>
  2468. <textItem>
  2469. <dataSource>
  2470. <staticValue>kum. </staticValue>
  2471. </dataSource>
  2472. </textItem>
  2473. <textItem>
  2474. <dataSource>
  2475. <memberCaption/>
  2476. </dataSource>
  2477. </textItem>
  2478. </contents>
  2479. <factCell>
  2480. <conditionalStyleRefs>
  2481. <conditionalStyleRef refConditionalStyle="Kumuliert"/>
  2482. </conditionalStyleRefs>
  2483. </factCell>
  2484. <conditionalStyleRefs>
  2485. <conditionalStyleRef refConditionalStyle="Kumuliert"/>
  2486. </conditionalStyleRefs>
  2487. </crosstabNodeMember>
  2488. </crosstabNodeMembers>
  2489. </crosstabNode>
  2490. </crosstabColumns>
  2491. <crosstabSuppress/>
  2492. <crosstabIntersections>
  2493. <crosstabIntersection column="e15" row="e34">
  2494. <conditionalStyleRefs>
  2495. <conditionalStyleRef refConditionalStyle="&lt;0"/>
  2496. </conditionalStyleRefs>
  2497. </crosstabIntersection>
  2498. <crosstabIntersection column="e9" row="e34">
  2499. <conditionalStyleRefs>
  2500. <conditionalStyleRef refConditionalStyle="&lt;0"/>
  2501. </conditionalStyleRefs>
  2502. </crosstabIntersection>
  2503. <crosstabIntersection column="e15" row="e35">
  2504. <conditionalStyleRefs>
  2505. <conditionalStyleRef refConditionalStyle="&lt;0"/>
  2506. </conditionalStyleRefs>
  2507. </crosstabIntersection>
  2508. <crosstabIntersection column="e9" row="e35">
  2509. <conditionalStyleRefs>
  2510. <conditionalStyleRef refConditionalStyle="&lt;0"/>
  2511. </conditionalStyleRefs>
  2512. </crosstabIntersection>
  2513. <crosstabIntersection column="e15" row="e37">
  2514. <conditionalStyleRefs>
  2515. <conditionalStyleRef refConditionalStyle="&lt;0"/>
  2516. </conditionalStyleRefs>
  2517. </crosstabIntersection>
  2518. <crosstabIntersection column="e9" row="e37">
  2519. <conditionalStyleRefs>
  2520. <conditionalStyleRef refConditionalStyle="&lt;0"/>
  2521. </conditionalStyleRefs>
  2522. </crosstabIntersection>
  2523. <crosstabIntersection column="e15" row="e38">
  2524. <conditionalStyleRefs>
  2525. <conditionalStyleRef refConditionalStyle="&lt;0"/>
  2526. </conditionalStyleRefs>
  2527. </crosstabIntersection>
  2528. <crosstabIntersection column="e9" row="e38">
  2529. <conditionalStyleRefs>
  2530. <conditionalStyleRef refConditionalStyle="&lt;0"/>
  2531. </conditionalStyleRefs>
  2532. </crosstabIntersection>
  2533. <crosstabIntersection column="e15" row="e39">
  2534. <conditionalStyleRefs>
  2535. <conditionalStyleRef refConditionalStyle="&lt;0"/>
  2536. </conditionalStyleRefs>
  2537. </crosstabIntersection>
  2538. <crosstabIntersection column="e9" row="e39">
  2539. <conditionalStyleRefs>
  2540. <conditionalStyleRef refConditionalStyle="&lt;0"/>
  2541. </conditionalStyleRefs>
  2542. </crosstabIntersection>
  2543. <crosstabIntersection column="e15" row="e40">
  2544. <conditionalStyleRefs>
  2545. <conditionalStyleRef refConditionalStyle="&lt;0"/>
  2546. </conditionalStyleRefs>
  2547. </crosstabIntersection>
  2548. <crosstabIntersection column="e9" row="e40">
  2549. <conditionalStyleRefs>
  2550. <conditionalStyleRef refConditionalStyle="&lt;0"/>
  2551. </conditionalStyleRefs>
  2552. </crosstabIntersection>
  2553. <crosstabIntersection column="e15" row="e41">
  2554. <conditionalStyleRefs>
  2555. <conditionalStyleRef refConditionalStyle="&gt;0"/>
  2556. </conditionalStyleRefs>
  2557. </crosstabIntersection>
  2558. <crosstabIntersection column="e9" row="e41">
  2559. <conditionalStyleRefs>
  2560. <conditionalStyleRef refConditionalStyle="&gt;0"/>
  2561. </conditionalStyleRefs>
  2562. </crosstabIntersection>
  2563. <crosstabIntersection column="e15" row="e42">
  2564. <conditionalStyleRefs>
  2565. <conditionalStyleRef refConditionalStyle="&lt;0"/>
  2566. </conditionalStyleRefs>
  2567. </crosstabIntersection>
  2568. <crosstabIntersection column="e9" row="e42">
  2569. <conditionalStyleRefs>
  2570. <conditionalStyleRef refConditionalStyle="&lt;0"/>
  2571. </conditionalStyleRefs>
  2572. </crosstabIntersection>
  2573. <crosstabIntersection column="e15" row="e43">
  2574. <conditionalStyleRefs>
  2575. <conditionalStyleRef refConditionalStyle="&gt;0"/>
  2576. </conditionalStyleRefs>
  2577. </crosstabIntersection>
  2578. <crosstabIntersection column="e9" row="e43">
  2579. <conditionalStyleRefs>
  2580. <conditionalStyleRef refConditionalStyle="&gt;0"/>
  2581. </conditionalStyleRefs>
  2582. </crosstabIntersection>
  2583. <crosstabIntersection column="e30" row="e34">
  2584. <conditionalStyleRefs>
  2585. <conditionalStyleRef refConditionalStyle="&lt;0"/>
  2586. </conditionalStyleRefs>
  2587. </crosstabIntersection>
  2588. <crosstabIntersection column="e30" row="e35">
  2589. <conditionalStyleRefs>
  2590. <conditionalStyleRef refConditionalStyle="&lt;0"/>
  2591. </conditionalStyleRefs>
  2592. </crosstabIntersection>
  2593. <crosstabIntersection column="e30" row="e37">
  2594. <conditionalStyleRefs>
  2595. <conditionalStyleRef refConditionalStyle="&lt;0"/>
  2596. </conditionalStyleRefs>
  2597. </crosstabIntersection>
  2598. <crosstabIntersection column="e30" row="e38">
  2599. <conditionalStyleRefs>
  2600. <conditionalStyleRef refConditionalStyle="&lt;0"/>
  2601. </conditionalStyleRefs>
  2602. </crosstabIntersection>
  2603. <crosstabIntersection column="e30" row="e39">
  2604. <conditionalStyleRefs>
  2605. <conditionalStyleRef refConditionalStyle="&lt;0"/>
  2606. </conditionalStyleRefs>
  2607. </crosstabIntersection>
  2608. <crosstabIntersection column="e30" row="e40">
  2609. <conditionalStyleRefs>
  2610. <conditionalStyleRef refConditionalStyle="&lt;0"/>
  2611. </conditionalStyleRefs>
  2612. </crosstabIntersection>
  2613. <crosstabIntersection column="e30" row="e41">
  2614. <conditionalStyleRefs>
  2615. <conditionalStyleRef refConditionalStyle="&gt;0"/>
  2616. </conditionalStyleRefs>
  2617. </crosstabIntersection>
  2618. <crosstabIntersection column="e30" row="e43">
  2619. <conditionalStyleRefs>
  2620. <conditionalStyleRef refConditionalStyle="&gt;0"/>
  2621. </conditionalStyleRefs>
  2622. </crosstabIntersection>
  2623. <crosstabIntersection column="e31" row="e34">
  2624. <conditionalStyleRefs>
  2625. <conditionalStyleRef refConditionalStyle="&lt;0"/>
  2626. </conditionalStyleRefs>
  2627. </crosstabIntersection>
  2628. <crosstabIntersection column="e31" row="e35">
  2629. <conditionalStyleRefs>
  2630. <conditionalStyleRef refConditionalStyle="&lt;0"/>
  2631. </conditionalStyleRefs>
  2632. </crosstabIntersection>
  2633. <crosstabIntersection column="e31" row="e40">
  2634. <conditionalStyleRefs>
  2635. <conditionalStyleRef refConditionalStyle="&lt;0"/>
  2636. </conditionalStyleRefs>
  2637. </crosstabIntersection>
  2638. <crosstabIntersection column="e31" row="e41">
  2639. <conditionalStyleRefs>
  2640. <conditionalStyleRef refConditionalStyle="&gt;0"/>
  2641. </conditionalStyleRefs>
  2642. </crosstabIntersection>
  2643. <crosstabIntersection column="e31" row="e43">
  2644. <conditionalStyleRefs>
  2645. <conditionalStyleRef refConditionalStyle="&gt;0"/>
  2646. </conditionalStyleRefs>
  2647. </crosstabIntersection>
  2648. <crosstabIntersection column="e31" row="e37">
  2649. <conditionalStyleRefs>
  2650. <conditionalStyleRef refConditionalStyle="&lt;0"/>
  2651. </conditionalStyleRefs>
  2652. </crosstabIntersection>
  2653. <crosstabIntersection column="e31" row="e38">
  2654. <conditionalStyleRefs>
  2655. <conditionalStyleRef refConditionalStyle="&lt;0"/>
  2656. </conditionalStyleRefs>
  2657. </crosstabIntersection>
  2658. <crosstabIntersection column="e31" row="e39">
  2659. <conditionalStyleRefs>
  2660. <conditionalStyleRef refConditionalStyle="&lt;0"/>
  2661. </conditionalStyleRefs>
  2662. </crosstabIntersection>
  2663. <crosstabIntersection column="e30" row="e42">
  2664. <conditionalStyleRefs>
  2665. <conditionalStyleRef refConditionalStyle="&lt;0"/>
  2666. </conditionalStyleRefs>
  2667. </crosstabIntersection>
  2668. <crosstabIntersection column="e31" row="e42">
  2669. <conditionalStyleRefs>
  2670. <conditionalStyleRef refConditionalStyle="&lt;0"/>
  2671. </conditionalStyleRefs>
  2672. </crosstabIntersection>
  2673. </crosstabIntersections>
  2674. <conditionalStyleRefs>
  2675. <conditionalStyleRef refConditionalStyle="Anzeige_Monat"/>
  2676. </conditionalStyleRefs>
  2677. </crosstab>
  2678. </contents>
  2679. <conditionalStyleRefs>
  2680. <conditionalStyleRef refConditionalStyle="Kumuliert"/>
  2681. </conditionalStyleRefs>
  2682. </tableCell>
  2683. </tableCells>
  2684. </tableRow>
  2685. <tableRow>
  2686. <tableCells>
  2687. <tableCell>
  2688. <contents>
  2689. <crosstab horizontalPagination="true" name="ktMain4" refQuery="qry_MainZeitraum" rowsPerPage="5000">
  2690. <crosstabCorner>
  2691. <contents/>
  2692. <style>
  2693. <defaultStyles>
  2694. <defaultStyle refStyle="xm"/>
  2695. </defaultStyles>
  2696. </style>
  2697. </crosstabCorner>
  2698. <noDataHandler>
  2699. <contents>
  2700. <block>
  2701. <contents>
  2702. <textItem>
  2703. <dataSource>
  2704. <staticValue>Keine Daten verfügbar</staticValue>
  2705. </dataSource>
  2706. <style>
  2707. <CSS value="padding:10px 18px;"/>
  2708. </style>
  2709. </textItem>
  2710. </contents>
  2711. </block>
  2712. </contents>
  2713. </noDataHandler>
  2714. <style>
  2715. <CSS value="border-collapse:collapse"/>
  2716. <defaultStyles>
  2717. <defaultStyle refStyle="xt"/>
  2718. </defaultStyles>
  2719. </style>
  2720. <crosstabFactCell>
  2721. <contents>
  2722. <textItem>
  2723. <dataSource>
  2724. <cellValue/>
  2725. </dataSource>
  2726. </textItem>
  2727. </contents>
  2728. <style>
  2729. <defaultStyles>
  2730. <defaultStyle refStyle="mv"/>
  2731. </defaultStyles>
  2732. </style>
  2733. </crosstabFactCell>
  2734. <crosstabRows>
  2735. <crosstabNode>
  2736. <crosstabNestedNodes>
  2737. <crosstabNode>
  2738. <crosstabNodeMembers>
  2739. <crosstabNodeMember edgeLocation="e34" refDataItem="Menge">
  2740. <style>
  2741. <CSS value="font-weight:normal;border:0.75pt solid silver"/>
  2742. <defaultStyles>
  2743. <defaultStyle refStyle="cls15"/>
  2744. </defaultStyles>
  2745. </style>
  2746. <contents>
  2747. <textItem>
  2748. <dataSource>
  2749. <memberCaption/>
  2750. </dataSource>
  2751. </textItem>
  2752. </contents>
  2753. <factCell>
  2754. <style>
  2755. <CSS value="border:0.75pt solid silver"/>
  2756. <defaultStyles>
  2757. <defaultStyle refStyle="cls15"/>
  2758. </defaultStyles>
  2759. </style>
  2760. </factCell>
  2761. </crosstabNodeMember>
  2762. </crosstabNodeMembers>
  2763. </crosstabNode>
  2764. <crosstabNode>
  2765. <crosstabNodeMembers>
  2766. <crosstabNodeMember edgeLocation="e35" refDataItem="Erlös FZG">
  2767. <style>
  2768. <defaultStyles>
  2769. <defaultStyle refStyle="ml"/>
  2770. </defaultStyles>
  2771. <CSS value="background-color:white;font-weight:normal;border:0.75pt solid silver"/>
  2772. </style>
  2773. <contents>
  2774. <textItem>
  2775. <dataSource>
  2776. <memberCaption/>
  2777. </dataSource>
  2778. </textItem>
  2779. </contents>
  2780. <factCell>
  2781. <style>
  2782. <CSS value="font-weight:normal;border:0.75pt solid silver"/>
  2783. </style>
  2784. </factCell>
  2785. </crosstabNodeMember>
  2786. </crosstabNodeMembers>
  2787. </crosstabNode>
  2788. <crosstabNode>
  2789. <crosstabNodeMembers>
  2790. <crosstabNodeMember edgeLocation="e36" refDataItem="Einsatz FZG">
  2791. <style>
  2792. <defaultStyles>
  2793. <defaultStyle refStyle="ml"/>
  2794. </defaultStyles>
  2795. <CSS value="background-color:white;font-weight:normal;border:0.75pt solid silver"/>
  2796. </style>
  2797. <contents>
  2798. <textItem>
  2799. <dataSource>
  2800. <memberCaption/>
  2801. </dataSource>
  2802. </textItem>
  2803. </contents>
  2804. <factCell>
  2805. <style>
  2806. <CSS value="font-weight:normal;border:0.75pt solid silver"/>
  2807. </style>
  2808. </factCell>
  2809. </crosstabNodeMember>
  2810. </crosstabNodeMembers>
  2811. </crosstabNode>
  2812. <crosstabNode>
  2813. <crosstabNodeMembers>
  2814. <crosstabNodeMember edgeLocation="e37" refDataItem="DB 1">
  2815. <contents>
  2816. <textItem>
  2817. <dataSource>
  2818. <memberCaption/>
  2819. </dataSource>
  2820. </textItem>
  2821. </contents>
  2822. <factCell>
  2823. <style>
  2824. <defaultStyles>
  2825. <defaultStyle refStyle="cls1"/>
  2826. </defaultStyles>
  2827. <CSS value="font-weight:normal;border:0.75pt solid silver"/>
  2828. </style>
  2829. </factCell>
  2830. <style>
  2831. <defaultStyles>
  2832. <defaultStyle refStyle="cls1"/>
  2833. </defaultStyles>
  2834. <CSS value="font-weight:normal;border:0.75pt solid silver"/>
  2835. </style>
  2836. </crosstabNodeMember>
  2837. </crosstabNodeMembers>
  2838. </crosstabNode>
  2839. <crosstabNode>
  2840. <crosstabNodeMembers>
  2841. <crosstabNodeMember edgeLocation="e38" refDataItem="DB 1 %">
  2842. <contents>
  2843. <textItem>
  2844. <dataSource>
  2845. <memberCaption/>
  2846. </dataSource>
  2847. </textItem>
  2848. </contents>
  2849. <factCell>
  2850. <style>
  2851. <defaultStyles>
  2852. <defaultStyle refStyle="cls5"/>
  2853. </defaultStyles>
  2854. <CSS value="font-weight:normal;border:0.75pt solid silver"/>
  2855. </style>
  2856. </factCell>
  2857. <style>
  2858. <defaultStyles>
  2859. <defaultStyle refStyle="cls5"/>
  2860. </defaultStyles>
  2861. <CSS value="font-weight:normal;border:0.75pt solid silver"/>
  2862. </style>
  2863. </crosstabNodeMember>
  2864. </crosstabNodeMembers>
  2865. </crosstabNode>
  2866. <crosstabNode>
  2867. <crosstabNodeMembers>
  2868. <crosstabNodeMember edgeLocation="e39" refDataItem="durchschn. DB">
  2869. <style>
  2870. <defaultStyles>
  2871. <defaultStyle refStyle="ml"/>
  2872. </defaultStyles>
  2873. <CSS value="background-color:white;font-weight:normal;border:0.75pt solid silver"/>
  2874. </style>
  2875. <contents>
  2876. <textItem>
  2877. <dataSource>
  2878. <memberCaption/>
  2879. </dataSource>
  2880. </textItem>
  2881. </contents>
  2882. <factCell>
  2883. <style>
  2884. <CSS value="font-weight:normal;border:0.75pt solid silver"/>
  2885. </style>
  2886. </factCell>
  2887. </crosstabNodeMember>
  2888. </crosstabNodeMembers>
  2889. </crosstabNode>
  2890. <crosstabNode>
  2891. <crosstabNodeMembers>
  2892. <crosstabNodeMember edgeLocation="e40" refDataItem="Erlös / Stk.1">
  2893. <style>
  2894. <defaultStyles>
  2895. <defaultStyle refStyle="ml"/>
  2896. </defaultStyles>
  2897. <CSS value="background-color:white;font-weight:normal;border:0.75pt solid silver"/>
  2898. </style>
  2899. <contents>
  2900. <textItem>
  2901. <dataSource>
  2902. <memberCaption/>
  2903. </dataSource>
  2904. </textItem>
  2905. </contents>
  2906. <factCell>
  2907. <style>
  2908. <CSS value="font-weight:normal;border:0.75pt solid silver"/>
  2909. </style>
  2910. </factCell>
  2911. </crosstabNodeMember>
  2912. </crosstabNodeMembers>
  2913. </crosstabNode>
  2914. <crosstabNode>
  2915. <crosstabNodeMembers>
  2916. <crosstabNodeMember edgeLocation="e41" refDataItem="Boni">
  2917. <style>
  2918. <defaultStyles>
  2919. <defaultStyle refStyle="ml"/>
  2920. </defaultStyles>
  2921. <CSS value="background-color:white;font-weight:normal;border:0.75pt solid silver"/>
  2922. </style>
  2923. <contents>
  2924. <textItem>
  2925. <dataSource>
  2926. <memberCaption/>
  2927. </dataSource>
  2928. </textItem>
  2929. </contents>
  2930. <factCell>
  2931. <style>
  2932. <CSS value="font-weight:normal;border:0.75pt solid silver"/>
  2933. </style>
  2934. </factCell>
  2935. </crosstabNodeMember>
  2936. </crosstabNodeMembers>
  2937. </crosstabNode>
  2938. <crosstabNode>
  2939. <crosstabNodeMembers>
  2940. <crosstabNodeMember edgeLocation="e42" refDataItem="Nachlass %">
  2941. <style>
  2942. <defaultStyles>
  2943. <defaultStyle refStyle="ml"/>
  2944. </defaultStyles>
  2945. <CSS value="background-color:white;font-weight:normal;border:0.75pt solid silver"/>
  2946. </style>
  2947. <contents>
  2948. <textItem>
  2949. <dataSource>
  2950. <memberCaption/>
  2951. </dataSource>
  2952. </textItem>
  2953. </contents>
  2954. <factCell>
  2955. <style>
  2956. <CSS value="font-weight:normal;border:0.75pt solid silver"/>
  2957. </style>
  2958. </factCell>
  2959. </crosstabNodeMember>
  2960. </crosstabNodeMembers>
  2961. </crosstabNode>
  2962. <crosstabNode>
  2963. <crosstabNodeMembers>
  2964. <crosstabNodeMember edgeLocation="e43" refDataItem="Standtage">
  2965. <style>
  2966. <defaultStyles>
  2967. <defaultStyle refStyle="ml"/>
  2968. </defaultStyles>
  2969. <CSS value="background-color:white;font-weight:normal;border:0.75pt solid silver"/>
  2970. </style>
  2971. <contents>
  2972. <textItem>
  2973. <dataSource>
  2974. <memberCaption/>
  2975. </dataSource>
  2976. </textItem>
  2977. </contents>
  2978. <factCell>
  2979. <style>
  2980. <CSS value="font-weight:normal;border:0.75pt solid silver"/>
  2981. </style>
  2982. </factCell>
  2983. </crosstabNodeMember>
  2984. </crosstabNodeMembers>
  2985. </crosstabNode>
  2986. </crosstabNestedNodes>
  2987. <crosstabNodeMembers>
  2988. <crosstabNodeMember edgeLocation="e33" refDataItem="Fabrikat">
  2989. <style>
  2990. <defaultStyles>
  2991. <defaultStyle refStyle="ml"/>
  2992. </defaultStyles>
  2993. <CSS value="background-color:white;font-weight:normal"/>
  2994. </style>
  2995. <contents>
  2996. <textItem>
  2997. <dataSource>
  2998. <memberCaption/>
  2999. </dataSource>
  3000. </textItem>
  3001. </contents>
  3002. <factCell>
  3003. <style>
  3004. <CSS value="font-weight:normal;border:0.75pt solid silver"/>
  3005. </style>
  3006. </factCell>
  3007. </crosstabNodeMember>
  3008. </crosstabNodeMembers>
  3009. </crosstabNode>
  3010. </crosstabRows>
  3011. <crosstabColumns>
  3012. <crosstabNode>
  3013. <crosstabNestedNodes>
  3014. <crosstabNode>
  3015. <crosstabNestedNodes>
  3016. <crosstabNode>
  3017. <crosstabNodeMembers>
  3018. <crosstabNodeMember edgeLocation="e20" refDataItem="agg_Von_Bis">
  3019. <style>
  3020. <defaultStyles>
  3021. <defaultStyle refStyle="ml"/>
  3022. </defaultStyles>
  3023. <CSS value="background-color:white;font-weight:bold;border:0.75pt solid silver"/>
  3024. </style>
  3025. <contents>
  3026. <textItem>
  3027. <dataSource>
  3028. <staticValue>Zeitraum</staticValue>
  3029. </dataSource>
  3030. </textItem>
  3031. </contents>
  3032. <factCell>
  3033. <style>
  3034. <CSS value="font-weight:normal;border:0.75pt solid silver"/>
  3035. </style>
  3036. </factCell>
  3037. <conditionalStyleRefs>
  3038. <conditionalStyleRef refConditionalStyle="Zeitraum"/>
  3039. </conditionalStyleRefs>
  3040. </crosstabNodeMember>
  3041. </crosstabNodeMembers>
  3042. </crosstabNode>
  3043. <crosstabNode>
  3044. <crosstabNodeMembers>
  3045. <crosstabNodeMember edgeLocation="e21" refDataItem="agg_Von_BisVJ">
  3046. <style>
  3047. <defaultStyles>
  3048. <defaultStyle refStyle="ml"/>
  3049. </defaultStyles>
  3050. <CSS value="background-color:white;font-weight:bold;border:0.75pt solid silver"/>
  3051. </style>
  3052. <contents>
  3053. <textItem>
  3054. <dataSource>
  3055. <staticValue>Zeitraum VJ</staticValue>
  3056. </dataSource>
  3057. </textItem>
  3058. </contents>
  3059. <factCell>
  3060. <style>
  3061. <CSS value="font-weight:normal;border:0.75pt solid silver"/>
  3062. </style>
  3063. </factCell>
  3064. <conditionalStyleRefs>
  3065. <conditionalStyleRef refConditionalStyle="Zeitraum"/>
  3066. </conditionalStyleRefs>
  3067. </crosstabNodeMember>
  3068. </crosstabNodeMembers>
  3069. </crosstabNode>
  3070. <crosstabNode>
  3071. <crosstabNodeMembers>
  3072. <crosstabNodeMember edgeLocation="e22" refDataItem="Abw_Von_Bis">
  3073. <style>
  3074. <defaultStyles>
  3075. <defaultStyle refStyle="ml"/>
  3076. </defaultStyles>
  3077. <CSS value="background-color:white;font-weight:bold;border:0.75pt solid silver"/>
  3078. </style>
  3079. <contents>
  3080. <textItem>
  3081. <dataSource>
  3082. <staticValue>Abw.</staticValue>
  3083. </dataSource>
  3084. </textItem>
  3085. </contents>
  3086. <factCell>
  3087. <style>
  3088. <CSS value="font-weight:normal;border:0.75pt solid silver"/>
  3089. </style>
  3090. </factCell>
  3091. <conditionalStyleRefs>
  3092. <conditionalStyleRef refConditionalStyle="Zeitraum"/>
  3093. </conditionalStyleRefs>
  3094. </crosstabNodeMember>
  3095. </crosstabNodeMembers>
  3096. </crosstabNode>
  3097. <crosstabNode>
  3098. <crosstabNodeMembers>
  3099. <crosstabNodeMember edgeLocation="e10" refDataItem="Abw. % VB">
  3100. <style>
  3101. <defaultStyles>
  3102. <defaultStyle refStyle="ml"/>
  3103. </defaultStyles>
  3104. <CSS value="background-color:white;font-weight:bold;border:0.75pt solid silver"/>
  3105. </style>
  3106. <contents>
  3107. <textItem>
  3108. <dataSource>
  3109. <staticValue>% Abw.</staticValue>
  3110. </dataSource>
  3111. </textItem>
  3112. </contents>
  3113. <factCell>
  3114. <style>
  3115. <CSS value="font-weight:normal;border:0.75pt solid silver"/>
  3116. <dataFormat>
  3117. <percentFormat decimalSize="1" percentSymbol="%" whenAnyError="0" whenDivideZero="0" whenMissing="0" whenNotApplicable="0" whenNumericOverflow="0" whenZero="0"/>
  3118. </dataFormat>
  3119. </style>
  3120. <conditionalStyleRefs>
  3121. <conditionalStyleRef refConditionalStyle="Zeitraum"/>
  3122. </conditionalStyleRefs>
  3123. </factCell>
  3124. <conditionalStyleRefs>
  3125. <conditionalStyleRef refConditionalStyle="Zeitraum"/>
  3126. </conditionalStyleRefs>
  3127. </crosstabNodeMember>
  3128. </crosstabNodeMembers>
  3129. </crosstabNode>
  3130. </crosstabNestedNodes>
  3131. <crosstabNodeMembers>
  3132. <crosstabNodeMember edgeLocation="e16" refDataItem="AH-Gruppe">
  3133. <style>
  3134. <defaultStyles>
  3135. <defaultStyle refStyle="ml"/>
  3136. </defaultStyles>
  3137. <CSS value="background-color:#CDD4DA;font-weight:bold;border:0.75pt solid silver"/>
  3138. </style>
  3139. <contents>
  3140. <textItem>
  3141. <dataSource>
  3142. <staticValue>Gesamt</staticValue>
  3143. </dataSource>
  3144. </textItem>
  3145. </contents>
  3146. <factCell>
  3147. <style>
  3148. <CSS value="font-weight:normal;border:0.75pt solid silver"/>
  3149. </style>
  3150. </factCell>
  3151. <conditionalStyleRefs>
  3152. <conditionalStyleRef refConditionalStyle="Zeitraum"/>
  3153. </conditionalStyleRefs>
  3154. </crosstabNodeMember>
  3155. </crosstabNodeMembers>
  3156. </crosstabNode>
  3157. <crosstabNode>
  3158. <crosstabNestedNodes>
  3159. <crosstabNode>
  3160. <crosstabNodeMembers>
  3161. <crosstabNodeMember edgeLocation="e23" refDataItem="agg_Von_Bis">
  3162. <style>
  3163. <defaultStyles>
  3164. <defaultStyle refStyle="ml"/>
  3165. </defaultStyles>
  3166. <CSS value="background-color:white;font-weight:bold;border:0.75pt solid silver"/>
  3167. </style>
  3168. <contents>
  3169. <textItem>
  3170. <dataSource>
  3171. <staticValue>Zeitraum</staticValue>
  3172. </dataSource>
  3173. </textItem>
  3174. </contents>
  3175. <factCell>
  3176. <style>
  3177. <CSS value="font-weight:normal;border:0.75pt solid silver"/>
  3178. </style>
  3179. </factCell>
  3180. <conditionalStyleRefs>
  3181. <conditionalStyleRef refConditionalStyle="Zeitraum"/>
  3182. </conditionalStyleRefs>
  3183. </crosstabNodeMember>
  3184. </crosstabNodeMembers>
  3185. </crosstabNode>
  3186. <crosstabNode>
  3187. <crosstabNodeMembers>
  3188. <crosstabNodeMember edgeLocation="e24" refDataItem="agg_Von_BisVJ">
  3189. <style>
  3190. <defaultStyles>
  3191. <defaultStyle refStyle="ml"/>
  3192. </defaultStyles>
  3193. <CSS value="background-color:white;font-weight:bold;border:0.75pt solid silver"/>
  3194. </style>
  3195. <contents>
  3196. <textItem>
  3197. <dataSource>
  3198. <staticValue>Zeitraum VJ</staticValue>
  3199. </dataSource>
  3200. </textItem>
  3201. </contents>
  3202. <factCell>
  3203. <style>
  3204. <CSS value="font-weight:normal;border:0.75pt solid silver"/>
  3205. </style>
  3206. </factCell>
  3207. <conditionalStyleRefs>
  3208. <conditionalStyleRef refConditionalStyle="Zeitraum"/>
  3209. </conditionalStyleRefs>
  3210. </crosstabNodeMember>
  3211. </crosstabNodeMembers>
  3212. </crosstabNode>
  3213. <crosstabNode>
  3214. <crosstabNodeMembers>
  3215. <crosstabNodeMember edgeLocation="e25" refDataItem="Abw_Von_Bis">
  3216. <style>
  3217. <defaultStyles>
  3218. <defaultStyle refStyle="ml"/>
  3219. </defaultStyles>
  3220. <CSS value="background-color:white;font-weight:bold;border:0.75pt solid silver"/>
  3221. </style>
  3222. <contents>
  3223. <textItem>
  3224. <dataSource>
  3225. <staticValue>Abw.</staticValue>
  3226. </dataSource>
  3227. </textItem>
  3228. </contents>
  3229. <factCell>
  3230. <style>
  3231. <CSS value="font-weight:normal;border:0.75pt solid silver"/>
  3232. </style>
  3233. </factCell>
  3234. <conditionalStyleRefs>
  3235. <conditionalStyleRef refConditionalStyle="Zeitraum"/>
  3236. </conditionalStyleRefs>
  3237. </crosstabNodeMember>
  3238. </crosstabNodeMembers>
  3239. </crosstabNode>
  3240. <crosstabNode>
  3241. <crosstabNodeMembers>
  3242. <crosstabNodeMember edgeLocation="e27" refDataItem="Abw. % VB">
  3243. <style>
  3244. <defaultStyles>
  3245. <defaultStyle refStyle="ml"/>
  3246. </defaultStyles>
  3247. <CSS value="background-color:white;font-weight:bold;border:0.75pt solid silver"/>
  3248. </style>
  3249. <contents>
  3250. <textItem>
  3251. <dataSource>
  3252. <staticValue>% Abw.</staticValue>
  3253. </dataSource>
  3254. </textItem>
  3255. </contents>
  3256. <factCell>
  3257. <style>
  3258. <CSS value="font-weight:normal;border:0.75pt solid silver"/>
  3259. <dataFormat>
  3260. <percentFormat decimalSize="1" percentSymbol="%" whenAnyError="0" whenDivideZero="0" whenMissing="0" whenNotApplicable="0" whenNumericOverflow="0" whenZero="0"/>
  3261. </dataFormat>
  3262. </style>
  3263. <conditionalStyleRefs>
  3264. <conditionalStyleRef refConditionalStyle="Zeitraum"/>
  3265. </conditionalStyleRefs>
  3266. </factCell>
  3267. <conditionalStyleRefs>
  3268. <conditionalStyleRef refConditionalStyle="Zeitraum"/>
  3269. </conditionalStyleRefs>
  3270. </crosstabNodeMember>
  3271. </crosstabNodeMembers>
  3272. </crosstabNode>
  3273. </crosstabNestedNodes>
  3274. <crosstabNodeMembers>
  3275. <crosstabNodeMember edgeLocation="e1" refDataItem="Fabrikat2">
  3276. <style>
  3277. <defaultStyles>
  3278. <defaultStyle refStyle="ml"/>
  3279. </defaultStyles>
  3280. <CSS value="background-color:white;font-weight:bold"/>
  3281. </style>
  3282. <contents>
  3283. <textItem>
  3284. <dataSource>
  3285. <memberCaption/>
  3286. </dataSource>
  3287. </textItem>
  3288. </contents>
  3289. <factCell>
  3290. <style>
  3291. <CSS value="font-weight:normal;border:0.75pt solid silver"/>
  3292. </style>
  3293. <conditionalStyleRefs>
  3294. <conditionalStyleRef refConditionalStyle="Zeitraum"/>
  3295. </conditionalStyleRefs>
  3296. </factCell>
  3297. <conditionalStyleRefs>
  3298. <conditionalStyleRef refConditionalStyle="Zeitraum"/>
  3299. </conditionalStyleRefs>
  3300. </crosstabNodeMember>
  3301. </crosstabNodeMembers>
  3302. </crosstabNode>
  3303. </crosstabNestedNodes>
  3304. <crosstabNodeMembers>
  3305. <crosstabSpacer edgeLocation="s2" renderFactCells="true">
  3306. <contents>
  3307. <textItem>
  3308. <dataSource>
  3309. <reportExpression>ParamDisplayValue(&quot;p_Von&quot;) + &quot; - &quot; + ParamDisplayValue(&quot;p_Bis&quot;)</reportExpression>
  3310. </dataSource>
  3311. </textItem>
  3312. </contents>
  3313. <factCell>
  3314. <conditionalStyleRefs>
  3315. <conditionalStyleRef refConditionalStyle="Zeitraum"/>
  3316. </conditionalStyleRefs>
  3317. </factCell>
  3318. <style>
  3319. <CSS value="background-color:white;font-weight:bold;text-align:center"/>
  3320. <defaultStyles>
  3321. <defaultStyle refStyle="ml"/>
  3322. </defaultStyles>
  3323. </style>
  3324. <conditionalStyleRefs>
  3325. <conditionalStyleRef refConditionalStyle="Zeitraum"/>
  3326. </conditionalStyleRefs>
  3327. </crosstabSpacer>
  3328. </crosstabNodeMembers>
  3329. </crosstabNode>
  3330. </crosstabColumns>
  3331. <crosstabSuppress/>
  3332. <crosstabIntersections>
  3333. <crosstabIntersection column="e22" row="e34">
  3334. <conditionalStyleRefs>
  3335. <conditionalStyleRef refConditionalStyle="&lt;0"/>
  3336. </conditionalStyleRefs>
  3337. </crosstabIntersection>
  3338. <crosstabIntersection column="e25" row="e34">
  3339. <conditionalStyleRefs>
  3340. <conditionalStyleRef refConditionalStyle="&lt;0"/>
  3341. </conditionalStyleRefs>
  3342. </crosstabIntersection>
  3343. <crosstabIntersection column="e22" row="e35">
  3344. <conditionalStyleRefs>
  3345. <conditionalStyleRef refConditionalStyle="&lt;0"/>
  3346. </conditionalStyleRefs>
  3347. </crosstabIntersection>
  3348. <crosstabIntersection column="e25" row="e35">
  3349. <conditionalStyleRefs>
  3350. <conditionalStyleRef refConditionalStyle="&lt;0"/>
  3351. </conditionalStyleRefs>
  3352. </crosstabIntersection>
  3353. <crosstabIntersection column="e22" row="e37">
  3354. <conditionalStyleRefs>
  3355. <conditionalStyleRef refConditionalStyle="&lt;0"/>
  3356. </conditionalStyleRefs>
  3357. </crosstabIntersection>
  3358. <crosstabIntersection column="e25" row="e37">
  3359. <conditionalStyleRefs>
  3360. <conditionalStyleRef refConditionalStyle="&lt;0"/>
  3361. </conditionalStyleRefs>
  3362. </crosstabIntersection>
  3363. <crosstabIntersection column="e22" row="e38">
  3364. <conditionalStyleRefs>
  3365. <conditionalStyleRef refConditionalStyle="&lt;0"/>
  3366. </conditionalStyleRefs>
  3367. </crosstabIntersection>
  3368. <crosstabIntersection column="e25" row="e38">
  3369. <conditionalStyleRefs>
  3370. <conditionalStyleRef refConditionalStyle="&lt;0"/>
  3371. </conditionalStyleRefs>
  3372. </crosstabIntersection>
  3373. <crosstabIntersection column="e22" row="e39">
  3374. <conditionalStyleRefs>
  3375. <conditionalStyleRef refConditionalStyle="&lt;0"/>
  3376. </conditionalStyleRefs>
  3377. </crosstabIntersection>
  3378. <crosstabIntersection column="e25" row="e39">
  3379. <conditionalStyleRefs>
  3380. <conditionalStyleRef refConditionalStyle="&lt;0"/>
  3381. </conditionalStyleRefs>
  3382. </crosstabIntersection>
  3383. <crosstabIntersection column="e22" row="e40">
  3384. <conditionalStyleRefs>
  3385. <conditionalStyleRef refConditionalStyle="&lt;0"/>
  3386. </conditionalStyleRefs>
  3387. </crosstabIntersection>
  3388. <crosstabIntersection column="e25" row="e40">
  3389. <conditionalStyleRefs>
  3390. <conditionalStyleRef refConditionalStyle="&lt;0"/>
  3391. </conditionalStyleRefs>
  3392. </crosstabIntersection>
  3393. <crosstabIntersection column="e22" row="e41">
  3394. <conditionalStyleRefs>
  3395. <conditionalStyleRef refConditionalStyle="&gt;0"/>
  3396. </conditionalStyleRefs>
  3397. </crosstabIntersection>
  3398. <crosstabIntersection column="e25" row="e41">
  3399. <conditionalStyleRefs>
  3400. <conditionalStyleRef refConditionalStyle="&gt;0"/>
  3401. </conditionalStyleRefs>
  3402. </crosstabIntersection>
  3403. <crosstabIntersection column="e22" row="e42">
  3404. <conditionalStyleRefs>
  3405. <conditionalStyleRef refConditionalStyle="&lt;0"/>
  3406. </conditionalStyleRefs>
  3407. </crosstabIntersection>
  3408. <crosstabIntersection column="e25" row="e42">
  3409. <conditionalStyleRefs>
  3410. <conditionalStyleRef refConditionalStyle="&lt;0"/>
  3411. </conditionalStyleRefs>
  3412. </crosstabIntersection>
  3413. <crosstabIntersection column="e22" row="e43">
  3414. <conditionalStyleRefs>
  3415. <conditionalStyleRef refConditionalStyle="&gt;0"/>
  3416. </conditionalStyleRefs>
  3417. </crosstabIntersection>
  3418. <crosstabIntersection column="e25" row="e43">
  3419. <conditionalStyleRefs>
  3420. <conditionalStyleRef refConditionalStyle="&gt;0"/>
  3421. </conditionalStyleRefs>
  3422. </crosstabIntersection>
  3423. <crosstabIntersection column="e10" row="e34">
  3424. <conditionalStyleRefs>
  3425. <conditionalStyleRef refConditionalStyle="&lt;0"/>
  3426. </conditionalStyleRefs>
  3427. </crosstabIntersection>
  3428. <crosstabIntersection column="e10" row="e35">
  3429. <conditionalStyleRefs>
  3430. <conditionalStyleRef refConditionalStyle="&lt;0"/>
  3431. </conditionalStyleRefs>
  3432. </crosstabIntersection>
  3433. <crosstabIntersection column="e10" row="e37">
  3434. <conditionalStyleRefs>
  3435. <conditionalStyleRef refConditionalStyle="&lt;0"/>
  3436. </conditionalStyleRefs>
  3437. </crosstabIntersection>
  3438. <crosstabIntersection column="e10" row="e38">
  3439. <conditionalStyleRefs>
  3440. <conditionalStyleRef refConditionalStyle="&lt;0"/>
  3441. </conditionalStyleRefs>
  3442. </crosstabIntersection>
  3443. <crosstabIntersection column="e10" row="e39">
  3444. <conditionalStyleRefs>
  3445. <conditionalStyleRef refConditionalStyle="&lt;0"/>
  3446. </conditionalStyleRefs>
  3447. </crosstabIntersection>
  3448. <crosstabIntersection column="e10" row="e40">
  3449. <conditionalStyleRefs>
  3450. <conditionalStyleRef refConditionalStyle="&lt;0"/>
  3451. </conditionalStyleRefs>
  3452. </crosstabIntersection>
  3453. <crosstabIntersection column="e10" row="e41">
  3454. <conditionalStyleRefs>
  3455. <conditionalStyleRef refConditionalStyle="&gt;0"/>
  3456. </conditionalStyleRefs>
  3457. </crosstabIntersection>
  3458. <crosstabIntersection column="e10" row="e42">
  3459. <conditionalStyleRefs>
  3460. <conditionalStyleRef refConditionalStyle="&lt;0"/>
  3461. </conditionalStyleRefs>
  3462. </crosstabIntersection>
  3463. <crosstabIntersection column="e10" row="e43">
  3464. <conditionalStyleRefs>
  3465. <conditionalStyleRef refConditionalStyle="&gt;0"/>
  3466. </conditionalStyleRefs>
  3467. </crosstabIntersection>
  3468. <crosstabIntersection column="e27" row="e34">
  3469. <conditionalStyleRefs>
  3470. <conditionalStyleRef refConditionalStyle="&lt;0"/>
  3471. </conditionalStyleRefs>
  3472. </crosstabIntersection>
  3473. <crosstabIntersection column="e27" row="e35">
  3474. <conditionalStyleRefs>
  3475. <conditionalStyleRef refConditionalStyle="&lt;0"/>
  3476. </conditionalStyleRefs>
  3477. </crosstabIntersection>
  3478. <crosstabIntersection column="e27" row="e37">
  3479. <conditionalStyleRefs>
  3480. <conditionalStyleRef refConditionalStyle="&lt;0"/>
  3481. </conditionalStyleRefs>
  3482. </crosstabIntersection>
  3483. <crosstabIntersection column="e27" row="e38">
  3484. <conditionalStyleRefs>
  3485. <conditionalStyleRef refConditionalStyle="&lt;0"/>
  3486. </conditionalStyleRefs>
  3487. </crosstabIntersection>
  3488. <crosstabIntersection column="e27" row="e39">
  3489. <conditionalStyleRefs>
  3490. <conditionalStyleRef refConditionalStyle="&lt;0"/>
  3491. </conditionalStyleRefs>
  3492. </crosstabIntersection>
  3493. <crosstabIntersection column="e27" row="e40">
  3494. <conditionalStyleRefs>
  3495. <conditionalStyleRef refConditionalStyle="&lt;0"/>
  3496. </conditionalStyleRefs>
  3497. </crosstabIntersection>
  3498. <crosstabIntersection column="e27" row="e41">
  3499. <conditionalStyleRefs>
  3500. <conditionalStyleRef refConditionalStyle="&gt;0"/>
  3501. </conditionalStyleRefs>
  3502. </crosstabIntersection>
  3503. <crosstabIntersection column="e27" row="e42">
  3504. <conditionalStyleRefs>
  3505. <conditionalStyleRef refConditionalStyle="&lt;0"/>
  3506. </conditionalStyleRefs>
  3507. </crosstabIntersection>
  3508. <crosstabIntersection column="e27" row="e43">
  3509. <conditionalStyleRefs>
  3510. <conditionalStyleRef refConditionalStyle="&gt;0"/>
  3511. </conditionalStyleRefs>
  3512. </crosstabIntersection>
  3513. </crosstabIntersections>
  3514. <conditionalStyleRefs>
  3515. <conditionalStyleRef refConditionalStyle="Zeitraum"/>
  3516. </conditionalStyleRefs>
  3517. </crosstab>
  3518. </contents>
  3519. <conditionalStyleRefs>
  3520. <conditionalStyleRef refConditionalStyle="Zeitraum"/>
  3521. </conditionalStyleRefs>
  3522. </tableCell>
  3523. </tableCells>
  3524. </tableRow>
  3525. </tableRows>
  3526. </table>
  3527. </contents>
  3528. <style>
  3529. <defaultStyles>
  3530. <defaultStyle refStyle="pb"/>
  3531. </defaultStyles>
  3532. </style>
  3533. </pageBody>
  3534. <style>
  3535. <defaultStyles>
  3536. <defaultStyle refStyle="pg"/>
  3537. </defaultStyles>
  3538. </style>
  3539. <pageHeader>
  3540. <contents>
  3541. <table>
  3542. <style>
  3543. <defaultStyles>
  3544. <defaultStyle refStyle="tb"/>
  3545. </defaultStyles>
  3546. <CSS value="border-collapse:collapse;width:100%"/>
  3547. </style>
  3548. <tableRows>
  3549. <tableRow>
  3550. <tableCells>
  3551. <tableCell>
  3552. <contents>
  3553. <image>
  3554. <dataSource>
  3555. <staticValue>/bi/samples/images/GC_LOGO/LOGO.png</staticValue>
  3556. </dataSource>
  3557. <style>
  3558. <CSS value="height:40px"/>
  3559. </style>
  3560. </image>
  3561. </contents>
  3562. <style>
  3563. <CSS value="width:250px;padding-top:20px;padding-bottom:20px;padding-left:20px"/>
  3564. </style>
  3565. </tableCell>
  3566. <tableCell>
  3567. <contents>
  3568. <table>
  3569. <style>
  3570. <defaultStyles>
  3571. <defaultStyle refStyle="tb"/>
  3572. </defaultStyles>
  3573. <CSS value="border-collapse:collapse;height:100%"/>
  3574. </style>
  3575. <tableRows>
  3576. <tableRow>
  3577. <tableCells>
  3578. <tableCell>
  3579. <contents>
  3580. <textItem>
  3581. <dataSource>
  3582. <staticValue>NW.06 Markenvergleich Neuwagen per </staticValue>
  3583. </dataSource>
  3584. <style>
  3585. <CSS value="font-size:22pt;padding-left:20px"/>
  3586. </style>
  3587. </textItem>
  3588. </contents>
  3589. <style>
  3590. <CSS value="text-align:left;vertical-align:top"/>
  3591. </style>
  3592. </tableCell>
  3593. <tableCell>
  3594. <contents>
  3595. <singleton name="Singleton7" refQuery="Abfrage2">
  3596. <contents>
  3597. <textItem>
  3598. <dataSource>
  3599. <dataItemValue refDataItem="Tag"/>
  3600. </dataSource>
  3601. </textItem>
  3602. </contents>
  3603. </singleton>
  3604. </contents>
  3605. <style>
  3606. <CSS value="text-align:left;vertical-align:top;font-size:22pt"/>
  3607. </style>
  3608. </tableCell>
  3609. </tableCells>
  3610. </tableRow>
  3611. </tableRows>
  3612. </table>
  3613. </contents>
  3614. <style>
  3615. <CSS value="text-align:left;width:12%;vertical-align:middle"/>
  3616. <defaultStyles>
  3617. <defaultStyle refStyle="GuidedLayoutBottomPadding"/>
  3618. <defaultStyle refStyle="GuidedLayoutLeftPadding"/>
  3619. <defaultStyle refStyle="GuidedLayoutRightPadding"/>
  3620. </defaultStyles>
  3621. </style>
  3622. </tableCell>
  3623. <tableCell>
  3624. <contents/>
  3625. <style>
  3626. <CSS value="text-align:left;vertical-align:middle"/>
  3627. </style>
  3628. </tableCell>
  3629. </tableCells>
  3630. </tableRow>
  3631. <tableRow>
  3632. <tableCells>
  3633. <tableCell>
  3634. <contents>
  3635. <table>
  3636. <style>
  3637. <defaultStyles>
  3638. <defaultStyle refStyle="tb"/>
  3639. </defaultStyles>
  3640. <CSS value="border-collapse:collapse;width:100%"/>
  3641. </style>
  3642. <tableRows>
  3643. <tableRow>
  3644. <tableCells>
  3645. <tableCell>
  3646. <contents>
  3647. <promptButton type="back">
  3648. <contents/>
  3649. <style>
  3650. <defaultStyles>
  3651. <defaultStyle refStyle="bp"/>
  3652. </defaultStyles>
  3653. </style>
  3654. </promptButton>
  3655. </contents>
  3656. </tableCell>
  3657. <tableCell>
  3658. <contents>
  3659. <selectValue autoSubmit="true" parameter="p_Zeitraum" rowsPerPage="2" selectValueUI="radioGroup">
  3660. <selectOptions>
  3661. <selectOption useValue="[gewählter Monat]">
  3662. <displayValue>Einzelner Monat</displayValue>
  3663. </selectOption>
  3664. <selectOption useValue="[Zeitraum]">
  3665. <displayValue>Kumuliert</displayValue>
  3666. </selectOption>
  3667. </selectOptions>
  3668. <defaultSelections>
  3669. <defaultSimpleSelection>[gewählter Monat]</defaultSimpleSelection>
  3670. </defaultSelections>
  3671. <style>
  3672. <CSS value="height:50px;width:200px"/>
  3673. </style>
  3674. </selectValue>
  3675. </contents>
  3676. <style>
  3677. <CSS value="text-align:left"/>
  3678. </style>
  3679. <conditionalStyleRefs>
  3680. <conditionalStyleRef refConditionalStyle="Anzeige_Zeitraum"/>
  3681. </conditionalStyleRefs>
  3682. </tableCell>
  3683. </tableCells>
  3684. </tableRow>
  3685. </tableRows>
  3686. </table>
  3687. </contents>
  3688. <style>
  3689. <CSS value="padding-top:10px;padding-bottom:10px"/>
  3690. </style>
  3691. </tableCell>
  3692. <tableCell colSpan="2">
  3693. <contents>
  3694. <textItem>
  3695. <dataSource>
  3696. <staticValue>verwendete Filter:</staticValue>
  3697. </dataSource>
  3698. <style>
  3699. <CSS value="padding-left:20px"/>
  3700. </style>
  3701. </textItem>
  3702. <textItem>
  3703. <dataSource>
  3704. <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>
  3705. </dataSource>
  3706. </textItem>
  3707. <textItem>
  3708. <dataSource>
  3709. <reportExpression>if(ParamDisplayValue(&quot;p_Mandant&quot;) is null) then(&quot;&quot;) else(&quot; | &quot;+ParamDisplayValue(&quot;p_Mandant&quot;))</reportExpression>
  3710. </dataSource>
  3711. </textItem>
  3712. <textItem>
  3713. <dataSource>
  3714. <reportExpression>if(ParamDisplayValue(&quot;p_AH&quot;) is null) then(&quot;&quot;) else(&quot; | &quot;+ParamDisplayValue(&quot;p_AH&quot;))</reportExpression>
  3715. </dataSource>
  3716. </textItem>
  3717. <textItem>
  3718. <dataSource>
  3719. <reportExpression>if(ParamDisplayValue(&quot;p_Verkäufer&quot;) is null) then(&quot;&quot;) else(&quot; | &quot;+ParamDisplayValue(&quot;p_Verkäufer&quot;))</reportExpression>
  3720. </dataSource>
  3721. </textItem>
  3722. <textItem>
  3723. <dataSource>
  3724. <reportExpression>if(ParamDisplayValue(&quot;p_Fahrzeugart&quot;) is null) then(&quot;&quot;) else(&quot; | &quot;+ParamDisplayValue(&quot;p_Fahrzeugart&quot;))
  3725. </reportExpression>
  3726. </dataSource>
  3727. </textItem>
  3728. <textItem>
  3729. <dataSource>
  3730. <reportExpression>if(ParamDisplayValue(&quot;p_Fahrzeugtyp&quot;) is null) then(&quot;&quot;) else(&quot; | &quot;+ParamDisplayValue(&quot;p_Fahrzeugtyp&quot;))</reportExpression>
  3731. </dataSource>
  3732. </textItem>
  3733. <textItem>
  3734. <dataSource>
  3735. <reportExpression>if(ParamDisplayValue(&quot;p_Fabrikat&quot;) is null) then(&quot;&quot;) else(&quot; | &quot;+ParamDisplayValue(&quot;p_Fabrikat&quot;))
  3736. </reportExpression>
  3737. </dataSource>
  3738. </textItem>
  3739. <textItem>
  3740. <dataSource>
  3741. <reportExpression>if(ParamDisplayValue(&quot;p_Modell&quot;) is null) then(&quot;&quot;) else(&quot; | &quot;+ParamDisplayValue(&quot;p_Modell&quot;))</reportExpression>
  3742. </dataSource>
  3743. </textItem>
  3744. <textItem>
  3745. <dataSource>
  3746. <reportExpression>if(ParamDisplayValue(&quot;p_Kundenart&quot;) is null) then(&quot;&quot;) else(&quot; | &quot;+ParamDisplayValue(&quot;p_Kundenart&quot;))</reportExpression>
  3747. </dataSource>
  3748. </textItem>
  3749. <textItem>
  3750. <dataSource>
  3751. <reportExpression>if(ParamDisplayValue(&quot;p_PLZ&quot;) is null) then(&quot;&quot;) else(&quot; | PLZ: &quot;+ParamDisplayValue(&quot;p_PLZ&quot;))</reportExpression>
  3752. </dataSource>
  3753. </textItem>
  3754. <textItem>
  3755. <dataSource>
  3756. <reportExpression>case when (ParamDisplayValue(&quot;p_Kunde&quot;) is null and ParamDisplayValue(&quot;p_Kunde2&quot;) is null ) then(&quot;&quot;)
  3757. 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;))
  3758. when (ParamDisplayValue(&quot;p_Kunde2&quot;) is not null) then (&quot; | &quot;+ParamDisplayValue(&quot;p_Kunde2&quot;))
  3759. end
  3760. </reportExpression>
  3761. </dataSource>
  3762. </textItem>
  3763. </contents>
  3764. </tableCell>
  3765. </tableCells>
  3766. </tableRow>
  3767. </tableRows>
  3768. </table>
  3769. </contents>
  3770. <style>
  3771. <defaultStyles>
  3772. <defaultStyle refStyle="cls14"/>
  3773. </defaultStyles>
  3774. </style>
  3775. </pageHeader>
  3776. </page>
  3777. </reportPages>
  3778. <pageSetup orientation="landscape"/>
  3779. <promptPages>
  3780. <page name="Eingabeaufforderungsseite1">
  3781. <pageHeader>
  3782. <contents>
  3783. <table>
  3784. <style>
  3785. <defaultStyles>
  3786. <defaultStyle refStyle="tb"/>
  3787. </defaultStyles>
  3788. <CSS value="border-collapse:collapse;width:100%"/>
  3789. </style>
  3790. <tableRows>
  3791. <tableRow>
  3792. <tableCells>
  3793. <tableCell>
  3794. <contents>
  3795. <image>
  3796. <dataSource>
  3797. <staticValue>/bi/samples/images/GC_LOGO/LOGO.png</staticValue>
  3798. </dataSource>
  3799. <style>
  3800. <CSS value="height:40px"/>
  3801. </style>
  3802. </image>
  3803. </contents>
  3804. <style>
  3805. <CSS value="width:250px;height:50px;padding-left:50px"/>
  3806. </style>
  3807. </tableCell>
  3808. <tableCell>
  3809. <contents>
  3810. <textItem>
  3811. <dataSource>
  3812. <staticValue>Filterauswahl</staticValue>
  3813. </dataSource>
  3814. <style>
  3815. <CSS value="font-size:22pt"/>
  3816. </style>
  3817. </textItem>
  3818. </contents>
  3819. </tableCell>
  3820. </tableCells>
  3821. </tableRow>
  3822. </tableRows>
  3823. </table>
  3824. </contents>
  3825. <style>
  3826. <defaultStyles>
  3827. <defaultStyle refStyle="cls14"/>
  3828. </defaultStyles>
  3829. <CSS value="height:70px"/>
  3830. </style>
  3831. </pageHeader>
  3832. <pageBody>
  3833. <contents>
  3834. <table>
  3835. <style>
  3836. <defaultStyles>
  3837. <defaultStyle refStyle="tb"/>
  3838. </defaultStyles>
  3839. <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"/>
  3840. </style>
  3841. <tableRows>
  3842. <tableRow>
  3843. <tableCells>
  3844. <tableCell>
  3845. <contents>
  3846. <textItem>
  3847. <dataSource>
  3848. <staticValue/>
  3849. </dataSource>
  3850. <style>
  3851. <CSS value="width:20px"/>
  3852. </style>
  3853. </textItem>
  3854. </contents>
  3855. </tableCell>
  3856. <tableCell>
  3857. <contents>
  3858. <textItem>
  3859. <dataSource>
  3860. <staticValue>Monat:</staticValue>
  3861. </dataSource>
  3862. </textItem>
  3863. </contents>
  3864. <style>
  3865. <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"/>
  3866. </style>
  3867. </tableCell>
  3868. <tableCell>
  3869. <contents>
  3870. <textItem>
  3871. <dataSource>
  3872. <staticValue>Oder</staticValue>
  3873. </dataSource>
  3874. <style>
  3875. <CSS value="width:45px;font-weight:bold"/>
  3876. </style>
  3877. </textItem>
  3878. </contents>
  3879. <style>
  3880. <CSS value="width:45px;padding-top:20px;text-align:center"/>
  3881. </style>
  3882. </tableCell>
  3883. <tableCell>
  3884. <contents>
  3885. <textItem>
  3886. <dataSource>
  3887. <staticValue>Zeitraum:</staticValue>
  3888. </dataSource>
  3889. </textItem>
  3890. </contents>
  3891. <style>
  3892. <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"/>
  3893. </style>
  3894. </tableCell>
  3895. <tableCell>
  3896. <contents>
  3897. <textItem>
  3898. <dataSource>
  3899. <staticValue/>
  3900. </dataSource>
  3901. <style>
  3902. <CSS value="width:45px"/>
  3903. </style>
  3904. </textItem>
  3905. </contents>
  3906. <style>
  3907. <CSS value="text-align:left;width:15px;padding-top:20px"/>
  3908. </style>
  3909. </tableCell>
  3910. <tableCell>
  3911. <contents/>
  3912. <style>
  3913. <CSS value="width:7%;padding-top:20px"/>
  3914. </style>
  3915. </tableCell>
  3916. <tableCell>
  3917. <contents>
  3918. <textItem>
  3919. <dataSource>
  3920. <staticValue/>
  3921. </dataSource>
  3922. <style>
  3923. <CSS value="width:45px"/>
  3924. </style>
  3925. </textItem>
  3926. </contents>
  3927. <style>
  3928. <CSS value="width:15px"/>
  3929. </style>
  3930. </tableCell>
  3931. <tableCell>
  3932. <contents>
  3933. <promptButton type="finish">
  3934. <contents/>
  3935. <style>
  3936. <defaultStyles>
  3937. <defaultStyle refStyle="bp"/>
  3938. </defaultStyles>
  3939. </style>
  3940. </promptButton>
  3941. </contents>
  3942. <style>
  3943. <CSS value="padding-top:20px;text-align:right;vertical-align:bottom;width:7%"/>
  3944. </style>
  3945. </tableCell>
  3946. <tableCell>
  3947. <contents/>
  3948. <style>
  3949. <CSS value="width:13%;padding-top:20px;text-align:right;vertical-align:bottom"/>
  3950. </style>
  3951. </tableCell>
  3952. <tableCell>
  3953. <contents/>
  3954. <style>
  3955. <CSS value="width:17%;padding-top:20px"/>
  3956. </style>
  3957. </tableCell>
  3958. <tableCell>
  3959. <contents/>
  3960. <style>
  3961. <CSS value="width:7%;padding-top:20px;padding-left:80px"/>
  3962. </style>
  3963. </tableCell>
  3964. <tableCell>
  3965. <contents/>
  3966. <style>
  3967. <CSS value="width:7%;padding-top:20px"/>
  3968. </style>
  3969. </tableCell>
  3970. </tableCells>
  3971. </tableRow>
  3972. <tableRow>
  3973. <tableCells>
  3974. <tableCell>
  3975. <contents/>
  3976. </tableCell>
  3977. <tableCell>
  3978. <contents>
  3979. <selectValue multiSelect="true" parameter="p_Zeit" refQuery="qry_Zeit1" required="false" selectValueUI="checkboxGroup">
  3980. <headerText>
  3981. <defaultText>Alle Autohäuser</defaultText>
  3982. </headerText>
  3983. <useItem refDataItem="Monat"/>
  3984. <sortList>
  3985. <sortItem refDataItem="Monat - Category Code" sortOrder="descending"/>
  3986. </sortList>
  3987. <style>
  3988. <CSS value="width:100%"/>
  3989. </style>
  3990. </selectValue>
  3991. </contents>
  3992. <style>
  3993. <CSS value="vertical-align:top;text-align:left"/>
  3994. </style>
  3995. </tableCell>
  3996. <tableCell>
  3997. <contents/>
  3998. </tableCell>
  3999. <tableCell>
  4000. <contents>
  4001. <table>
  4002. <style>
  4003. <defaultStyles>
  4004. <defaultStyle refStyle="tb"/>
  4005. </defaultStyles>
  4006. <CSS value="border-collapse:collapse;width:100%;margin-top:25px"/>
  4007. </style>
  4008. <tableRows>
  4009. <tableRow>
  4010. <tableCells>
  4011. <tableCell>
  4012. <contents>
  4013. <textItem>
  4014. <dataSource>
  4015. <staticValue>Von:</staticValue>
  4016. </dataSource>
  4017. <style>
  4018. <CSS value="padding-bottom:10px"/>
  4019. </style>
  4020. </textItem>
  4021. </contents>
  4022. <style>
  4023. <CSS value="padding-bottom:10px"/>
  4024. </style>
  4025. </tableCell>
  4026. </tableCells>
  4027. </tableRow>
  4028. <tableRow>
  4029. <tableCells>
  4030. <tableCell>
  4031. <contents>
  4032. <selectDate parameter="p_Von" required="false" selectDateUI="editBox"/>
  4033. </contents>
  4034. </tableCell>
  4035. </tableCells>
  4036. </tableRow>
  4037. <tableRow>
  4038. <tableCells>
  4039. <tableCell>
  4040. <contents>
  4041. <textItem>
  4042. <dataSource>
  4043. <staticValue>Bis:</staticValue>
  4044. </dataSource>
  4045. </textItem>
  4046. </contents>
  4047. <style>
  4048. <CSS value="padding-bottom:10px"/>
  4049. </style>
  4050. </tableCell>
  4051. </tableCells>
  4052. </tableRow>
  4053. <tableRow>
  4054. <tableCells>
  4055. <tableCell>
  4056. <contents>
  4057. <selectDate parameter="p_Bis" required="false" selectDateUI="editBox"/>
  4058. </contents>
  4059. </tableCell>
  4060. </tableCells>
  4061. </tableRow>
  4062. </tableRows>
  4063. </table>
  4064. </contents>
  4065. <style>
  4066. <CSS value="padding-top:10px;padding-bottom:25px"/>
  4067. <defaultStyles>
  4068. <defaultStyle refStyle="GuidedLayoutTopPadding"/>
  4069. <defaultStyle refStyle="GuidedLayoutBottomPadding"/>
  4070. <defaultStyle refStyle="GuidedLayoutLeftPadding"/>
  4071. <defaultStyle refStyle="GuidedLayoutRightPadding"/>
  4072. </defaultStyles>
  4073. </style>
  4074. </tableCell>
  4075. <tableCell>
  4076. <contents/>
  4077. </tableCell>
  4078. <tableCell>
  4079. <contents/>
  4080. </tableCell>
  4081. <tableCell>
  4082. <contents/>
  4083. </tableCell>
  4084. <tableCell>
  4085. <contents>
  4086. <table>
  4087. <style>
  4088. <defaultStyles>
  4089. <defaultStyle refStyle="tb"/>
  4090. </defaultStyles>
  4091. <CSS value="border-collapse:collapse;width:100%"/>
  4092. </style>
  4093. <tableRows>
  4094. <tableRow>
  4095. <tableCells>
  4096. <tableCell>
  4097. <contents>
  4098. <promptButton type="cancel">
  4099. <contents/>
  4100. <style>
  4101. <defaultStyles>
  4102. <defaultStyle refStyle="bp"/>
  4103. </defaultStyles>
  4104. </style>
  4105. </promptButton>
  4106. </contents>
  4107. <style>
  4108. <CSS value="text-align:right"/>
  4109. </style>
  4110. </tableCell>
  4111. </tableCells>
  4112. </tableRow>
  4113. <tableRow>
  4114. <tableCells>
  4115. <tableCell>
  4116. <contents/>
  4117. </tableCell>
  4118. </tableCells>
  4119. </tableRow>
  4120. <tableRow>
  4121. <tableCells>
  4122. <tableCell>
  4123. <contents/>
  4124. <style>
  4125. <CSS value="text-align:right;padding-top:30px"/>
  4126. </style>
  4127. </tableCell>
  4128. </tableCells>
  4129. </tableRow>
  4130. </tableRows>
  4131. </table>
  4132. </contents>
  4133. <style>
  4134. <CSS value="padding-top:25px;text-align:right;vertical-align:top;width:13%"/>
  4135. <defaultStyles>
  4136. <defaultStyle refStyle="GuidedLayoutTopPadding"/>
  4137. <defaultStyle refStyle="GuidedLayoutBottomPadding"/>
  4138. <defaultStyle refStyle="GuidedLayoutLeftPadding"/>
  4139. <defaultStyle refStyle="GuidedLayoutRightPadding"/>
  4140. </defaultStyles>
  4141. </style>
  4142. </tableCell>
  4143. <tableCell>
  4144. <contents/>
  4145. <style>
  4146. <CSS value="text-align:right;width:13%;vertical-align:top;padding-top:25px"/>
  4147. </style>
  4148. </tableCell>
  4149. <tableCell>
  4150. <contents/>
  4151. <style>
  4152. <CSS value="width:17%"/>
  4153. </style>
  4154. </tableCell>
  4155. <tableCell>
  4156. <contents/>
  4157. <style>
  4158. <CSS value="padding-left:80px"/>
  4159. </style>
  4160. </tableCell>
  4161. <tableCell>
  4162. <contents/>
  4163. </tableCell>
  4164. </tableCells>
  4165. </tableRow>
  4166. <tableRow>
  4167. <tableCells>
  4168. <tableCell>
  4169. <contents>
  4170. <textItem>
  4171. <dataSource>
  4172. <staticValue/>
  4173. </dataSource>
  4174. <style>
  4175. <CSS value="width:20px;height:30px"/>
  4176. </style>
  4177. </textItem>
  4178. </contents>
  4179. </tableCell>
  4180. <tableCell>
  4181. <contents/>
  4182. </tableCell>
  4183. <tableCell>
  4184. <contents/>
  4185. </tableCell>
  4186. <tableCell>
  4187. <contents/>
  4188. </tableCell>
  4189. <tableCell>
  4190. <contents/>
  4191. </tableCell>
  4192. <tableCell>
  4193. <contents/>
  4194. </tableCell>
  4195. <tableCell>
  4196. <contents/>
  4197. </tableCell>
  4198. <tableCell>
  4199. <contents/>
  4200. </tableCell>
  4201. <tableCell>
  4202. <contents/>
  4203. </tableCell>
  4204. <tableCell>
  4205. <contents/>
  4206. </tableCell>
  4207. <tableCell>
  4208. <contents/>
  4209. </tableCell>
  4210. <tableCell>
  4211. <contents/>
  4212. </tableCell>
  4213. </tableCells>
  4214. </tableRow>
  4215. <tableRow>
  4216. <tableCells>
  4217. <tableCell>
  4218. <contents/>
  4219. </tableCell>
  4220. <tableCell>
  4221. <contents>
  4222. <textItem>
  4223. <dataSource>
  4224. <staticValue>Mandant:</staticValue>
  4225. </dataSource>
  4226. <style>
  4227. <CSS value="color:white;font-weight:bold;vertical-align:top"/>
  4228. </style>
  4229. </textItem>
  4230. </contents>
  4231. <style>
  4232. <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"/>
  4233. </style>
  4234. </tableCell>
  4235. <tableCell>
  4236. <contents/>
  4237. <style>
  4238. <CSS value="padding-left:10px"/>
  4239. </style>
  4240. </tableCell>
  4241. <tableCell>
  4242. <contents>
  4243. <textItem>
  4244. <dataSource>
  4245. <staticValue>AH-Gruppe:</staticValue>
  4246. </dataSource>
  4247. <style>
  4248. <CSS value="color:white;font-weight:bold;vertical-align:top"/>
  4249. </style>
  4250. </textItem>
  4251. </contents>
  4252. <style>
  4253. <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"/>
  4254. </style>
  4255. </tableCell>
  4256. <tableCell>
  4257. <contents/>
  4258. <style>
  4259. <CSS value="padding-left:10px;text-align:left"/>
  4260. </style>
  4261. </tableCell>
  4262. <tableCell>
  4263. <contents>
  4264. <table>
  4265. <style>
  4266. <defaultStyles>
  4267. <defaultStyle refStyle="tb"/>
  4268. </defaultStyles>
  4269. <CSS value="border-collapse:collapse;width:100%"/>
  4270. </style>
  4271. <tableRows>
  4272. <tableRow>
  4273. <tableCells>
  4274. <tableCell>
  4275. <contents>
  4276. <textItem>
  4277. <dataSource>
  4278. <staticValue>Verkäufer:</staticValue>
  4279. </dataSource>
  4280. <style>
  4281. <CSS value="color:white;font-weight:bold;vertical-align:top"/>
  4282. </style>
  4283. </textItem>
  4284. </contents>
  4285. </tableCell>
  4286. <tableCell>
  4287. <contents>
  4288. <promptButton type="reprompt">
  4289. <contents>
  4290. <textItem>
  4291. <dataSource>
  4292. <staticValue>Refresh</staticValue>
  4293. </dataSource>
  4294. </textItem>
  4295. </contents>
  4296. <style>
  4297. <defaultStyles>
  4298. <defaultStyle refStyle="bp"/>
  4299. </defaultStyles>
  4300. </style>
  4301. </promptButton>
  4302. </contents>
  4303. <style>
  4304. <CSS value="text-align:right;padding-right:5px"/>
  4305. </style>
  4306. </tableCell>
  4307. </tableCells>
  4308. </tableRow>
  4309. </tableRows>
  4310. </table>
  4311. </contents>
  4312. <style>
  4313. <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"/>
  4314. <defaultStyles>
  4315. <defaultStyle refStyle="GuidedLayoutTopPadding"/>
  4316. <defaultStyle refStyle="GuidedLayoutBottomPadding"/>
  4317. <defaultStyle refStyle="GuidedLayoutLeftPadding"/>
  4318. <defaultStyle refStyle="GuidedLayoutRightPadding"/>
  4319. </defaultStyles>
  4320. </style>
  4321. </tableCell>
  4322. <tableCell>
  4323. <contents/>
  4324. <style>
  4325. <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"/>
  4326. </style>
  4327. </tableCell>
  4328. <tableCell>
  4329. <contents>
  4330. <textItem>
  4331. <dataSource>
  4332. <staticValue>Kundenart:</staticValue>
  4333. </dataSource>
  4334. <style>
  4335. <CSS value="color:white;font-weight:bold;vertical-align:top"/>
  4336. </style>
  4337. </textItem>
  4338. </contents>
  4339. <style>
  4340. <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"/>
  4341. </style>
  4342. </tableCell>
  4343. <tableCell>
  4344. <contents/>
  4345. <style>
  4346. <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%"/>
  4347. </style>
  4348. </tableCell>
  4349. <tableCell>
  4350. <contents/>
  4351. <style>
  4352. <CSS value="width:17%"/>
  4353. </style>
  4354. </tableCell>
  4355. <tableCell>
  4356. <contents/>
  4357. <style>
  4358. <CSS value="padding-left:10px"/>
  4359. </style>
  4360. </tableCell>
  4361. <tableCell>
  4362. <contents/>
  4363. </tableCell>
  4364. </tableCells>
  4365. </tableRow>
  4366. <tableRow>
  4367. <tableCells>
  4368. <tableCell>
  4369. <contents/>
  4370. </tableCell>
  4371. <tableCell>
  4372. <contents>
  4373. <selectValue multiSelect="true" parameter="p_Mandant" refQuery="qry_Mandant1" required="false" selectValueUI="checkboxGroup">
  4374. <useItem refDataItem="Hauptbetrieb"/>
  4375. <headerText>
  4376. <defaultText>Alle Mandanten</defaultText>
  4377. </headerText>
  4378. </selectValue>
  4379. </contents>
  4380. <style>
  4381. <CSS value="border-top-style:none;border-bottom-style:none;border-left-style:none;border-right-style:none;vertical-align:top"/>
  4382. </style>
  4383. </tableCell>
  4384. <tableCell>
  4385. <contents/>
  4386. </tableCell>
  4387. <tableCell>
  4388. <contents>
  4389. <selectValue multiSelect="true" parameter="p_AH" refQuery="qry_AH1" required="false" selectValueUI="checkboxGroup">
  4390. <headerText>
  4391. <defaultText>Alle Autohäuser</defaultText>
  4392. </headerText>
  4393. <style>
  4394. <CSS value="width:300px"/>
  4395. </style>
  4396. <useItem refDataItem="Standort"/>
  4397. </selectValue>
  4398. </contents>
  4399. <style>
  4400. <CSS value="border-top-style:none;border-bottom-style:none;border-left-style:none;border-right-style:none"/>
  4401. </style>
  4402. </tableCell>
  4403. <tableCell>
  4404. <contents/>
  4405. </tableCell>
  4406. <tableCell>
  4407. <contents>
  4408. <selectValue cascadeOn="p_AH" multiSelect="true" parameter="p_Verkäufer" prePopulateIfParentOptional="true" refQuery="qry_Verkäufer1" required="false" selectValueUI="checkboxGroup">
  4409. <headerText>
  4410. <defaultText>Alle Serviceberater</defaultText>
  4411. </headerText>
  4412. <style>
  4413. <CSS value="width:300px"/>
  4414. </style>
  4415. <useItem refDataItem="Verkäufer1"/>
  4416. </selectValue>
  4417. </contents>
  4418. <style>
  4419. <CSS value="border-top-style:none;border-bottom-style:none;border-left-style:none;border-right-style:none;vertical-align:top"/>
  4420. </style>
  4421. </tableCell>
  4422. <tableCell>
  4423. <contents/>
  4424. <style>
  4425. <CSS value="text-align:right"/>
  4426. </style>
  4427. </tableCell>
  4428. <tableCell>
  4429. <contents>
  4430. <selectValue multiSelect="true" parameter="p_Kundenart" refQuery="qry_Kundenart2" required="false" selectValueUI="checkboxGroup">
  4431. <headerText>
  4432. <defaultText>Alle Produktgruppen</defaultText>
  4433. </headerText>
  4434. <useItem refDataItem="Kundenart1"/>
  4435. <style>
  4436. <CSS value="width:300px"/>
  4437. </style>
  4438. </selectValue>
  4439. </contents>
  4440. <style>
  4441. <CSS value="vertical-align:top"/>
  4442. </style>
  4443. </tableCell>
  4444. <tableCell>
  4445. <contents/>
  4446. <style>
  4447. <CSS value="text-align:right"/>
  4448. </style>
  4449. </tableCell>
  4450. <tableCell>
  4451. <contents/>
  4452. <style>
  4453. <CSS value="width:17%"/>
  4454. </style>
  4455. </tableCell>
  4456. <tableCell>
  4457. <contents/>
  4458. </tableCell>
  4459. <tableCell>
  4460. <contents/>
  4461. </tableCell>
  4462. </tableCells>
  4463. </tableRow>
  4464. <tableRow>
  4465. <tableCells>
  4466. <tableCell>
  4467. <contents>
  4468. <textItem>
  4469. <dataSource>
  4470. <staticValue/>
  4471. </dataSource>
  4472. <style>
  4473. <CSS value="width:20px;height:30px"/>
  4474. </style>
  4475. </textItem>
  4476. </contents>
  4477. </tableCell>
  4478. <tableCell>
  4479. <contents/>
  4480. <style>
  4481. <CSS value="padding-top:10px;padding-bottom:10px"/>
  4482. </style>
  4483. </tableCell>
  4484. <tableCell>
  4485. <contents/>
  4486. </tableCell>
  4487. <tableCell>
  4488. <contents/>
  4489. </tableCell>
  4490. <tableCell>
  4491. <contents/>
  4492. </tableCell>
  4493. <tableCell>
  4494. <contents/>
  4495. </tableCell>
  4496. <tableCell>
  4497. <contents/>
  4498. </tableCell>
  4499. <tableCell>
  4500. <contents/>
  4501. </tableCell>
  4502. <tableCell>
  4503. <contents/>
  4504. <style>
  4505. <CSS value="width:13%"/>
  4506. </style>
  4507. </tableCell>
  4508. <tableCell>
  4509. <contents/>
  4510. <style>
  4511. <CSS value="width:17%"/>
  4512. </style>
  4513. </tableCell>
  4514. <tableCell>
  4515. <contents/>
  4516. </tableCell>
  4517. <tableCell>
  4518. <contents/>
  4519. </tableCell>
  4520. </tableCells>
  4521. </tableRow>
  4522. <tableRow>
  4523. <tableCells>
  4524. <tableCell>
  4525. <contents/>
  4526. </tableCell>
  4527. <tableCell>
  4528. <contents>
  4529. <textItem>
  4530. <dataSource>
  4531. <staticValue>Fabrikat:</staticValue>
  4532. </dataSource>
  4533. <style>
  4534. <CSS value="color:white;font-weight:bold;vertical-align:top"/>
  4535. </style>
  4536. </textItem>
  4537. </contents>
  4538. <style>
  4539. <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"/>
  4540. </style>
  4541. </tableCell>
  4542. <tableCell>
  4543. <contents/>
  4544. <style>
  4545. <CSS value="padding-left:10px"/>
  4546. </style>
  4547. </tableCell>
  4548. <tableCell>
  4549. <contents>
  4550. <table>
  4551. <style>
  4552. <CSS value="border-collapse:collapse;width:100%"/>
  4553. <defaultStyles>
  4554. <defaultStyle refStyle="tb"/>
  4555. </defaultStyles>
  4556. </style>
  4557. <tableRows>
  4558. <tableRow>
  4559. <tableCells>
  4560. <tableCell>
  4561. <contents>
  4562. <textItem>
  4563. <dataSource>
  4564. <staticValue>Modell:</staticValue>
  4565. </dataSource>
  4566. <style>
  4567. <CSS value="color:white;font-weight:bold;vertical-align:top"/>
  4568. </style>
  4569. </textItem>
  4570. </contents>
  4571. </tableCell>
  4572. <tableCell>
  4573. <contents>
  4574. <promptButton type="reprompt">
  4575. <contents>
  4576. <textItem>
  4577. <dataSource>
  4578. <staticValue>Refresh</staticValue>
  4579. </dataSource>
  4580. </textItem>
  4581. </contents>
  4582. <style>
  4583. <defaultStyles>
  4584. <defaultStyle refStyle="bp"/>
  4585. </defaultStyles>
  4586. </style>
  4587. </promptButton>
  4588. </contents>
  4589. <style>
  4590. <CSS value="text-align:right;padding-right:5px;width:55%"/>
  4591. </style>
  4592. </tableCell>
  4593. </tableCells>
  4594. </tableRow>
  4595. </tableRows>
  4596. </table>
  4597. </contents>
  4598. <style>
  4599. <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"/>
  4600. <defaultStyles>
  4601. <defaultStyle refStyle="GuidedLayoutTopPadding"/>
  4602. <defaultStyle refStyle="GuidedLayoutBottomPadding"/>
  4603. <defaultStyle refStyle="GuidedLayoutLeftPadding"/>
  4604. <defaultStyle refStyle="GuidedLayoutRightPadding"/>
  4605. </defaultStyles>
  4606. </style>
  4607. </tableCell>
  4608. <tableCell>
  4609. <contents/>
  4610. <style>
  4611. <CSS value="padding-left:10px"/>
  4612. </style>
  4613. </tableCell>
  4614. <tableCell>
  4615. <contents>
  4616. <textItem>
  4617. <dataSource>
  4618. <staticValue>Fahrzeugtyp:</staticValue>
  4619. </dataSource>
  4620. <style>
  4621. <CSS value="color:white;font-weight:bold;vertical-align:top"/>
  4622. </style>
  4623. </textItem>
  4624. </contents>
  4625. <style>
  4626. <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"/>
  4627. </style>
  4628. </tableCell>
  4629. <tableCell>
  4630. <contents/>
  4631. <style>
  4632. <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"/>
  4633. </style>
  4634. </tableCell>
  4635. <tableCell>
  4636. <contents>
  4637. <textItem>
  4638. <dataSource>
  4639. <staticValue>DB 1 größer/kleriner 0</staticValue>
  4640. </dataSource>
  4641. <style>
  4642. <CSS value="color:white;font-weight:bold;vertical-align:top"/>
  4643. </style>
  4644. </textItem>
  4645. </contents>
  4646. <style>
  4647. <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"/>
  4648. <defaultStyles>
  4649. <defaultStyle refStyle="GuidedLayoutTopPadding"/>
  4650. <defaultStyle refStyle="GuidedLayoutBottomPadding"/>
  4651. <defaultStyle refStyle="GuidedLayoutLeftPadding"/>
  4652. <defaultStyle refStyle="GuidedLayoutRightPadding"/>
  4653. </defaultStyles>
  4654. </style>
  4655. </tableCell>
  4656. <tableCell>
  4657. <contents/>
  4658. <style>
  4659. <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%"/>
  4660. </style>
  4661. </tableCell>
  4662. <tableCell>
  4663. <contents/>
  4664. <style>
  4665. <CSS value="width:17%"/>
  4666. </style>
  4667. </tableCell>
  4668. <tableCell>
  4669. <contents/>
  4670. <style>
  4671. <CSS value="padding-left:10px"/>
  4672. </style>
  4673. </tableCell>
  4674. <tableCell>
  4675. <contents/>
  4676. </tableCell>
  4677. </tableCells>
  4678. </tableRow>
  4679. <tableRow>
  4680. <tableCells>
  4681. <tableCell>
  4682. <contents/>
  4683. </tableCell>
  4684. <tableCell>
  4685. <contents>
  4686. <selectValue multiSelect="true" parameter="p_Fabrikat" refQuery="qry_Fabrikat1" required="false" selectValueUI="checkboxGroup">
  4687. <headerText>
  4688. <defaultText>Alle Fabrikate</defaultText>
  4689. </headerText>
  4690. <useItem refDataItem="Fabrikat1"/>
  4691. </selectValue>
  4692. </contents>
  4693. <style>
  4694. <CSS value="border-top-style:none;border-bottom-style:none;border-left-style:none;border-right-style:none;vertical-align:top"/>
  4695. </style>
  4696. </tableCell>
  4697. <tableCell>
  4698. <contents/>
  4699. </tableCell>
  4700. <tableCell>
  4701. <contents>
  4702. <selectValue cascadeOn="p_Fabrikat" multiSelect="true" parameter="p_Modell" prePopulateIfParentOptional="true" refQuery="qry_Modell1" required="false" selectValueUI="checkboxGroup">
  4703. <headerText>
  4704. <defaultText>Alle Modelle</defaultText>
  4705. </headerText>
  4706. <style>
  4707. <CSS value="width:300px"/>
  4708. </style>
  4709. <useItem refDataItem="Model"/>
  4710. </selectValue>
  4711. </contents>
  4712. <style>
  4713. <CSS value="border-top-style:none;border-bottom-style:none;border-left-style:none;border-right-style:none"/>
  4714. </style>
  4715. </tableCell>
  4716. <tableCell>
  4717. <contents/>
  4718. </tableCell>
  4719. <tableCell>
  4720. <contents>
  4721. <selectValue cascadeOn="p_Fahrzeugart" multiSelect="true" parameter="p_Fahrzeugtyp" prePopulateIfParentOptional="true" refQuery="qry_Fahrzeugtyp" required="false" selectValueUI="checkboxGroup">
  4722. <headerText>
  4723. <defaultText>Alle Extern/GWL, Intern</defaultText>
  4724. </headerText>
  4725. <style>
  4726. <CSS value="width:300px"/>
  4727. </style>
  4728. <useItem refDataItem="chd_Fahrzeugtyp"/>
  4729. </selectValue>
  4730. </contents>
  4731. <style>
  4732. <CSS value="border-bottom-style:none;border-left-style:none;border-top-style:none;border-right-style:none;vertical-align:top"/>
  4733. </style>
  4734. </tableCell>
  4735. <tableCell>
  4736. <contents/>
  4737. <style>
  4738. <CSS value="text-align:right"/>
  4739. </style>
  4740. </tableCell>
  4741. <tableCell>
  4742. <contents>
  4743. <selectValue multiSelect="true" parameter="p_DB1" refQuery="qry_DB2" required="false" selectValueUI="checkboxGroup">
  4744. <useItem refDataItem="DB1 &lt; 0"/>
  4745. <headerText>
  4746. <defaultText>Alle</defaultText>
  4747. </headerText>
  4748. <style>
  4749. <CSS value="width:300px"/>
  4750. </style>
  4751. </selectValue>
  4752. </contents>
  4753. <style>
  4754. <CSS value="text-align:left;vertical-align:top"/>
  4755. </style>
  4756. </tableCell>
  4757. <tableCell>
  4758. <contents/>
  4759. <style>
  4760. <CSS value="text-align:right"/>
  4761. </style>
  4762. </tableCell>
  4763. <tableCell>
  4764. <contents/>
  4765. </tableCell>
  4766. <tableCell>
  4767. <contents/>
  4768. </tableCell>
  4769. <tableCell>
  4770. <contents/>
  4771. </tableCell>
  4772. </tableCells>
  4773. </tableRow>
  4774. <tableRow>
  4775. <tableCells>
  4776. <tableCell>
  4777. <contents>
  4778. <textItem>
  4779. <dataSource>
  4780. <staticValue/>
  4781. </dataSource>
  4782. <style>
  4783. <CSS value="width:20px;height:30px"/>
  4784. </style>
  4785. </textItem>
  4786. </contents>
  4787. </tableCell>
  4788. <tableCell>
  4789. <contents/>
  4790. <style>
  4791. <CSS value="padding-top:10px;padding-bottom:10px"/>
  4792. </style>
  4793. </tableCell>
  4794. <tableCell>
  4795. <contents/>
  4796. </tableCell>
  4797. <tableCell>
  4798. <contents/>
  4799. </tableCell>
  4800. <tableCell>
  4801. <contents/>
  4802. </tableCell>
  4803. <tableCell>
  4804. <contents/>
  4805. </tableCell>
  4806. <tableCell>
  4807. <contents/>
  4808. </tableCell>
  4809. <tableCell>
  4810. <contents/>
  4811. </tableCell>
  4812. <tableCell>
  4813. <contents/>
  4814. <style>
  4815. <CSS value="width:13%"/>
  4816. </style>
  4817. </tableCell>
  4818. <tableCell>
  4819. <contents/>
  4820. <style>
  4821. <CSS value="width:17%"/>
  4822. </style>
  4823. </tableCell>
  4824. <tableCell>
  4825. <contents/>
  4826. </tableCell>
  4827. <tableCell>
  4828. <contents/>
  4829. </tableCell>
  4830. </tableCells>
  4831. </tableRow>
  4832. <tableRow>
  4833. <tableCells>
  4834. <tableCell>
  4835. <contents/>
  4836. </tableCell>
  4837. <tableCell>
  4838. <contents>
  4839. <textItem>
  4840. <dataSource>
  4841. <staticValue>PLZ:</staticValue>
  4842. </dataSource>
  4843. <style>
  4844. <CSS value="color:white;font-weight:bold;vertical-align:top"/>
  4845. </style>
  4846. </textItem>
  4847. </contents>
  4848. <style>
  4849. <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"/>
  4850. </style>
  4851. </tableCell>
  4852. <tableCell>
  4853. <contents/>
  4854. <style>
  4855. <CSS value="padding-left:10px;vertical-align:top"/>
  4856. </style>
  4857. </tableCell>
  4858. <tableCell>
  4859. <contents>
  4860. <textItem>
  4861. <dataSource>
  4862. <staticValue>Kunde:</staticValue>
  4863. </dataSource>
  4864. <style>
  4865. <CSS value="color:white;font-weight:bold;vertical-align:top"/>
  4866. </style>
  4867. </textItem>
  4868. </contents>
  4869. <style>
  4870. <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"/>
  4871. </style>
  4872. </tableCell>
  4873. <tableCell>
  4874. <contents/>
  4875. </tableCell>
  4876. <tableCell>
  4877. <contents/>
  4878. <style>
  4879. <CSS value="padding-top:10px;padding-bottom:10px;padding-left:10px;color:white;font-weight:bold;text-align:left;vertical-align:middle"/>
  4880. </style>
  4881. </tableCell>
  4882. <tableCell>
  4883. <contents/>
  4884. </tableCell>
  4885. <tableCell>
  4886. <contents/>
  4887. <style>
  4888. <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"/>
  4889. </style>
  4890. </tableCell>
  4891. <tableCell>
  4892. <contents/>
  4893. <style>
  4894. <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"/>
  4895. </style>
  4896. </tableCell>
  4897. <tableCell>
  4898. <contents/>
  4899. <style>
  4900. <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"/>
  4901. </style>
  4902. </tableCell>
  4903. <tableCell>
  4904. <contents/>
  4905. </tableCell>
  4906. <tableCell>
  4907. <contents/>
  4908. </tableCell>
  4909. </tableCells>
  4910. </tableRow>
  4911. <tableRow>
  4912. <tableCells>
  4913. <tableCell>
  4914. <contents/>
  4915. </tableCell>
  4916. <tableCell>
  4917. <contents>
  4918. <selectWithTree parameter="p_PLZ" refQuery="qry_PLZ1" required="false">
  4919. <style>
  4920. <CSS value="width:100%"/>
  4921. </style>
  4922. <selectWithTreeItem refDataItem="PLZ-Gebiete"/>
  4923. </selectWithTree>
  4924. </contents>
  4925. <style>
  4926. <CSS value="border-top-style:none;border-bottom-style:none;border-left-style:none;border-right-style:none;vertical-align:top"/>
  4927. </style>
  4928. </tableCell>
  4929. <tableCell>
  4930. <contents/>
  4931. </tableCell>
  4932. <tableCell colSpan="3">
  4933. <contents>
  4934. <selectWithSearch multiSelect="true" parameter="p_Kunde" refQuery="qry_Kunde1" required="false">
  4935. <useItem refDataItem="Kunde1"/>
  4936. </selectWithSearch>
  4937. </contents>
  4938. <style>
  4939. <CSS value="vertical-align:top"/>
  4940. </style>
  4941. </tableCell>
  4942. <tableCell>
  4943. <contents/>
  4944. </tableCell>
  4945. <tableCell>
  4946. <contents/>
  4947. <style>
  4948. <CSS value="vertical-align:top"/>
  4949. </style>
  4950. </tableCell>
  4951. <tableCell>
  4952. <contents/>
  4953. </tableCell>
  4954. <tableCell>
  4955. <contents/>
  4956. </tableCell>
  4957. <tableCell>
  4958. <contents/>
  4959. </tableCell>
  4960. <tableCell>
  4961. <contents/>
  4962. </tableCell>
  4963. </tableCells>
  4964. </tableRow>
  4965. <tableRow>
  4966. <tableCells>
  4967. <tableCell>
  4968. <contents/>
  4969. </tableCell>
  4970. <tableCell>
  4971. <contents/>
  4972. </tableCell>
  4973. <tableCell>
  4974. <contents/>
  4975. </tableCell>
  4976. <tableCell>
  4977. <contents/>
  4978. </tableCell>
  4979. <tableCell>
  4980. <contents/>
  4981. </tableCell>
  4982. <tableCell>
  4983. <contents/>
  4984. </tableCell>
  4985. <tableCell>
  4986. <contents/>
  4987. </tableCell>
  4988. <tableCell>
  4989. <contents/>
  4990. </tableCell>
  4991. <tableCell>
  4992. <contents/>
  4993. </tableCell>
  4994. <tableCell>
  4995. <contents/>
  4996. </tableCell>
  4997. <tableCell>
  4998. <contents/>
  4999. </tableCell>
  5000. <tableCell>
  5001. <contents/>
  5002. </tableCell>
  5003. </tableCells>
  5004. </tableRow>
  5005. <tableRow>
  5006. <tableCells>
  5007. <tableCell>
  5008. <contents>
  5009. <textItem>
  5010. <dataSource>
  5011. <staticValue/>
  5012. </dataSource>
  5013. <style>
  5014. <CSS value="width:20px;height:30px"/>
  5015. </style>
  5016. </textItem>
  5017. </contents>
  5018. </tableCell>
  5019. <tableCell>
  5020. <contents/>
  5021. </tableCell>
  5022. <tableCell>
  5023. <contents/>
  5024. </tableCell>
  5025. <tableCell>
  5026. <contents/>
  5027. </tableCell>
  5028. <tableCell>
  5029. <contents/>
  5030. </tableCell>
  5031. <tableCell>
  5032. <contents/>
  5033. </tableCell>
  5034. <tableCell>
  5035. <contents/>
  5036. </tableCell>
  5037. <tableCell>
  5038. <contents/>
  5039. </tableCell>
  5040. <tableCell>
  5041. <contents/>
  5042. <style>
  5043. <CSS value="width:13%"/>
  5044. </style>
  5045. </tableCell>
  5046. <tableCell>
  5047. <contents/>
  5048. <style>
  5049. <CSS value="width:17%"/>
  5050. </style>
  5051. </tableCell>
  5052. <tableCell>
  5053. <contents/>
  5054. </tableCell>
  5055. <tableCell>
  5056. <contents/>
  5057. </tableCell>
  5058. </tableCells>
  5059. </tableRow>
  5060. <tableRow>
  5061. <tableCells>
  5062. <tableCell>
  5063. <contents/>
  5064. </tableCell>
  5065. <tableCell>
  5066. <contents/>
  5067. </tableCell>
  5068. <tableCell>
  5069. <contents/>
  5070. </tableCell>
  5071. <tableCell>
  5072. <contents/>
  5073. </tableCell>
  5074. <tableCell>
  5075. <contents/>
  5076. </tableCell>
  5077. <tableCell>
  5078. <contents/>
  5079. </tableCell>
  5080. <tableCell>
  5081. <contents/>
  5082. </tableCell>
  5083. <tableCell>
  5084. <contents/>
  5085. </tableCell>
  5086. <tableCell>
  5087. <contents/>
  5088. <style>
  5089. <CSS value="width:13%"/>
  5090. </style>
  5091. </tableCell>
  5092. <tableCell>
  5093. <contents/>
  5094. <style>
  5095. <CSS value="width:17%"/>
  5096. </style>
  5097. </tableCell>
  5098. <tableCell>
  5099. <contents/>
  5100. </tableCell>
  5101. <tableCell>
  5102. <contents/>
  5103. </tableCell>
  5104. </tableCells>
  5105. </tableRow>
  5106. <tableRow>
  5107. <tableCells>
  5108. <tableCell>
  5109. <contents/>
  5110. </tableCell>
  5111. <tableCell>
  5112. <contents/>
  5113. </tableCell>
  5114. <tableCell>
  5115. <contents/>
  5116. </tableCell>
  5117. <tableCell>
  5118. <contents/>
  5119. </tableCell>
  5120. <tableCell>
  5121. <contents/>
  5122. </tableCell>
  5123. <tableCell>
  5124. <contents/>
  5125. </tableCell>
  5126. <tableCell>
  5127. <contents/>
  5128. </tableCell>
  5129. <tableCell>
  5130. <contents/>
  5131. </tableCell>
  5132. <tableCell>
  5133. <contents/>
  5134. <style>
  5135. <CSS value="width:13%"/>
  5136. </style>
  5137. </tableCell>
  5138. <tableCell>
  5139. <contents/>
  5140. <style>
  5141. <CSS value="width:17%"/>
  5142. </style>
  5143. </tableCell>
  5144. <tableCell>
  5145. <contents/>
  5146. </tableCell>
  5147. <tableCell>
  5148. <contents/>
  5149. </tableCell>
  5150. </tableCells>
  5151. </tableRow>
  5152. </tableRows>
  5153. </table>
  5154. </contents>
  5155. <style>
  5156. <defaultStyles>
  5157. <defaultStyle refStyle="py"/>
  5158. </defaultStyles>
  5159. <CSS value="background-color:white"/>
  5160. </style>
  5161. </pageBody>
  5162. <pageFooter>
  5163. <contents>
  5164. <promptButton type="cancel">
  5165. <contents/>
  5166. <style>
  5167. <defaultStyles>
  5168. <defaultStyle refStyle="bp"/>
  5169. </defaultStyles>
  5170. </style>
  5171. </promptButton>
  5172. <promptButton type="finish">
  5173. <contents/>
  5174. <style>
  5175. <defaultStyles>
  5176. <defaultStyle refStyle="bp"/>
  5177. </defaultStyles>
  5178. </style>
  5179. </promptButton>
  5180. </contents>
  5181. <style>
  5182. <CSS value="background-color:#C3CCD4;padding-top:10px;padding-bottom:10px"/>
  5183. </style>
  5184. </pageFooter>
  5185. <style>
  5186. <defaultStyles>
  5187. <defaultStyle refStyle="pp"/>
  5188. </defaultStyles>
  5189. </style>
  5190. </page>
  5191. </promptPages>
  5192. </layout>
  5193. </layouts>
  5194. <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>
  5195. <reportName>NW.06 Markenvergleich Neuwagen</reportName>
  5196. <queries>
  5197. <query name="qry_Main">
  5198. <source>
  5199. <model/>
  5200. </source>
  5201. <selection>
  5202. <dataItemMeasure name="Menge">
  5203. <dmMember>
  5204. <MUN>[V_Verkauf].[Kennzahlen].[Menge]</MUN>
  5205. <itemCaption>Menge</itemCaption>
  5206. </dmMember>
  5207. <dmDimension>
  5208. <DUN>[V_Verkauf].[Kennzahlen]</DUN>
  5209. <itemCaption>Kennzahlen</itemCaption>
  5210. </dmDimension>
  5211. <XMLAttributes>
  5212. <XMLAttribute name="RS_dataType" output="no" value="9"/>
  5213. </XMLAttributes>
  5214. </dataItemMeasure>
  5215. <dataItemMeasure name="DB 1">
  5216. <dmMember>
  5217. <MUN>[V_Verkauf].[Kennzahlen].[DB 1]</MUN>
  5218. <itemCaption>DB 1</itemCaption>
  5219. </dmMember>
  5220. <dmDimension>
  5221. <DUN>[V_Verkauf].[Kennzahlen]</DUN>
  5222. <itemCaption>Kennzahlen</itemCaption>
  5223. </dmDimension>
  5224. <XMLAttributes>
  5225. <XMLAttribute name="RS_dataType" output="no" value="9"/>
  5226. </XMLAttributes>
  5227. </dataItemMeasure>
  5228. <dataItemMeasure name="DB 1 %">
  5229. <dmMember>
  5230. <MUN>[V_Verkauf].[Kennzahlen].[DB 1 %]</MUN>
  5231. <itemCaption>DB 1 %</itemCaption>
  5232. </dmMember>
  5233. <dmDimension>
  5234. <DUN>[V_Verkauf].[Kennzahlen]</DUN>
  5235. <itemCaption>Kennzahlen</itemCaption>
  5236. </dmDimension>
  5237. <XMLAttributes>
  5238. <XMLAttribute name="RS_dataType" output="no" value="9"/>
  5239. </XMLAttributes>
  5240. </dataItemMeasure>
  5241. <dataItemMeasure name="durchschn. DB">
  5242. <dmMember>
  5243. <MUN>[V_Verkauf].[Kennzahlen].[durchschn. DB 1]</MUN>
  5244. <itemCaption>durchschn. DB 1</itemCaption>
  5245. </dmMember>
  5246. <dmDimension>
  5247. <DUN>[V_Verkauf].[Kennzahlen]</DUN>
  5248. <itemCaption>Kennzahlen</itemCaption>
  5249. </dmDimension>
  5250. <XMLAttributes>
  5251. <XMLAttribute name="RS_dataType" output="no" value="9"/>
  5252. </XMLAttributes>
  5253. </dataItemMeasure>
  5254. <dataItemMeasure name="Erlös FZG">
  5255. <dmMember>
  5256. <MUN>[V_Verkauf].[Kennzahlen].[Erlös FZG]</MUN>
  5257. <itemCaption>Erlös FZG</itemCaption>
  5258. </dmMember>
  5259. <dmDimension>
  5260. <DUN>[V_Verkauf].[Kennzahlen]</DUN>
  5261. <itemCaption>Kennzahlen</itemCaption>
  5262. </dmDimension>
  5263. <XMLAttributes>
  5264. <XMLAttribute name="RS_dataType" output="no" value="9"/>
  5265. </XMLAttributes>
  5266. </dataItemMeasure>
  5267. <dataItemMeasure name="Einsatz FZG">
  5268. <dmMember>
  5269. <MUN>[V_Verkauf].[Kennzahlen].[Einsatz FZG]</MUN>
  5270. <itemCaption>Einsatz FZG</itemCaption>
  5271. </dmMember>
  5272. <dmDimension>
  5273. <DUN>[V_Verkauf].[Kennzahlen]</DUN>
  5274. <itemCaption>Kennzahlen</itemCaption>
  5275. </dmDimension>
  5276. <XMLAttributes>
  5277. <XMLAttribute name="RS_dataType" output="no" value="9"/>
  5278. </XMLAttributes>
  5279. </dataItemMeasure>
  5280. <dataItemLevelSet name="Fabrikat">
  5281. <dmLevel>
  5282. <LUN>[V_Verkauf].[Fabrikat].[Fabrikat].[Fabrikat]</LUN>
  5283. <itemCaption>Fabrikat</itemCaption>
  5284. </dmLevel>
  5285. <dmDimension>
  5286. <DUN>[V_Verkauf].[Fabrikat]</DUN>
  5287. <itemCaption>Fabrikat</itemCaption>
  5288. </dmDimension>
  5289. <dmHierarchy>
  5290. <HUN>[V_Verkauf].[Fabrikat].[Fabrikat]</HUN>
  5291. <itemCaption>Fabrikat</itemCaption>
  5292. </dmHierarchy>
  5293. <XMLAttributes>
  5294. <XMLAttribute name="RS_dataType" output="no" value="3"/>
  5295. </XMLAttributes>
  5296. </dataItemLevelSet>
  5297. <dataItemSet name="Satz - Fabrikat">
  5298. <dmMembers>
  5299. <dmMember>
  5300. <MUN>[V_Verkauf].[Fabrikat].[Fabrikat].[Fabrikat1]-&gt;:[PC].[@MEMBER].[OPEL]</MUN>
  5301. <itemCaption>OPEL</itemCaption>
  5302. </dmMember>
  5303. <dmMember>
  5304. <MUN>[V_Verkauf].[Fabrikat].[Fabrikat].[Fabrikat1]-&gt;:[PC].[@MEMBER].[SKODA]</MUN>
  5305. <itemCaption>SKODA</itemCaption>
  5306. </dmMember>
  5307. <dmMember>
  5308. <MUN>[V_Verkauf].[Fabrikat].[Fabrikat].[Fabrikat1]-&gt;:[PC].[@MEMBER].[VOLVO]</MUN>
  5309. <itemCaption>VOLVO</itemCaption>
  5310. </dmMember>
  5311. </dmMembers>
  5312. <dmDimension>
  5313. <DUN>[V_Verkauf].[Fabrikat]</DUN>
  5314. <itemCaption>Fabrikat</itemCaption>
  5315. </dmDimension>
  5316. <dmHierarchy>
  5317. <HUN>[V_Verkauf].[Fabrikat].[Fabrikat]</HUN>
  5318. <itemCaption>Fabrikat</itemCaption>
  5319. </dmHierarchy>
  5320. <XMLAttributes>
  5321. <XMLAttribute name="RS_dataType" output="no" value="3"/>
  5322. </XMLAttributes>
  5323. <setSorting ascending="false"/>
  5324. </dataItemSet>
  5325. <dataItemMemberSet name="Hauptbetrieb">
  5326. <setDefinition>
  5327. <setExpandMember>
  5328. <baseSet>
  5329. <setLevelMembers>
  5330. <dmLevel>
  5331. <LUN>[V_Verkauf].[AH-Gruppe].[AH-Gruppe].[Hauptbetrieb]</LUN>
  5332. <itemCaption>Hauptbetrieb</itemCaption>
  5333. </dmLevel>
  5334. </setLevelMembers>
  5335. </baseSet>
  5336. <dmMember>
  5337. <MUN>[V_Verkauf].[AH-Gruppe].[AH-Gruppe].[Hauptbetrieb]-&gt;:[PC].[@MEMBER].[1]</MUN>
  5338. <itemCaption>Schachtschneider</itemCaption>
  5339. </dmMember>
  5340. </setExpandMember>
  5341. </setDefinition>
  5342. <dmDimension>
  5343. <DUN>[V_Verkauf].[AH-Gruppe]</DUN>
  5344. <itemCaption>AH-Gruppe</itemCaption>
  5345. </dmDimension>
  5346. <dmHierarchy>
  5347. <HUN>[V_Verkauf].[AH-Gruppe].[AH-Gruppe]</HUN>
  5348. <itemCaption>AH-Gruppe</itemCaption>
  5349. </dmHierarchy>
  5350. <XMLAttributes>
  5351. <XMLAttribute name="RS_dataType" output="no" value="3"/>
  5352. </XMLAttributes>
  5353. </dataItemMemberSet>
  5354. <dataItemMember name="Neuwagen">
  5355. <dmMember>
  5356. <MUN>[V_Verkauf].[Fahrzeugart].[Fahrzeugart].[Fahrzeugart1]-&gt;:[PC].[@MEMBER].[Neuwagen]</MUN>
  5357. <itemCaption>Neuwagen</itemCaption>
  5358. </dmMember>
  5359. <dmDimension>
  5360. <DUN>[V_Verkauf].[Fahrzeugart]</DUN>
  5361. <itemCaption>Fahrzeugart</itemCaption>
  5362. </dmDimension>
  5363. <dmHierarchy>
  5364. <HUN>[V_Verkauf].[Fahrzeugart].[Fahrzeugart]</HUN>
  5365. <itemCaption>Fahrzeugart</itemCaption>
  5366. </dmHierarchy>
  5367. </dataItemMember>
  5368. <dataItemMeasure name="Erlös / Stk.1">
  5369. <dmMember>
  5370. <MUN>[V_Verkauf].[Kennzahlen].[Erlös / Stk.]</MUN>
  5371. <itemCaption>Erlös / Stk.</itemCaption>
  5372. </dmMember>
  5373. <dmDimension>
  5374. <DUN>[V_Verkauf].[Kennzahlen]</DUN>
  5375. <itemCaption>Kennzahlen</itemCaption>
  5376. </dmDimension>
  5377. <XMLAttributes>
  5378. <XMLAttribute name="RS_dataType" output="no" value="9"/>
  5379. </XMLAttributes>
  5380. </dataItemMeasure>
  5381. <dataItemLevelSet name="Standort">
  5382. <dmLevel>
  5383. <LUN>[V_Verkauf].[AH-Gruppe].[AH-Gruppe].[Standort]</LUN>
  5384. <itemCaption>Standort</itemCaption>
  5385. </dmLevel>
  5386. <dmDimension>
  5387. <DUN>[V_Verkauf].[AH-Gruppe]</DUN>
  5388. <itemCaption>AH-Gruppe</itemCaption>
  5389. </dmDimension>
  5390. <dmHierarchy>
  5391. <HUN>[V_Verkauf].[AH-Gruppe].[AH-Gruppe]</HUN>
  5392. <itemCaption>AH-Gruppe</itemCaption>
  5393. </dmHierarchy>
  5394. <XMLAttributes>
  5395. <XMLAttribute name="RS_dataType" output="no" value="3"/>
  5396. </XMLAttributes>
  5397. </dataItemLevelSet>
  5398. <dataItemChildrenSet label="Fabrikat" name="children(Fabrikat)">
  5399. <dmMember>
  5400. <MUN>[V_Verkauf].[Fabrikat].[Fabrikat].[Fabrikat]-&gt;:[PC].[@MEMBER].[Fabrikat]</MUN>
  5401. <itemCaption>Fabrikat</itemCaption>
  5402. </dmMember>
  5403. <dmDimension>
  5404. <DUN>[V_Verkauf].[Fabrikat]</DUN>
  5405. <itemCaption>Fabrikat</itemCaption>
  5406. </dmDimension>
  5407. <dmHierarchy>
  5408. <HUN>[V_Verkauf].[Fabrikat].[Fabrikat]</HUN>
  5409. <itemCaption>Fabrikat</itemCaption>
  5410. </dmHierarchy>
  5411. <XMLAttributes>
  5412. <XMLAttribute name="RS_dataType" output="no" value="3"/>
  5413. </XMLAttributes>
  5414. </dataItemChildrenSet>
  5415. <dataItemLevelSet name="Fabrikat1">
  5416. <dmLevel>
  5417. <LUN>[V_Verkauf].[Fabrikat].[Fabrikat].[Fabrikat1]</LUN>
  5418. <itemCaption>Fabrikat1</itemCaption>
  5419. </dmLevel>
  5420. <dmDimension>
  5421. <DUN>[V_Verkauf].[Fabrikat]</DUN>
  5422. <itemCaption>Fabrikat</itemCaption>
  5423. </dmDimension>
  5424. <dmHierarchy>
  5425. <HUN>[V_Verkauf].[Fabrikat].[Fabrikat]</HUN>
  5426. <itemCaption>Fabrikat</itemCaption>
  5427. </dmHierarchy>
  5428. <XMLAttributes>
  5429. <XMLAttribute name="RS_dataType" output="no" value="3"/>
  5430. </XMLAttributes>
  5431. </dataItemLevelSet>
  5432. <dataItemLevelSet name="Kunde1">
  5433. <dmLevel>
  5434. <LUN>[V_Verkauf].[Kunde].[Kunde].[Kunde1]</LUN>
  5435. <itemCaption>Kunde1</itemCaption>
  5436. </dmLevel>
  5437. <dmDimension>
  5438. <DUN>[V_Verkauf].[Kunde]</DUN>
  5439. <itemCaption>Kunde</itemCaption>
  5440. </dmDimension>
  5441. <dmHierarchy>
  5442. <HUN>[V_Verkauf].[Kunde].[Kunde]</HUN>
  5443. <itemCaption>Kunde</itemCaption>
  5444. </dmHierarchy>
  5445. </dataItemLevelSet>
  5446. <dataItemMember name="AH-Gruppe">
  5447. <dmMember>
  5448. <MUN>[V_Verkauf].[AH-Gruppe].[AH-Gruppe].[AH-Gruppe]-&gt;:[PC].[@MEMBER].[Hauptbetrieb]</MUN>
  5449. <itemCaption>AH-Gruppe</itemCaption>
  5450. </dmMember>
  5451. <dmDimension>
  5452. <DUN>[V_Verkauf].[AH-Gruppe]</DUN>
  5453. <itemCaption>AH-Gruppe</itemCaption>
  5454. </dmDimension>
  5455. <dmHierarchy>
  5456. <HUN>[V_Verkauf].[AH-Gruppe].[AH-Gruppe]</HUN>
  5457. <itemCaption>AH-Gruppe</itemCaption>
  5458. </dmHierarchy>
  5459. <XMLAttributes>
  5460. <XMLAttribute name="RS_dataType" output="no" value="3"/>
  5461. </XMLAttributes>
  5462. </dataItemMember>
  5463. <dataItemMeasure name="Boni">
  5464. <dmMember>
  5465. <MUN>[V_Verkauf].[Kennzahlen].[Boni]</MUN>
  5466. <itemCaption>Boni</itemCaption>
  5467. </dmMember>
  5468. <dmDimension>
  5469. <DUN>[V_Verkauf].[Kennzahlen]</DUN>
  5470. <itemCaption>Kennzahlen</itemCaption>
  5471. </dmDimension>
  5472. <XMLAttributes>
  5473. <XMLAttribute name="RS_dataType" output="no" value="9"/>
  5474. </XMLAttributes>
  5475. </dataItemMeasure>
  5476. <dataItemMeasure name="Nachlass %">
  5477. <dmMember>
  5478. <MUN>[V_Verkauf].[Kennzahlen].[Nachlass %]</MUN>
  5479. <itemCaption>Nachlass %</itemCaption>
  5480. </dmMember>
  5481. <dmDimension>
  5482. <DUN>[V_Verkauf].[Kennzahlen]</DUN>
  5483. <itemCaption>Kennzahlen</itemCaption>
  5484. </dmDimension>
  5485. <XMLAttributes>
  5486. <XMLAttribute name="RS_dataType" output="no" value="9"/>
  5487. </XMLAttributes>
  5488. </dataItemMeasure>
  5489. <dataItemMeasure name="Standtage">
  5490. <dmMember>
  5491. <MUN>[V_Verkauf].[Kennzahlen].[Standtage]</MUN>
  5492. <itemCaption>Standtage</itemCaption>
  5493. </dmMember>
  5494. <dmDimension>
  5495. <DUN>[V_Verkauf].[Kennzahlen]</DUN>
  5496. <itemCaption>Kennzahlen</itemCaption>
  5497. </dmDimension>
  5498. <XMLAttributes>
  5499. <XMLAttribute name="RS_dataType" output="no" value="9"/>
  5500. </XMLAttributes>
  5501. </dataItemMeasure>
  5502. <dataItemLevelSet name="Fabrikat2">
  5503. <dmLevel>
  5504. <LUN>[V_Verkauf].[Fabrikat].[Fabrikat].[Fabrikat1]</LUN>
  5505. <itemCaption>Fabrikat1</itemCaption>
  5506. </dmLevel>
  5507. <dmDimension>
  5508. <DUN>[V_Verkauf].[Fabrikat]</DUN>
  5509. <itemCaption>Fabrikat</itemCaption>
  5510. </dmDimension>
  5511. <dmHierarchy>
  5512. <HUN>[V_Verkauf].[Fabrikat].[Fabrikat]</HUN>
  5513. <itemCaption>Fabrikat</itemCaption>
  5514. </dmHierarchy>
  5515. </dataItemLevelSet>
  5516. <dataItemLevelSet name="Fabrikat3">
  5517. <dmLevel>
  5518. <LUN>[V_Verkauf].[Fabrikat].[Fabrikat].[Fabrikat1]</LUN>
  5519. <itemCaption>Fabrikat1</itemCaption>
  5520. </dmLevel>
  5521. <dmDimension>
  5522. <DUN>[V_Verkauf].[Fabrikat]</DUN>
  5523. <itemCaption>Fabrikat</itemCaption>
  5524. </dmDimension>
  5525. <dmHierarchy>
  5526. <HUN>[V_Verkauf].[Fabrikat].[Fabrikat]</HUN>
  5527. <itemCaption>Fabrikat</itemCaption>
  5528. </dmHierarchy>
  5529. </dataItemLevelSet>
  5530. <dataItem name="AutoZeit">
  5531. <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>
  5532. <dataItem name="SelectZeit">
  5533. <expression>#prompt(&quot;p_Zeit&quot;,&quot;memberuniquename&quot;,&quot;[AutoZeit]&quot;)#
  5534. </expression>
  5535. <XMLAttributes>
  5536. <XMLAttribute name="RS_dataType" output="no" value="3"/>
  5537. <XMLAttribute name="RS_dataUsage" output="no" value="1"/>
  5538. <XMLAttribute name="RS_HUN" output="no" value="[F_NW_GW_VK].[Zeit].[Zeit]"/>
  5539. </XMLAttributes>
  5540. </dataItem>
  5541. <dataItem name="gewählter Monat">
  5542. <expression>[SelectZeit]</expression>
  5543. <XMLAttributes>
  5544. <XMLAttribute name="RS_dataType" output="no" value="3"/>
  5545. <XMLAttribute name="RS_dataUsage" output="no" value="1"/>
  5546. <XMLAttribute name="RS_HUN" output="no" value="[V_Verkauf].[Zeit].[Zeit]"/>
  5547. </XMLAttributes>
  5548. </dataItem>
  5549. <dataItem name="Monat VJ">
  5550. <expression>parallelPeriod([V_Verkauf].[Zeit].[Zeit].[Jahr];1;[gewählter Monat])</expression>
  5551. <XMLAttributes>
  5552. <XMLAttribute name="RS_dataType" output="no" value="3"/>
  5553. <XMLAttribute name="RS_dataUsage" output="no" value="1"/>
  5554. <XMLAttribute name="RS_HUN" output="no" value="[V_Verkauf].[Zeit].[Zeit]"/>
  5555. </XMLAttributes>
  5556. </dataItem>
  5557. <dataItem name="Jahr">
  5558. <expression>aggregate(currentMeasure within set periodsToDate ([V_Verkauf].[Zeit].[Zeit].[Jahr];[gewählter Monat]))</expression>
  5559. <XMLAttributes>
  5560. <XMLAttribute name="RS_dataType" output="no" value="3"/>
  5561. <XMLAttribute name="RS_dataUsage" output="no" value="1"/>
  5562. <XMLAttribute name="RS_HUN" output="no" value="[V_Verkauf].[Zeit].[Zeit]"/>
  5563. </XMLAttributes>
  5564. </dataItem>
  5565. <dataItem name="Vorjahr">
  5566. <expression>aggregate(currentMeasure within set periodsToDate ([V_Verkauf].[Zeit].[Zeit].[Jahr];parallelPeriod([V_Verkauf].[Zeit].[Zeit].[Jahr];1;[gewählter Monat])))</expression>
  5567. <XMLAttributes>
  5568. <XMLAttribute name="RS_dataType" output="no" value="3"/>
  5569. <XMLAttribute name="RS_dataUsage" output="no" value="1"/>
  5570. <XMLAttribute name="RS_HUN" output="no" value="[V_Verkauf].[Zeit].[Zeit]"/></XMLAttributes>
  5571. </dataItem>
  5572. <dataItem name="Abw. Monat">
  5573. <expression>[gewählter Monat] - [Monat VJ]</expression>
  5574. <XMLAttributes>
  5575. <XMLAttribute name="RS_dataType" output="no" value="3"/>
  5576. <XMLAttribute name="RS_dataUsage" output="no" value="1"/>
  5577. <XMLAttribute name="RS_HUN" output="no" value="[V_Verkauf].[Zeit].[Zeit]"/>
  5578. </XMLAttributes>
  5579. </dataItem>
  5580. <dataItem name="Abw.">
  5581. <expression>[Jahr] - [Vorjahr]</expression>
  5582. <XMLAttributes>
  5583. <XMLAttribute name="RS_dataType" output="no" value="3"/>
  5584. <XMLAttribute name="RS_dataUsage" output="no" value="1"/>
  5585. <XMLAttribute name="RS_HUN" output="no" value="[V_Verkauf].[Zeit].[Zeit]"/>
  5586. </XMLAttributes>
  5587. </dataItem>
  5588. <dataItem name="VJ">
  5589. <expression>parallelPeriod([V_Verkauf].[Zeit].[Zeit].[Jahr];1;[gewählter Monat])</expression>
  5590. </dataItem>
  5591. <dataItem name="Bis_VJ">
  5592. <expression>parallelPeriod ([V_Verkauf].[Zeit].[Zeit].[Jahr];1;[Bis])</expression>
  5593. </dataItem>
  5594. <dataItem name="Von_VJ">
  5595. <expression>parallelPeriod ([V_Verkauf].[Zeit].[Zeit].[Jahr];1;[Von])</expression>
  5596. </dataItem>
  5597. <dataItem name="Von_Bis_VJ">
  5598. <expression>intersect(lastPeriods(-9999;[Von_VJ]);lastPeriods(9999;[Bis_VJ]))</expression>
  5599. </dataItem>
  5600. <dataItem name="Bis">
  5601. <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>
  5602. </dataItem>
  5603. <dataItem name="Von">
  5604. <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>
  5605. </dataItem>
  5606. <dataItem name="Von_Bis">
  5607. <expression>intersect(lastPeriods(-9999;[Von]);lastPeriods(9999;[Bis]))</expression>
  5608. </dataItem>
  5609. <dataItem name="Abw_Von_Bis">
  5610. <expression>[agg_Von_Bis] - [agg_Von_BisVJ]</expression>
  5611. </dataItem>
  5612. <dataItem aggregate="total" name="agg_Von_Bis" rollupAggregate="total">
  5613. <expression>aggregate(currentMeasure within set [Von_Bis])</expression>
  5614. </dataItem>
  5615. <dataItem aggregate="total" name="agg_Von_BisVJ" rollupAggregate="total">
  5616. <expression>aggregate(currentMeasure within set [Von_Bis_VJ])</expression>
  5617. </dataItem>
  5618. <dataItem name="Abw. % Monat">
  5619. <expression>(([gewählter Monat] - [VJ]) / abs([gewählter Monat])) </expression>
  5620. </dataItem>
  5621. <dataItem name="Abw. % VB">
  5622. <expression>(([agg_Von_Bis]- [agg_Von_BisVJ]) / abs([agg_Von_Bis]))</expression>
  5623. </dataItem>
  5624. <dataItem name="Abw. % kum">
  5625. <expression>(([Jahr] - [Vorjahr]) / abs([Jahr]))</expression>
  5626. </dataItem>
  5627. </selection>
  5628. <detailFilters>
  5629. <detailFilter use="optional">
  5630. <filterExpression>[V_Verkauf].[AH-Gruppe].[AH-Gruppe].[Hauptbetrieb] in( ?p_Mandant?)</filterExpression>
  5631. </detailFilter>
  5632. <detailFilter use="optional">
  5633. <filterExpression>[V_Verkauf].[AH-Gruppe].[AH-Gruppe].[Standort] in( ?p_AH?)</filterExpression>
  5634. </detailFilter>
  5635. <detailFilter use="optional">
  5636. <filterExpression>[V_Verkauf].[Verkäufer].[Verkäufer].[Verkäufer1] in( ?p_Verkäufer?)</filterExpression>
  5637. </detailFilter>
  5638. <detailFilter use="optional">
  5639. <filterExpression>[V_Verkauf].[Fahrzeugart].[Fahrzeugart].[Fahrzeugart1] in( ?p_Fahrzeugart?)</filterExpression>
  5640. </detailFilter>
  5641. <detailFilter use="optional">
  5642. <filterExpression>[V_Verkauf].[Fabrikat].[Fabrikat].[Fabrikat1] in( ?p_Fabrikat?)</filterExpression>
  5643. </detailFilter>
  5644. <detailFilter use="optional">
  5645. <filterExpression>[V_Verkauf].[Kundenart].[Kundenart].[Kundenart1] in( ?p_Kundenart?)</filterExpression>
  5646. </detailFilter>
  5647. <detailFilter use="optional">
  5648. <filterExpression>[V_Verkauf].[Fabrikat].[Fabrikat].[Model] in( ?p_Modell?)</filterExpression>
  5649. </detailFilter>
  5650. <detailFilter use="optional">
  5651. <filterExpression>[V_Verkauf].[PLZ-Gebiete].[PLZ-Gebiete].[PLZ-Gebiete] in( ?p_PLZ?)</filterExpression>
  5652. </detailFilter>
  5653. <detailFilter use="optional">
  5654. <filterExpression>[V_Verkauf].[DB1 kleiner/größer 0].[DB1 kleiner/größer 0].[DB1 kleiner/größer 0] in( ?p_DB1?)</filterExpression>
  5655. </detailFilter>
  5656. <detailFilter use="optional">
  5657. <filterExpression>[V_Verkauf].[Kunde].[Kunde].[Kunde1].[Kunde - Langer Name] in( ?p_Kunde?)</filterExpression>
  5658. </detailFilter>
  5659. <detailFilter use="optional">
  5660. <filterExpression>[V_Verkauf].[Kunde].[Kunde].[Kunde1] in( ?p_Kunde2?)</filterExpression>
  5661. </detailFilter>
  5662. </detailFilters>
  5663. <slicer>
  5664. <slicerMemberSet>[Neuwagen]</slicerMemberSet>
  5665. </slicer>
  5666. </query>
  5667. <query name="qry_MainZeitraum">
  5668. <source>
  5669. <model/>
  5670. </source>
  5671. <selection>
  5672. <dataItemMeasure name="Menge">
  5673. <dmMember>
  5674. <MUN>[V_Verkauf].[Kennzahlen].[Menge]</MUN>
  5675. <itemCaption>Menge</itemCaption>
  5676. </dmMember>
  5677. <dmDimension>
  5678. <DUN>[V_Verkauf].[Kennzahlen]</DUN>
  5679. <itemCaption>Kennzahlen</itemCaption>
  5680. </dmDimension>
  5681. <XMLAttributes>
  5682. <XMLAttribute name="RS_dataType" output="no" value="9"/>
  5683. </XMLAttributes>
  5684. </dataItemMeasure>
  5685. <dataItemMeasure name="DB 1">
  5686. <dmMember>
  5687. <MUN>[V_Verkauf].[Kennzahlen].[DB 1]</MUN>
  5688. <itemCaption>DB 1</itemCaption>
  5689. </dmMember>
  5690. <dmDimension>
  5691. <DUN>[V_Verkauf].[Kennzahlen]</DUN>
  5692. <itemCaption>Kennzahlen</itemCaption>
  5693. </dmDimension>
  5694. <XMLAttributes>
  5695. <XMLAttribute name="RS_dataType" output="no" value="9"/>
  5696. </XMLAttributes>
  5697. </dataItemMeasure>
  5698. <dataItemMeasure name="DB 1 %">
  5699. <dmMember>
  5700. <MUN>[V_Verkauf].[Kennzahlen].[DB 1 %]</MUN>
  5701. <itemCaption>DB 1 %</itemCaption>
  5702. </dmMember>
  5703. <dmDimension>
  5704. <DUN>[V_Verkauf].[Kennzahlen]</DUN>
  5705. <itemCaption>Kennzahlen</itemCaption>
  5706. </dmDimension>
  5707. <XMLAttributes>
  5708. <XMLAttribute name="RS_dataType" output="no" value="9"/>
  5709. </XMLAttributes>
  5710. </dataItemMeasure>
  5711. <dataItemMeasure name="durchschn. DB">
  5712. <dmMember>
  5713. <MUN>[V_Verkauf].[Kennzahlen].[durchschn. DB 1]</MUN>
  5714. <itemCaption>durchschn. DB 1</itemCaption>
  5715. </dmMember>
  5716. <dmDimension>
  5717. <DUN>[V_Verkauf].[Kennzahlen]</DUN>
  5718. <itemCaption>Kennzahlen</itemCaption>
  5719. </dmDimension>
  5720. <XMLAttributes>
  5721. <XMLAttribute name="RS_dataType" output="no" value="9"/>
  5722. </XMLAttributes>
  5723. </dataItemMeasure>
  5724. <dataItemMeasure name="Erlös FZG">
  5725. <dmMember>
  5726. <MUN>[V_Verkauf].[Kennzahlen].[Erlös FZG]</MUN>
  5727. <itemCaption>Erlös FZG</itemCaption>
  5728. </dmMember>
  5729. <dmDimension>
  5730. <DUN>[V_Verkauf].[Kennzahlen]</DUN>
  5731. <itemCaption>Kennzahlen</itemCaption>
  5732. </dmDimension>
  5733. <XMLAttributes>
  5734. <XMLAttribute name="RS_dataType" output="no" value="9"/>
  5735. </XMLAttributes>
  5736. </dataItemMeasure>
  5737. <dataItemMeasure name="Einsatz FZG">
  5738. <dmMember>
  5739. <MUN>[V_Verkauf].[Kennzahlen].[Einsatz FZG]</MUN>
  5740. <itemCaption>Einsatz FZG</itemCaption>
  5741. </dmMember>
  5742. <dmDimension>
  5743. <DUN>[V_Verkauf].[Kennzahlen]</DUN>
  5744. <itemCaption>Kennzahlen</itemCaption>
  5745. </dmDimension>
  5746. <XMLAttributes>
  5747. <XMLAttribute name="RS_dataType" output="no" value="9"/>
  5748. </XMLAttributes>
  5749. </dataItemMeasure>
  5750. <dataItemLevelSet name="Fabrikat">
  5751. <dmLevel>
  5752. <LUN>[V_Verkauf].[Fabrikat].[Fabrikat].[Fabrikat]</LUN>
  5753. <itemCaption>Fabrikat</itemCaption>
  5754. </dmLevel>
  5755. <dmDimension>
  5756. <DUN>[V_Verkauf].[Fabrikat]</DUN>
  5757. <itemCaption>Fabrikat</itemCaption>
  5758. </dmDimension>
  5759. <dmHierarchy>
  5760. <HUN>[V_Verkauf].[Fabrikat].[Fabrikat]</HUN>
  5761. <itemCaption>Fabrikat</itemCaption>
  5762. </dmHierarchy>
  5763. <XMLAttributes>
  5764. <XMLAttribute name="RS_dataType" output="no" value="3"/>
  5765. </XMLAttributes>
  5766. </dataItemLevelSet>
  5767. <dataItemSet name="Satz - Fabrikat">
  5768. <dmMembers>
  5769. <dmMember>
  5770. <MUN>[V_Verkauf].[Fabrikat].[Fabrikat].[Fabrikat1]-&gt;:[PC].[@MEMBER].[OPEL]</MUN>
  5771. <itemCaption>OPEL</itemCaption>
  5772. </dmMember>
  5773. <dmMember>
  5774. <MUN>[V_Verkauf].[Fabrikat].[Fabrikat].[Fabrikat1]-&gt;:[PC].[@MEMBER].[SKODA]</MUN>
  5775. <itemCaption>SKODA</itemCaption>
  5776. </dmMember>
  5777. <dmMember>
  5778. <MUN>[V_Verkauf].[Fabrikat].[Fabrikat].[Fabrikat1]-&gt;:[PC].[@MEMBER].[VOLVO]</MUN>
  5779. <itemCaption>VOLVO</itemCaption>
  5780. </dmMember>
  5781. </dmMembers>
  5782. <dmDimension>
  5783. <DUN>[V_Verkauf].[Fabrikat]</DUN>
  5784. <itemCaption>Fabrikat</itemCaption>
  5785. </dmDimension>
  5786. <dmHierarchy>
  5787. <HUN>[V_Verkauf].[Fabrikat].[Fabrikat]</HUN>
  5788. <itemCaption>Fabrikat</itemCaption>
  5789. </dmHierarchy>
  5790. <XMLAttributes>
  5791. <XMLAttribute name="RS_dataType" output="no" value="3"/>
  5792. </XMLAttributes>
  5793. <setSorting ascending="false"/>
  5794. </dataItemSet>
  5795. <dataItemMemberSet name="Hauptbetrieb">
  5796. <setDefinition>
  5797. <setExpandMember>
  5798. <baseSet>
  5799. <setLevelMembers>
  5800. <dmLevel>
  5801. <LUN>[V_Verkauf].[AH-Gruppe].[AH-Gruppe].[Hauptbetrieb]</LUN>
  5802. <itemCaption>Hauptbetrieb</itemCaption>
  5803. </dmLevel>
  5804. </setLevelMembers>
  5805. </baseSet>
  5806. <dmMember>
  5807. <MUN>[V_Verkauf].[AH-Gruppe].[AH-Gruppe].[Hauptbetrieb]-&gt;:[PC].[@MEMBER].[1]</MUN>
  5808. <itemCaption>Schachtschneider</itemCaption>
  5809. </dmMember>
  5810. </setExpandMember>
  5811. </setDefinition>
  5812. <dmDimension>
  5813. <DUN>[V_Verkauf].[AH-Gruppe]</DUN>
  5814. <itemCaption>AH-Gruppe</itemCaption>
  5815. </dmDimension>
  5816. <dmHierarchy>
  5817. <HUN>[V_Verkauf].[AH-Gruppe].[AH-Gruppe]</HUN>
  5818. <itemCaption>AH-Gruppe</itemCaption>
  5819. </dmHierarchy>
  5820. <XMLAttributes>
  5821. <XMLAttribute name="RS_dataType" output="no" value="3"/>
  5822. </XMLAttributes>
  5823. </dataItemMemberSet>
  5824. <dataItemMember name="Neuwagen">
  5825. <dmMember>
  5826. <MUN>[V_Verkauf].[Fahrzeugart].[Fahrzeugart].[Fahrzeugart1]-&gt;:[PC].[@MEMBER].[Neuwagen]</MUN>
  5827. <itemCaption>Neuwagen</itemCaption>
  5828. </dmMember>
  5829. <dmDimension>
  5830. <DUN>[V_Verkauf].[Fahrzeugart]</DUN>
  5831. <itemCaption>Fahrzeugart</itemCaption>
  5832. </dmDimension>
  5833. <dmHierarchy>
  5834. <HUN>[V_Verkauf].[Fahrzeugart].[Fahrzeugart]</HUN>
  5835. <itemCaption>Fahrzeugart</itemCaption>
  5836. </dmHierarchy>
  5837. </dataItemMember>
  5838. <dataItemMeasure name="Erlös / Stk.1">
  5839. <dmMember>
  5840. <MUN>[V_Verkauf].[Kennzahlen].[Erlös / Stk.]</MUN>
  5841. <itemCaption>Erlös / Stk.</itemCaption>
  5842. </dmMember>
  5843. <dmDimension>
  5844. <DUN>[V_Verkauf].[Kennzahlen]</DUN>
  5845. <itemCaption>Kennzahlen</itemCaption>
  5846. </dmDimension>
  5847. <XMLAttributes>
  5848. <XMLAttribute name="RS_dataType" output="no" value="9"/>
  5849. </XMLAttributes>
  5850. </dataItemMeasure>
  5851. <dataItemLevelSet name="Standort">
  5852. <dmLevel>
  5853. <LUN>[V_Verkauf].[AH-Gruppe].[AH-Gruppe].[Standort]</LUN>
  5854. <itemCaption>Standort</itemCaption>
  5855. </dmLevel>
  5856. <dmDimension>
  5857. <DUN>[V_Verkauf].[AH-Gruppe]</DUN>
  5858. <itemCaption>AH-Gruppe</itemCaption>
  5859. </dmDimension>
  5860. <dmHierarchy>
  5861. <HUN>[V_Verkauf].[AH-Gruppe].[AH-Gruppe]</HUN>
  5862. <itemCaption>AH-Gruppe</itemCaption>
  5863. </dmHierarchy>
  5864. <XMLAttributes>
  5865. <XMLAttribute name="RS_dataType" output="no" value="3"/>
  5866. </XMLAttributes>
  5867. </dataItemLevelSet>
  5868. <dataItemChildrenSet label="Fabrikat" name="children(Fabrikat)">
  5869. <dmMember>
  5870. <MUN>[V_Verkauf].[Fabrikat].[Fabrikat].[Fabrikat]-&gt;:[PC].[@MEMBER].[Fabrikat]</MUN>
  5871. <itemCaption>Fabrikat</itemCaption>
  5872. </dmMember>
  5873. <dmDimension>
  5874. <DUN>[V_Verkauf].[Fabrikat]</DUN>
  5875. <itemCaption>Fabrikat</itemCaption>
  5876. </dmDimension>
  5877. <dmHierarchy>
  5878. <HUN>[V_Verkauf].[Fabrikat].[Fabrikat]</HUN>
  5879. <itemCaption>Fabrikat</itemCaption>
  5880. </dmHierarchy>
  5881. <XMLAttributes>
  5882. <XMLAttribute name="RS_dataType" output="no" value="3"/>
  5883. </XMLAttributes>
  5884. </dataItemChildrenSet>
  5885. <dataItemLevelSet name="Fabrikat1">
  5886. <dmLevel>
  5887. <LUN>[V_Verkauf].[Fabrikat].[Fabrikat].[Fabrikat1]</LUN>
  5888. <itemCaption>Fabrikat1</itemCaption>
  5889. </dmLevel>
  5890. <dmDimension>
  5891. <DUN>[V_Verkauf].[Fabrikat]</DUN>
  5892. <itemCaption>Fabrikat</itemCaption>
  5893. </dmDimension>
  5894. <dmHierarchy>
  5895. <HUN>[V_Verkauf].[Fabrikat].[Fabrikat]</HUN>
  5896. <itemCaption>Fabrikat</itemCaption>
  5897. </dmHierarchy>
  5898. <XMLAttributes>
  5899. <XMLAttribute name="RS_dataType" output="no" value="3"/>
  5900. </XMLAttributes>
  5901. </dataItemLevelSet>
  5902. <dataItemLevelSet name="Kunde1">
  5903. <dmLevel>
  5904. <LUN>[V_Verkauf].[Kunde].[Kunde].[Kunde1]</LUN>
  5905. <itemCaption>Kunde1</itemCaption>
  5906. </dmLevel>
  5907. <dmDimension>
  5908. <DUN>[V_Verkauf].[Kunde]</DUN>
  5909. <itemCaption>Kunde</itemCaption>
  5910. </dmDimension>
  5911. <dmHierarchy>
  5912. <HUN>[V_Verkauf].[Kunde].[Kunde]</HUN>
  5913. <itemCaption>Kunde</itemCaption>
  5914. </dmHierarchy>
  5915. </dataItemLevelSet>
  5916. <dataItemMember name="AH-Gruppe">
  5917. <dmMember>
  5918. <MUN>[V_Verkauf].[AH-Gruppe].[AH-Gruppe].[AH-Gruppe]-&gt;:[PC].[@MEMBER].[Hauptbetrieb]</MUN>
  5919. <itemCaption>AH-Gruppe</itemCaption>
  5920. </dmMember>
  5921. <dmDimension>
  5922. <DUN>[V_Verkauf].[AH-Gruppe]</DUN>
  5923. <itemCaption>AH-Gruppe</itemCaption>
  5924. </dmDimension>
  5925. <dmHierarchy>
  5926. <HUN>[V_Verkauf].[AH-Gruppe].[AH-Gruppe]</HUN>
  5927. <itemCaption>AH-Gruppe</itemCaption>
  5928. </dmHierarchy>
  5929. <XMLAttributes>
  5930. <XMLAttribute name="RS_dataType" output="no" value="3"/>
  5931. </XMLAttributes>
  5932. </dataItemMember>
  5933. <dataItemMeasure name="Boni">
  5934. <dmMember>
  5935. <MUN>[V_Verkauf].[Kennzahlen].[Boni]</MUN>
  5936. <itemCaption>Boni</itemCaption>
  5937. </dmMember>
  5938. <dmDimension>
  5939. <DUN>[V_Verkauf].[Kennzahlen]</DUN>
  5940. <itemCaption>Kennzahlen</itemCaption>
  5941. </dmDimension>
  5942. <XMLAttributes>
  5943. <XMLAttribute name="RS_dataType" output="no" value="9"/>
  5944. </XMLAttributes>
  5945. </dataItemMeasure>
  5946. <dataItemMeasure name="Nachlass %">
  5947. <dmMember>
  5948. <MUN>[V_Verkauf].[Kennzahlen].[Nachlass %]</MUN>
  5949. <itemCaption>Nachlass %</itemCaption>
  5950. </dmMember>
  5951. <dmDimension>
  5952. <DUN>[V_Verkauf].[Kennzahlen]</DUN>
  5953. <itemCaption>Kennzahlen</itemCaption>
  5954. </dmDimension>
  5955. <XMLAttributes>
  5956. <XMLAttribute name="RS_dataType" output="no" value="9"/>
  5957. </XMLAttributes>
  5958. </dataItemMeasure>
  5959. <dataItemMeasure name="Standtage">
  5960. <dmMember>
  5961. <MUN>[V_Verkauf].[Kennzahlen].[Standtage]</MUN>
  5962. <itemCaption>Standtage</itemCaption>
  5963. </dmMember>
  5964. <dmDimension>
  5965. <DUN>[V_Verkauf].[Kennzahlen]</DUN>
  5966. <itemCaption>Kennzahlen</itemCaption>
  5967. </dmDimension>
  5968. <XMLAttributes>
  5969. <XMLAttribute name="RS_dataType" output="no" value="9"/>
  5970. </XMLAttributes>
  5971. </dataItemMeasure>
  5972. <dataItemLevelSet name="Fabrikat2">
  5973. <dmLevel>
  5974. <LUN>[V_Verkauf].[Fabrikat].[Fabrikat].[Fabrikat1]</LUN>
  5975. <itemCaption>Fabrikat1</itemCaption>
  5976. </dmLevel>
  5977. <dmDimension>
  5978. <DUN>[V_Verkauf].[Fabrikat]</DUN>
  5979. <itemCaption>Fabrikat</itemCaption>
  5980. </dmDimension>
  5981. <dmHierarchy>
  5982. <HUN>[V_Verkauf].[Fabrikat].[Fabrikat]</HUN>
  5983. <itemCaption>Fabrikat</itemCaption>
  5984. </dmHierarchy>
  5985. </dataItemLevelSet>
  5986. <dataItem name="AutoZeit">
  5987. <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>
  5988. <dataItem name="SelectZeit">
  5989. <expression>#prompt(&quot;p_Zeit&quot;,&quot;memberuniquename&quot;,&quot;[AutoZeit]&quot;)#
  5990. </expression>
  5991. <XMLAttributes>
  5992. <XMLAttribute name="RS_dataType" output="no" value="3"/>
  5993. <XMLAttribute name="RS_dataUsage" output="no" value="1"/>
  5994. <XMLAttribute name="RS_HUN" output="no" value="[F_NW_GW_VK].[Zeit].[Zeit]"/>
  5995. </XMLAttributes>
  5996. </dataItem>
  5997. <dataItem name="gewählter Monat">
  5998. <expression>[SelectZeit]</expression>
  5999. <XMLAttributes>
  6000. <XMLAttribute name="RS_dataType" output="no" value="3"/>
  6001. <XMLAttribute name="RS_dataUsage" output="no" value="1"/>
  6002. <XMLAttribute name="RS_HUN" output="no" value="[V_Verkauf].[Zeit].[Zeit]"/>
  6003. </XMLAttributes>
  6004. </dataItem>
  6005. <dataItem name="Monat VJ">
  6006. <expression>parallelPeriod([V_Verkauf].[Zeit].[Zeit].[Jahr];1;[gewählter Monat])</expression>
  6007. <XMLAttributes>
  6008. <XMLAttribute name="RS_dataType" output="no" value="3"/>
  6009. <XMLAttribute name="RS_dataUsage" output="no" value="1"/>
  6010. <XMLAttribute name="RS_HUN" output="no" value="[V_Verkauf].[Zeit].[Zeit]"/>
  6011. </XMLAttributes>
  6012. </dataItem>
  6013. <dataItem name="Jahr">
  6014. <expression>aggregate(currentMeasure within set periodsToDate ([V_Verkauf].[Zeit].[Zeit].[Jahr];[gewählter Monat]))</expression>
  6015. <XMLAttributes>
  6016. <XMLAttribute name="RS_dataType" output="no" value="3"/>
  6017. <XMLAttribute name="RS_dataUsage" output="no" value="1"/>
  6018. <XMLAttribute name="RS_HUN" output="no" value="[V_Verkauf].[Zeit].[Zeit]"/>
  6019. </XMLAttributes>
  6020. </dataItem>
  6021. <dataItem name="Vorjahr">
  6022. <expression>aggregate(currentMeasure within set periodsToDate ([V_Verkauf].[Zeit].[Zeit].[Jahr];parallelPeriod([V_Verkauf].[Zeit].[Zeit].[Jahr];1;[gewählter Monat])))</expression>
  6023. <XMLAttributes>
  6024. <XMLAttribute name="RS_dataType" output="no" value="3"/>
  6025. <XMLAttribute name="RS_dataUsage" output="no" value="1"/>
  6026. <XMLAttribute name="RS_HUN" output="no" value="[V_Verkauf].[Zeit].[Zeit]"/></XMLAttributes>
  6027. </dataItem>
  6028. <dataItem name="Abw. Monat">
  6029. <expression>[gewählter Monat] - [Monat VJ]</expression>
  6030. <XMLAttributes>
  6031. <XMLAttribute name="RS_dataType" output="no" value="3"/>
  6032. <XMLAttribute name="RS_dataUsage" output="no" value="1"/>
  6033. <XMLAttribute name="RS_HUN" output="no" value="[V_Verkauf].[Zeit].[Zeit]"/>
  6034. </XMLAttributes>
  6035. </dataItem>
  6036. <dataItem name="Abw.">
  6037. <expression>[Jahr] - [Vorjahr]</expression>
  6038. <XMLAttributes>
  6039. <XMLAttribute name="RS_dataType" output="no" value="3"/>
  6040. <XMLAttribute name="RS_dataUsage" output="no" value="1"/>
  6041. <XMLAttribute name="RS_HUN" output="no" value="[V_Verkauf].[Zeit].[Zeit]"/>
  6042. </XMLAttributes>
  6043. </dataItem>
  6044. <dataItem name="VJ">
  6045. <expression>parallelPeriod([V_Verkauf].[Zeit].[Zeit].[Jahr];1;[gewählter Monat])</expression>
  6046. </dataItem>
  6047. <dataItem name="Bis_VJ">
  6048. <expression>parallelPeriod ([V_Verkauf].[Zeit].[Zeit].[Jahr];1;[Bis])</expression>
  6049. </dataItem>
  6050. <dataItem name="Von_VJ">
  6051. <expression>parallelPeriod ([V_Verkauf].[Zeit].[Zeit].[Jahr];1;[Von])</expression>
  6052. </dataItem>
  6053. <dataItem name="Zeitraum">
  6054. <expression>intersect(lastPeriods(-9999;[Von_VJ]);lastPeriods(9999;[Bis]))</expression>
  6055. </dataItem>
  6056. <dataItem name="Von_Bis_VJ">
  6057. <expression>intersect(lastPeriods(-9999;[Von_VJ]);lastPeriods(9999;[Bis_VJ]))</expression>
  6058. </dataItem>
  6059. <dataItem name="Bis">
  6060. <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>
  6061. </dataItem>
  6062. <dataItem name="Von">
  6063. <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>
  6064. </dataItem>
  6065. <dataItem name="Von_Bis">
  6066. <expression>intersect(lastPeriods(-9999;[Von]);lastPeriods(9999;[Bis]))</expression>
  6067. </dataItem>
  6068. <dataItem name="Abw_Von_Bis">
  6069. <expression>[agg_Von_Bis] - [agg_Von_BisVJ]</expression>
  6070. </dataItem>
  6071. <dataItem aggregate="total" name="agg_Von_Bis" rollupAggregate="total">
  6072. <expression>aggregate(currentMeasure within set [Von_Bis])</expression>
  6073. </dataItem>
  6074. <dataItem aggregate="total" name="agg_Von_BisVJ" rollupAggregate="total">
  6075. <expression>aggregate(currentMeasure within set [Von_Bis_VJ])</expression>
  6076. </dataItem>
  6077. <dataItem name="Abw. % Monat">
  6078. <expression>(([gewählter Monat] - [VJ]) / abs([gewählter Monat]))</expression>
  6079. </dataItem>
  6080. <dataItem name="Abw. % VB">
  6081. <expression>(([agg_Von_Bis]- [agg_Von_BisVJ]) / abs([agg_Von_Bis]))</expression>
  6082. </dataItem>
  6083. <dataItem name="Abw. % kum">
  6084. <expression>(([Jahr] - [Vorjahr]) / abs([Jahr]))</expression>
  6085. </dataItem>
  6086. </selection>
  6087. <detailFilters>
  6088. <detailFilter use="optional">
  6089. <filterExpression>[V_Verkauf].[AH-Gruppe].[AH-Gruppe].[Hauptbetrieb] in( ?p_Mandant?)</filterExpression>
  6090. </detailFilter>
  6091. <detailFilter use="optional">
  6092. <filterExpression>[V_Verkauf].[AH-Gruppe].[AH-Gruppe].[Standort] in( ?p_AH?)</filterExpression>
  6093. </detailFilter>
  6094. <detailFilter use="optional">
  6095. <filterExpression>[V_Verkauf].[Verkäufer].[Verkäufer].[Verkäufer1] in( ?p_Verkäufer?)</filterExpression>
  6096. </detailFilter>
  6097. <detailFilter use="optional">
  6098. <filterExpression>[V_Verkauf].[Fahrzeugart].[Fahrzeugart].[Fahrzeugart1] in( ?p_Fahrzeugart?)</filterExpression>
  6099. </detailFilter>
  6100. <detailFilter use="optional">
  6101. <filterExpression>[V_Verkauf].[Fabrikat].[Fabrikat].[Fabrikat1] in( ?p_Fabrikat?)</filterExpression>
  6102. </detailFilter>
  6103. <detailFilter use="optional">
  6104. <filterExpression>[V_Verkauf].[Kundenart].[Kundenart].[Kundenart1] in( ?p_Kundenart?)</filterExpression>
  6105. </detailFilter>
  6106. <detailFilter use="optional">
  6107. <filterExpression>[V_Verkauf].[Fabrikat].[Fabrikat].[Model] in( ?p_Modell?)</filterExpression>
  6108. </detailFilter>
  6109. <detailFilter use="optional">
  6110. <filterExpression>[V_Verkauf].[PLZ-Gebiete].[PLZ-Gebiete].[PLZ-Gebiete] in( ?p_PLZ?)</filterExpression>
  6111. </detailFilter>
  6112. <detailFilter use="optional">
  6113. <filterExpression>[V_Verkauf].[DB1 kleiner/größer 0].[DB1 kleiner/größer 0].[DB1 kleiner/größer 0] in( ?p_DB1?)</filterExpression>
  6114. </detailFilter>
  6115. <detailFilter use="optional">
  6116. <filterExpression>[V_Verkauf].[Kunde].[Kunde].[Kunde1].[Kunde - Langer Name] in( ?p_Kunde?)</filterExpression>
  6117. </detailFilter>
  6118. <detailFilter use="optional">
  6119. <filterExpression>[V_Verkauf].[Kunde].[Kunde].[Kunde1] in( ?p_Kunde2?)</filterExpression>
  6120. </detailFilter>
  6121. </detailFilters>
  6122. <slicer>
  6123. <slicerMemberSet>[Neuwagen]</slicerMemberSet>
  6124. <slicerMemberSet>[Zeitraum]</slicerMemberSet>
  6125. </slicer>
  6126. </query>
  6127. <query name="qry_Mandant">
  6128. <source>
  6129. <model/>
  6130. </source>
  6131. <selection>
  6132. <dataItemLevelSet name="Hauptbetrieb">
  6133. <dmLevel>
  6134. <LUN>[V_Verkauf].[AH-Gruppe].[AH-Gruppe].[Hauptbetrieb]</LUN>
  6135. <itemCaption>Hauptbetrieb</itemCaption>
  6136. </dmLevel>
  6137. <dmDimension>
  6138. <DUN>[V_Verkauf].[AH-Gruppe]</DUN>
  6139. <itemCaption>AH-Gruppe</itemCaption>
  6140. </dmDimension>
  6141. <dmHierarchy>
  6142. <HUN>[V_Verkauf].[AH-Gruppe].[AH-Gruppe]</HUN>
  6143. <itemCaption>AH-Gruppe</itemCaption>
  6144. </dmHierarchy>
  6145. </dataItemLevelSet>
  6146. </selection>
  6147. </query>
  6148. <query name="qry_AH">
  6149. <source>
  6150. <model/>
  6151. </source>
  6152. <selection>
  6153. <dataItem aggregate="none" name="Standort">
  6154. <expression>[V_Verkauf].[AH-Gruppe].[AH-Gruppe].[Standort]</expression>
  6155. </dataItem>
  6156. </selection>
  6157. </query>
  6158. <query name="qry_Fahrzeugtyp">
  6159. <source>
  6160. <model/>
  6161. </source>
  6162. <selection>
  6163. <dataItemMember name="Neuwagen">
  6164. <dmMember>
  6165. <MUN>[V_Verkauf].[Fahrzeugart].[Fahrzeugart].[Fahrzeugart1]-&gt;:[PC].[@MEMBER].[Neuwagen]</MUN>
  6166. <itemCaption>Neuwagen</itemCaption>
  6167. </dmMember>
  6168. <dmDimension>
  6169. <DUN>[V_Verkauf].[Fahrzeugart]</DUN>
  6170. <itemCaption>Fahrzeugart</itemCaption>
  6171. </dmDimension>
  6172. <dmHierarchy>
  6173. <HUN>[V_Verkauf].[Fahrzeugart].[Fahrzeugart]</HUN>
  6174. <itemCaption>Fahrzeugart</itemCaption>
  6175. </dmHierarchy>
  6176. </dataItemMember>
  6177. <dataItem name="chd_Fahrzeugtyp">
  6178. <expression>children([Neuwagen])</expression>
  6179. </dataItem>
  6180. </selection>
  6181. <slicer>
  6182. <slicerMemberSet>[Neuwagen]</slicerMemberSet>
  6183. </slicer>
  6184. </query>
  6185. <query name="qry_Kundenart">
  6186. <source>
  6187. <model/>
  6188. </source>
  6189. <selection>
  6190. <dataItemLevelSet name="Kundenart1">
  6191. <dmLevel>
  6192. <LUN>[V_Verkauf].[Kundenart].[Kundenart].[Kundenart1]</LUN>
  6193. <itemCaption>Kundenart1</itemCaption>
  6194. </dmLevel>
  6195. <dmDimension>
  6196. <DUN>[V_Verkauf].[Kundenart]</DUN>
  6197. <itemCaption>Kundenart</itemCaption>
  6198. </dmDimension>
  6199. <dmHierarchy>
  6200. <HUN>[V_Verkauf].[Kundenart].[Kundenart]</HUN>
  6201. <itemCaption>Kundenart</itemCaption>
  6202. </dmHierarchy>
  6203. </dataItemLevelSet>
  6204. </selection>
  6205. </query>
  6206. <query name="qry_Verkäufer">
  6207. <source>
  6208. <model/>
  6209. </source>
  6210. <selection>
  6211. <dataItemLevelSet name="Standort">
  6212. <dmLevel>
  6213. <LUN>[V_Verkauf].[AH-Gruppe].[AH-Gruppe].[Standort]</LUN>
  6214. <itemCaption>Standort</itemCaption>
  6215. </dmLevel>
  6216. <dmDimension>
  6217. <DUN>[V_Verkauf].[AH-Gruppe]</DUN>
  6218. <itemCaption>AH-Gruppe</itemCaption>
  6219. </dmDimension>
  6220. <dmHierarchy>
  6221. <HUN>[V_Verkauf].[AH-Gruppe].[AH-Gruppe]</HUN>
  6222. <itemCaption>AH-Gruppe</itemCaption>
  6223. </dmHierarchy>
  6224. </dataItemLevelSet>
  6225. <dataItemLevelSet name="Verkäufer1">
  6226. <dmLevel>
  6227. <LUN>[V_Verkauf].[Verkäufer].[Verkäufer].[Verkäufer1]</LUN>
  6228. <itemCaption>Verkäufer1</itemCaption>
  6229. </dmLevel>
  6230. <dmDimension>
  6231. <DUN>[V_Verkauf].[Verkäufer]</DUN>
  6232. <itemCaption>Verkäufer</itemCaption>
  6233. </dmDimension>
  6234. <dmHierarchy>
  6235. <HUN>[V_Verkauf].[Verkäufer].[Verkäufer]</HUN>
  6236. <itemCaption>Verkäufer</itemCaption>
  6237. </dmHierarchy>
  6238. </dataItemLevelSet>
  6239. </selection>
  6240. <detailFilters>
  6241. <detailFilter use="optional">
  6242. <filterExpression>[Standort] = ?p_AH?</filterExpression>
  6243. </detailFilter>
  6244. </detailFilters>
  6245. </query>
  6246. <query name="qry_Fabrikat">
  6247. <source>
  6248. <model/>
  6249. </source>
  6250. <selection>
  6251. <dataItemLevelSet name="Model">
  6252. <dmLevel>
  6253. <LUN>[V_Verkauf].[Fabrikat].[Fabrikat].[Model]</LUN>
  6254. <itemCaption>Model</itemCaption>
  6255. </dmLevel>
  6256. <dmDimension>
  6257. <DUN>[V_Verkauf].[Fabrikat]</DUN>
  6258. <itemCaption>Fabrikat</itemCaption>
  6259. </dmDimension>
  6260. <dmHierarchy>
  6261. <HUN>[V_Verkauf].[Fabrikat].[Fabrikat]</HUN>
  6262. <itemCaption>Fabrikat</itemCaption>
  6263. </dmHierarchy>
  6264. </dataItemLevelSet>
  6265. <dataItemMember name="Fremd">
  6266. <dmMember>
  6267. <MUN>[V_Verkauf].[Fabrikat].[Fabrikat].[Fabrikat1]-&gt;:[PC].[@MEMBER].[Fremd]</MUN>
  6268. <itemCaption>Fremd</itemCaption>
  6269. </dmMember>
  6270. <dmDimension>
  6271. <DUN>[V_Verkauf].[Fabrikat]</DUN>
  6272. <itemCaption>Fabrikat</itemCaption>
  6273. </dmDimension>
  6274. <dmHierarchy>
  6275. <HUN>[V_Verkauf].[Fabrikat].[Fabrikat]</HUN>
  6276. <itemCaption>Fabrikat</itemCaption>
  6277. </dmHierarchy>
  6278. </dataItemMember>
  6279. <dataItem aggregate="none" name="Fabrikat1">
  6280. <expression>[V_Verkauf].[Fabrikat].[Fabrikat].[Fabrikat1]</expression>
  6281. </dataItem>
  6282. <dataItem name="alle_Fabrikate">
  6283. <expression>union ([Fabrikat1] ; children([Fremd]))</expression>
  6284. </dataItem>
  6285. </selection>
  6286. </query>
  6287. <query name="qry_Kundenart1">
  6288. <source>
  6289. <model/>
  6290. </source>
  6291. <selection>
  6292. <dataItemLevelSet name="Kundenart1">
  6293. <dmLevel>
  6294. <LUN>[V_Verkauf].[Kundenart].[Kundenart].[Kundenart1]</LUN>
  6295. <itemCaption>Kundenart1</itemCaption>
  6296. </dmLevel>
  6297. <dmDimension>
  6298. <DUN>[V_Verkauf].[Kundenart]</DUN>
  6299. <itemCaption>Kundenart</itemCaption>
  6300. </dmDimension>
  6301. <dmHierarchy>
  6302. <HUN>[V_Verkauf].[Kundenart].[Kundenart]</HUN>
  6303. <itemCaption>Kundenart</itemCaption>
  6304. </dmHierarchy>
  6305. </dataItemLevelSet>
  6306. </selection>
  6307. </query>
  6308. <query name="qry_Zeit">
  6309. <source>
  6310. <model/>
  6311. </source>
  6312. <selection>
  6313. <dataItemLevelSet name="Jahr">
  6314. <dmLevel>
  6315. <LUN>[V_Verkauf].[Zeit].[Zeit].[Jahr]</LUN>
  6316. <itemCaption>Jahr</itemCaption>
  6317. </dmLevel>
  6318. <dmDimension>
  6319. <DUN>[V_Verkauf].[Zeit]</DUN>
  6320. <itemCaption>Zeit</itemCaption>
  6321. </dmDimension>
  6322. <dmHierarchy>
  6323. <HUN>[V_Verkauf].[Zeit].[Zeit]</HUN>
  6324. <itemCaption>Zeit</itemCaption>
  6325. </dmHierarchy>
  6326. </dataItemLevelSet>
  6327. </selection>
  6328. </query>
  6329. <query name="qry_PLZ">
  6330. <source>
  6331. <model/>
  6332. </source>
  6333. <selection>
  6334. <dataItem aggregate="none" name="PLZ-Gebiete">
  6335. <expression>[V_Verkauf].[PLZ-Gebiete].[PLZ-Gebiete].[PLZ-Gebiete]</expression>
  6336. </dataItem>
  6337. </selection>
  6338. </query>
  6339. <query name="qry_DB1">
  6340. <source>
  6341. <model/>
  6342. </source>
  6343. <selection>
  6344. <dataItemLevelSet name="DB1 &lt; 0">
  6345. <dmLevel>
  6346. <LUN>[V_Verkauf].[DB1 kleiner/größer 0].[DB1 kleiner/größer 0].[DB1 &lt; 0]</LUN>
  6347. <itemCaption>DB1 &lt; 0</itemCaption>
  6348. </dmLevel>
  6349. <dmDimension>
  6350. <DUN>[V_Verkauf].[DB1 kleiner/größer 0]</DUN>
  6351. <itemCaption>DB1 kleiner/größer 0</itemCaption>
  6352. </dmDimension>
  6353. <dmHierarchy>
  6354. <HUN>[V_Verkauf].[DB1 kleiner/größer 0].[DB1 kleiner/größer 0]</HUN>
  6355. <itemCaption>DB1 kleiner/größer 0</itemCaption>
  6356. </dmHierarchy>
  6357. </dataItemLevelSet>
  6358. </selection>
  6359. </query>
  6360. <query name="qry_Zeit1">
  6361. <source>
  6362. <model/>
  6363. </source>
  6364. <selection>
  6365. <dataItemLevelSet name="Jahr">
  6366. <dmLevel>
  6367. <LUN>[V_Verkauf].[Zeit].[Zeit].[Jahr]</LUN>
  6368. <itemCaption>Jahr</itemCaption>
  6369. </dmLevel>
  6370. <dmDimension>
  6371. <DUN>[V_Verkauf].[Zeit]</DUN>
  6372. <itemCaption>Zeit</itemCaption>
  6373. </dmDimension>
  6374. <dmHierarchy>
  6375. <HUN>[V_Verkauf].[Zeit].[Zeit]</HUN>
  6376. <itemCaption>Zeit</itemCaption>
  6377. </dmHierarchy>
  6378. </dataItemLevelSet>
  6379. <dataItemLevelSet name="Monat">
  6380. <dmLevel>
  6381. <LUN>[V_Verkauf].[Zeit].[Zeit].[Monat]</LUN>
  6382. <itemCaption>Monat</itemCaption>
  6383. </dmLevel>
  6384. <dmDimension>
  6385. <DUN>[V_Verkauf].[Zeit]</DUN>
  6386. <itemCaption>Zeit</itemCaption>
  6387. </dmDimension>
  6388. <dmHierarchy>
  6389. <HUN>[V_Verkauf].[Zeit].[Zeit]</HUN>
  6390. <itemCaption>Zeit</itemCaption>
  6391. </dmHierarchy>
  6392. </dataItemLevelSet>
  6393. <dataItemMemberProperty name="Monat - Category Code">
  6394. <dmMemberProperty>
  6395. <MPUN>[V_Verkauf].[Zeit].[Zeit].[Monat].[Monat - Category Code]</MPUN>
  6396. <itemCaption>Monat - Category Code</itemCaption>
  6397. </dmMemberProperty>
  6398. <dmDimension>
  6399. <DUN>[V_Verkauf].[Zeit]</DUN>
  6400. <itemCaption>Zeit</itemCaption>
  6401. </dmDimension>
  6402. <dmHierarchy>
  6403. <HUN>[V_Verkauf].[Zeit].[Zeit]</HUN>
  6404. <itemCaption>Zeit</itemCaption>
  6405. </dmHierarchy>
  6406. <dmLevel>
  6407. <LUN>[V_Verkauf].[Zeit].[Zeit].[Monat]</LUN>
  6408. <itemCaption>Monat</itemCaption>
  6409. </dmLevel>
  6410. </dataItemMemberProperty>
  6411. </selection>
  6412. </query>
  6413. <query name="qry_Mandant1">
  6414. <source>
  6415. <model/>
  6416. </source>
  6417. <selection>
  6418. <dataItemLevelSet name="Hauptbetrieb">
  6419. <dmLevel>
  6420. <LUN>[V_Verkauf].[AH-Gruppe].[AH-Gruppe].[Hauptbetrieb]</LUN>
  6421. <itemCaption>Hauptbetrieb</itemCaption>
  6422. </dmLevel>
  6423. <dmDimension>
  6424. <DUN>[V_Verkauf].[AH-Gruppe]</DUN>
  6425. <itemCaption>AH-Gruppe</itemCaption>
  6426. </dmDimension>
  6427. <dmHierarchy>
  6428. <HUN>[V_Verkauf].[AH-Gruppe].[AH-Gruppe]</HUN>
  6429. <itemCaption>AH-Gruppe</itemCaption>
  6430. </dmHierarchy>
  6431. </dataItemLevelSet>
  6432. </selection>
  6433. </query>
  6434. <query name="qry_AH1">
  6435. <source>
  6436. <model/>
  6437. </source>
  6438. <selection>
  6439. <dataItem aggregate="none" name="Standort">
  6440. <expression>[V_Verkauf].[AH-Gruppe].[AH-Gruppe].[Standort]</expression>
  6441. </dataItem>
  6442. </selection>
  6443. </query>
  6444. <query name="qry_Verkäufer1">
  6445. <source>
  6446. <model/>
  6447. </source>
  6448. <selection>
  6449. <dataItemLevelSet name="Verkäufer1">
  6450. <dmLevel>
  6451. <LUN>[V_Verkauf].[Verkäufer].[Verkäufer].[Verkäufer1]</LUN>
  6452. <itemCaption>Verkäufer1</itemCaption>
  6453. </dmLevel>
  6454. <dmDimension>
  6455. <DUN>[V_Verkauf].[Verkäufer]</DUN>
  6456. <itemCaption>Verkäufer</itemCaption>
  6457. </dmDimension>
  6458. <dmHierarchy>
  6459. <HUN>[V_Verkauf].[Verkäufer].[Verkäufer]</HUN>
  6460. <itemCaption>Verkäufer</itemCaption>
  6461. </dmHierarchy>
  6462. </dataItemLevelSet>
  6463. </selection>
  6464. </query>
  6465. <query name="qry_Kundenart2">
  6466. <source>
  6467. <model/>
  6468. </source>
  6469. <selection>
  6470. <dataItemLevelSet name="Kundenart1">
  6471. <dmLevel>
  6472. <LUN>[V_Verkauf].[Kundenart].[Kundenart].[Kundenart1]</LUN>
  6473. <itemCaption>Kundenart1</itemCaption>
  6474. </dmLevel>
  6475. <dmDimension>
  6476. <DUN>[V_Verkauf].[Kundenart]</DUN>
  6477. <itemCaption>Kundenart</itemCaption>
  6478. </dmDimension>
  6479. <dmHierarchy>
  6480. <HUN>[V_Verkauf].[Kundenart].[Kundenart]</HUN>
  6481. <itemCaption>Kundenart</itemCaption>
  6482. </dmHierarchy>
  6483. </dataItemLevelSet>
  6484. </selection>
  6485. </query>
  6486. <query name="qry_Fabrikat1">
  6487. <source>
  6488. <model/>
  6489. </source>
  6490. <selection>
  6491. <dataItemLevelSet name="Fabrikat1">
  6492. <dmLevel>
  6493. <LUN>[V_Verkauf].[Fabrikat].[Fabrikat].[Fabrikat1]</LUN>
  6494. <itemCaption>Fabrikat1</itemCaption>
  6495. </dmLevel>
  6496. <dmDimension>
  6497. <DUN>[V_Verkauf].[Fabrikat]</DUN>
  6498. <itemCaption>Fabrikat</itemCaption>
  6499. </dmDimension>
  6500. <dmHierarchy>
  6501. <HUN>[V_Verkauf].[Fabrikat].[Fabrikat]</HUN>
  6502. <itemCaption>Fabrikat</itemCaption>
  6503. </dmHierarchy>
  6504. </dataItemLevelSet>
  6505. </selection>
  6506. </query>
  6507. <query name="qry_Modell1">
  6508. <source>
  6509. <model/>
  6510. </source>
  6511. <selection>
  6512. <dataItemLevelSet name="Fabrikat1">
  6513. <dmLevel>
  6514. <LUN>[V_Verkauf].[Fabrikat].[Fabrikat].[Fabrikat1]</LUN>
  6515. <itemCaption>Fabrikat1</itemCaption>
  6516. </dmLevel>
  6517. <dmDimension>
  6518. <DUN>[V_Verkauf].[Fabrikat]</DUN>
  6519. <itemCaption>Fabrikat</itemCaption>
  6520. </dmDimension>
  6521. <dmHierarchy>
  6522. <HUN>[V_Verkauf].[Fabrikat].[Fabrikat]</HUN>
  6523. <itemCaption>Fabrikat</itemCaption>
  6524. </dmHierarchy>
  6525. </dataItemLevelSet>
  6526. <dataItemLevelSet name="Model">
  6527. <dmLevel>
  6528. <LUN>[V_Verkauf].[Fabrikat].[Fabrikat].[Model]</LUN>
  6529. <itemCaption>Model</itemCaption>
  6530. </dmLevel>
  6531. <dmDimension>
  6532. <DUN>[V_Verkauf].[Fabrikat]</DUN>
  6533. <itemCaption>Fabrikat</itemCaption>
  6534. </dmDimension>
  6535. <dmHierarchy>
  6536. <HUN>[V_Verkauf].[Fabrikat].[Fabrikat]</HUN>
  6537. <itemCaption>Fabrikat</itemCaption>
  6538. </dmHierarchy>
  6539. </dataItemLevelSet>
  6540. <dataItem name="members_Modell">
  6541. <expression>descendants([V_Verkauf].[Fabrikat].[Fabrikat].[Fabrikat1];1)</expression>
  6542. </dataItem>
  6543. </selection>
  6544. <detailFilters>
  6545. <detailFilter use="optional">
  6546. <filterExpression>[Fabrikat1] = ?p_Fabrikat?</filterExpression>
  6547. </detailFilter>
  6548. </detailFilters>
  6549. <memberSetStructure/>
  6550. </query>
  6551. <query name="qry_Fahrzeugtyp2">
  6552. <source>
  6553. <model/>
  6554. </source>
  6555. <selection>
  6556. <dataItem aggregate="none" name="Fahrzeugtyp">
  6557. <expression>[V_Verkauf].[Fahrzeugart].[Fahrzeugart].[Fahrzeugtyp]</expression>
  6558. </dataItem>
  6559. <dataItemSet name="Satz - Fahrzeugart">
  6560. <dmMembers>
  6561. <dmMember>
  6562. <MUN>[V_Verkauf].[Fahrzeugart].[Fahrzeugart].[Fahrzeugtyp]-&gt;:[PC].[@MEMBER].[V - Vorführwagen]</MUN>
  6563. <itemCaption>V - Vorführwagen</itemCaption>
  6564. </dmMember>
  6565. <dmMember>
  6566. <MUN>[V_Verkauf].[Fahrzeugart].[Fahrzeugart].[Fahrzeugtyp]-&gt;:[PC].[@MEMBER].[T - Tageszulassung]</MUN>
  6567. <itemCaption>T - Tageszulassung</itemCaption>
  6568. </dmMember>
  6569. <dmMember>
  6570. <MUN>[V_Verkauf].[Fahrzeugart].[Fahrzeugart].[Fahrzeugtyp]-&gt;:[PC].[@MEMBER].[N - Neuwagen]</MUN>
  6571. <itemCaption>N - Neuwagen</itemCaption>
  6572. </dmMember>
  6573. </dmMembers>
  6574. <dmDimension>
  6575. <DUN>[V_Verkauf].[Fahrzeugart]</DUN>
  6576. <itemCaption>Fahrzeugart</itemCaption>
  6577. </dmDimension>
  6578. <dmHierarchy>
  6579. <HUN>[V_Verkauf].[Fahrzeugart].[Fahrzeugart]</HUN>
  6580. <itemCaption>Fahrzeugart</itemCaption>
  6581. </dmHierarchy>
  6582. </dataItemSet>
  6583. </selection>
  6584. </query>
  6585. <query name="qry_DB2">
  6586. <source>
  6587. <model/>
  6588. </source>
  6589. <selection>
  6590. <dataItemLevelSet name="DB1 &lt; 0">
  6591. <dmLevel>
  6592. <LUN>[V_Verkauf].[DB1 kleiner/größer 0].[DB1 kleiner/größer 0].[DB1 &lt; 0]</LUN>
  6593. <itemCaption>DB1 &lt; 0</itemCaption>
  6594. </dmLevel>
  6595. <dmDimension>
  6596. <DUN>[V_Verkauf].[DB1 kleiner/größer 0]</DUN>
  6597. <itemCaption>DB1 kleiner/größer 0</itemCaption>
  6598. </dmDimension>
  6599. <dmHierarchy>
  6600. <HUN>[V_Verkauf].[DB1 kleiner/größer 0].[DB1 kleiner/größer 0]</HUN>
  6601. <itemCaption>DB1 kleiner/größer 0</itemCaption>
  6602. </dmHierarchy>
  6603. </dataItemLevelSet>
  6604. </selection>
  6605. </query>
  6606. <query name="qry_PLZ1">
  6607. <source>
  6608. <model/>
  6609. </source>
  6610. <selection>
  6611. <dataItem aggregate="none" name="PLZ-Gebiete">
  6612. <expression>[V_Verkauf].[PLZ-Gebiete].[PLZ-Gebiete].[PLZ-Gebiete]</expression>
  6613. </dataItem>
  6614. </selection>
  6615. </query>
  6616. <query name="qry_Kunde1">
  6617. <source>
  6618. <model/>
  6619. </source>
  6620. <selection>
  6621. <dataItem aggregate="none" name="Kunde1">
  6622. <expression>[V_Verkauf].[Kunde].[Kunde].[Kunde1]</expression>
  6623. </dataItem>
  6624. </selection>
  6625. </query>
  6626. <query name="Abfrage2">
  6627. <source>
  6628. <model/>
  6629. </source>
  6630. <selection>
  6631. <dataItemLevelSet name="Tag">
  6632. <dmLevel>
  6633. <LUN>[V_Verkauf].[Zeit].[Aktueller Tag].[Tag]</LUN>
  6634. <itemCaption>Tag</itemCaption>
  6635. </dmLevel>
  6636. <dmDimension>
  6637. <DUN>[V_Verkauf].[Zeit]</DUN>
  6638. <itemCaption>Zeit</itemCaption>
  6639. </dmDimension>
  6640. <dmHierarchy>
  6641. <HUN>[V_Verkauf].[Zeit].[Aktueller Tag]</HUN>
  6642. <itemCaption>Aktueller Tag</itemCaption>
  6643. </dmHierarchy>
  6644. </dataItemLevelSet>
  6645. </selection>
  6646. </query>
  6647. </queries>
  6648. <classStyles>
  6649. <classStyle name="pg">
  6650. <CSS value="white-space:nowrap"/>
  6651. </classStyle>
  6652. <classStyle description="kreuztabelle gelb" label="kt_GELB" name="cls1">
  6653. <CSS value="padding:4px 5px 4px 6px;background-color:#FFE97E;line-break:strict"/>
  6654. </classStyle>
  6655. <classStyle description="kreuztabelle gelb" label="kt_GELB2" name="cls11">
  6656. <CSS value="padding:4px 5px 4px 6px;background-color:#FFE97E;line-break:strict"/>
  6657. </classStyle>
  6658. <classStyle description="kreuztabelle blau" label="kt_BLAU1" name="cls2">
  6659. <CSS value="padding:4px 5px 4px 6px;background-color:#CDD4DA;line-break:strict"/>
  6660. </classStyle>
  6661. <classStyle description="kreuztabelle blau" label="kt_BLAU2" name="cls3">
  6662. <CSS value="padding:4px 5px 4px 6px;background-color:#B1BCC7;line-break:strict"/>
  6663. </classStyle>
  6664. <classStyle description="kreuztabelle türkis" label="kt_BLAU3" name="cls4">
  6665. <CSS value="padding:4px 5px 4px 6px;background-color:#72889B;line-break:strict"/>
  6666. </classStyle>
  6667. <classStyle description="kreuztabelle türkis " label="kt_TUERKIS" name="cls5">
  6668. <CSS value="padding:4px 5px 4px 6px;background-color:#C7DEE7;line-break:strict"/>
  6669. </classStyle>
  6670. <classStyle description="kreuztabelle grün" label="kt_GRUEN1" name="cls6">
  6671. <CSS value="padding:4px 5px 4px 6px;background-color:#A5B98D;line-break:strict"/>
  6672. </classStyle>
  6673. <classStyle label="Hintergrund" name="cls14">
  6674. <CSS value="background-color:#C3CCD4"/>
  6675. </classStyle>
  6676. <classStyle description="kreuztabelle grün" label="kt_GRUEN2" name="cls7">
  6677. <CSS value="padding:4px 5px 4px 6px;background-color:#8EA375;line-break:strict"/>
  6678. </classStyle>
  6679. <classStyle description="kreuztabelle orange" label="kt_ORANGE" name="cls8">
  6680. <CSS value="padding:4px 5px 4px 6px;background-color:#E98751;line-break:strict"/>
  6681. </classStyle>
  6682. <classStyle description="kreuztabelle rot" label="kt_ROT1" name="cls9">
  6683. <CSS value="padding:4px 5px 4px 6px;background-color:#B10F2E;line-break:strict"/>
  6684. </classStyle>
  6685. <classStyle description="kreuztabelle rot" label="kt_ROT2" name="cls10">
  6686. <CSS value="padding:4px 5px 4px 6px;background-color:#E60606;line-break:strict"/>
  6687. </classStyle>
  6688. <classStyle description="kreuztabelle rot" label="kt_GRAU" name="cls15">
  6689. <CSS value="padding:4px 5px 4px 6px;background-color:#D3D3D3;line-break:strict"/>
  6690. </classStyle>
  6691. <classStyle label="Kopfzeilenfaktzelle für Kreuztabelle1" name="cls12">
  6692. <CSS value="display:block"/>
  6693. <generatedBackground>
  6694. <fill>
  6695. <linearGradient>
  6696. <gradientColor/>
  6697. <gradientColor colorPosition="100" gradientColor="white"/>
  6698. </linearGradient>
  6699. </fill>
  6700. <dropShadow/>
  6701. <border allowTransparentBleed="true" cornerRadius="2pt"/>
  6702. </generatedBackground>
  6703. </classStyle>
  6704. <classStyle label="Kopfzeilenzelle für Kreuztabelle1" name="cls13">
  6705. <CSS value="padding:4px 5px 4px 6px;color:#E98751;font-weight:bold;vertical-align:top;background-color:transparent;border:1px solid silver"/>
  6706. <generatedBackground>
  6707. <fill>
  6708. <linearGradient>
  6709. <gradientColor gradientColor="lime"/>
  6710. </linearGradient>
  6711. </fill>
  6712. </generatedBackground>
  6713. </classStyle>
  6714. <classStyle label="Eingabeaufforderungsschaltfläche1" name="cls16">
  6715. <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"/>
  6716. <generatedBackground>
  6717. <border borderColor="#E98751"/>
  6718. </generatedBackground>
  6719. </classStyle>
  6720. <classStyle name="lg">
  6721. <CSS value="direction:auto;unicode-bidi:embed"/>
  6722. </classStyle>
  6723. <classStyle name="bp">
  6724. <CSS value="color:#3E5C76;border:0.5pt solid #3E5C76"/>
  6725. </classStyle>
  6726. <classStyle name="bph">
  6727. <CSS value="background-color:#E98751;color:#3E5C76;border:0.5pt solid #3E5C76"/>
  6728. </classStyle>
  6729. </classStyles>
  6730. <namedConditionalStyles>
  6731. <advancedConditionalStyle name="Kunde">
  6732. <styleCases>
  6733. <styleCase>
  6734. <style>
  6735. <CSS value="visibility:hidden;display:none"/>
  6736. </style>
  6737. <reportCondition>ParamDisplayValue(&quot;p_Kunde&quot;) is null</reportCondition>
  6738. </styleCase>
  6739. </styleCases>
  6740. <styleDefault/>
  6741. </advancedConditionalStyle>
  6742. <advancedConditionalStyle name="Zeitraum">
  6743. <styleCases>
  6744. <styleCase>
  6745. <reportCondition>ParamDisplayValue(&quot;p_Zeit&quot;) is null</reportCondition>
  6746. </styleCase>
  6747. </styleCases>
  6748. <styleDefault>
  6749. <style>
  6750. <CSS value="display:none"/>
  6751. </style>
  6752. </styleDefault>
  6753. </advancedConditionalStyle>
  6754. <advancedConditionalStyle name="Einzelner Monat">
  6755. <styleCases>
  6756. <styleCase>
  6757. <reportCondition>ParamDisplayValue(&quot;p_Zeit&quot;) is not null and
  6758. ParamDisplayValue(&quot;p_Zeitraum&quot;) = &quot;Einzelner Monat&quot;</reportCondition>
  6759. </styleCase>
  6760. </styleCases>
  6761. <styleDefault>
  6762. <style>
  6763. <CSS value="display:none"/>
  6764. </style>
  6765. </styleDefault>
  6766. </advancedConditionalStyle>
  6767. <advancedConditionalStyle name="Kumuliert">
  6768. <styleCases>
  6769. <styleCase>
  6770. <reportCondition>ParamDisplayValue(&quot;p_Zeit&quot;) is not null and
  6771. ParamDisplayValue(&quot;p_Zeitraum&quot;) = &quot;Kumuliert&quot;</reportCondition>
  6772. </styleCase>
  6773. </styleCases>
  6774. <styleDefault>
  6775. <style>
  6776. <CSS value="display:none"/>
  6777. </style>
  6778. </styleDefault>
  6779. </advancedConditionalStyle>
  6780. <advancedConditionalStyle name="letzte_13_Monate">
  6781. <styleCases>
  6782. <styleCase>
  6783. <reportCondition>ParamDisplayValue(&quot;p_Auswahl_Monate&quot;) is not null</reportCondition>
  6784. </styleCase>
  6785. </styleCases>
  6786. <styleDefault>
  6787. <style>
  6788. <CSS value="display:none"/>
  6789. </style>
  6790. </styleDefault>
  6791. </advancedConditionalStyle>
  6792. <advancedConditionalStyle name="Anzeige_Zeitraum">
  6793. <styleCases>
  6794. <styleCase>
  6795. <reportCondition>ParamDisplayValue(&quot;p_Zeit&quot;) is not null</reportCondition>
  6796. </styleCase>
  6797. </styleCases>
  6798. <styleDefault>
  6799. <style>
  6800. <CSS value="display:none"/>
  6801. </style>
  6802. </styleDefault>
  6803. </advancedConditionalStyle>
  6804. <advancedConditionalStyle name="Anzeige_Monat">
  6805. <styleCases>
  6806. <styleCase>
  6807. <reportCondition>ParamDisplayValue(&quot;p_Zeit&quot;) is not null</reportCondition>
  6808. </styleCase>
  6809. </styleCases>
  6810. <styleDefault>
  6811. <style>
  6812. <CSS value="display:none"/>
  6813. </style>
  6814. </styleDefault>
  6815. </advancedConditionalStyle>
  6816. <advancedConditionalStyle name="&lt;0">
  6817. <styleCases>
  6818. <styleCase>
  6819. <style>
  6820. <CSS value="color:#B30808"/>
  6821. </style>
  6822. <reportCondition>CellValue() &lt; 0</reportCondition>
  6823. </styleCase>
  6824. </styleCases>
  6825. <styleDefault/>
  6826. </advancedConditionalStyle>
  6827. <advancedConditionalStyle name="&gt;0">
  6828. <styleCases>
  6829. <styleCase>
  6830. <style>
  6831. <CSS value="color:#B30808"/>
  6832. </style>
  6833. <reportCondition>CellValue() &gt; 0</reportCondition>
  6834. </styleCase>
  6835. </styleCases>
  6836. <styleDefault/>
  6837. </advancedConditionalStyle>
  6838. </namedConditionalStyles>
  6839. <reportVariables>
  6840. <reportVariable name="b_Anzeige_Tag" type="boolean">
  6841. <reportExpression>ParamDisplayValue(&quot;p_Zeit&quot;) is null</reportExpression>
  6842. <variableValues>
  6843. <variableValue value="1"/>
  6844. </variableValues>
  6845. </reportVariable>
  6846. <reportVariable name="b_Monat" type="boolean">
  6847. <reportExpression>ParamDisplayValue(&quot;p_Zeit&quot;) is null</reportExpression>
  6848. <variableValues>
  6849. <variableValue value="1"/>
  6850. </variableValues>
  6851. </reportVariable>
  6852. <reportVariable name="b_Footer" type="boolean">
  6853. <reportExpression>(ReportOutput() contains &quot;PDF&quot;)
  6854. </reportExpression>
  6855. <variableValues>
  6856. <variableValue value="1"/>
  6857. </variableValues>
  6858. </reportVariable>
  6859. </reportVariables>
  6860. </report>