S.03 Ranking Serviceberater.xml 342 KB

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