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

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