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

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