V.03 Ranking Verkäufer Gesamtverkauf.xml 447 KB

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