S.03 Ranking Serviceberater.xml 340 KB

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