GW.06 Markenvergleich Gebrauchtwagen.xml 342 KB

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