T.02 Ranking Teileverkäufer.xml 186 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578157915801581158215831584158515861587158815891590159115921593159415951596159715981599160016011602160316041605160616071608160916101611161216131614161516161617161816191620162116221623162416251626162716281629163016311632163316341635163616371638163916401641164216431644164516461647164816491650165116521653165416551656165716581659166016611662166316641665166616671668166916701671167216731674167516761677167816791680168116821683168416851686168716881689169016911692169316941695169616971698169917001701170217031704170517061707170817091710171117121713171417151716171717181719172017211722172317241725172617271728172917301731173217331734173517361737173817391740174117421743174417451746174717481749175017511752175317541755175617571758175917601761176217631764176517661767176817691770177117721773177417751776177717781779178017811782178317841785178617871788178917901791179217931794179517961797179817991800180118021803180418051806180718081809181018111812181318141815181618171818181918201821182218231824182518261827182818291830183118321833183418351836183718381839184018411842184318441845184618471848184918501851185218531854185518561857185818591860186118621863186418651866186718681869187018711872187318741875187618771878187918801881188218831884188518861887188818891890189118921893189418951896189718981899190019011902190319041905190619071908190919101911191219131914191519161917191819191920192119221923192419251926192719281929193019311932193319341935193619371938193919401941194219431944194519461947194819491950195119521953195419551956195719581959196019611962196319641965196619671968196919701971197219731974197519761977197819791980198119821983198419851986198719881989199019911992199319941995199619971998199920002001200220032004200520062007200820092010201120122013201420152016201720182019202020212022202320242025202620272028202920302031203220332034203520362037203820392040204120422043204420452046204720482049205020512052205320542055205620572058205920602061206220632064206520662067206820692070207120722073207420752076207720782079208020812082208320842085208620872088208920902091209220932094209520962097209820992100210121022103210421052106210721082109211021112112211321142115211621172118211921202121212221232124212521262127212821292130213121322133213421352136213721382139214021412142214321442145214621472148214921502151215221532154215521562157215821592160216121622163216421652166216721682169217021712172217321742175217621772178217921802181218221832184218521862187218821892190219121922193219421952196219721982199220022012202220322042205220622072208220922102211221222132214221522162217221822192220222122222223222422252226222722282229223022312232223322342235223622372238223922402241224222432244224522462247224822492250225122522253225422552256225722582259226022612262226322642265226622672268226922702271227222732274227522762277227822792280228122822283228422852286228722882289229022912292229322942295229622972298229923002301230223032304230523062307230823092310231123122313231423152316231723182319232023212322232323242325232623272328232923302331233223332334233523362337233823392340234123422343234423452346234723482349235023512352235323542355235623572358235923602361236223632364236523662367236823692370237123722373237423752376237723782379238023812382238323842385238623872388238923902391239223932394239523962397239823992400240124022403240424052406240724082409241024112412241324142415241624172418241924202421242224232424242524262427242824292430243124322433243424352436243724382439244024412442244324442445244624472448244924502451245224532454245524562457245824592460246124622463246424652466246724682469247024712472247324742475247624772478247924802481248224832484248524862487248824892490249124922493249424952496249724982499250025012502250325042505250625072508250925102511251225132514251525162517251825192520252125222523252425252526252725282529253025312532253325342535253625372538253925402541254225432544254525462547254825492550255125522553255425552556255725582559256025612562256325642565256625672568256925702571257225732574257525762577257825792580258125822583258425852586258725882589259025912592259325942595259625972598259926002601260226032604260526062607260826092610261126122613261426152616261726182619262026212622262326242625262626272628262926302631263226332634263526362637263826392640264126422643264426452646264726482649265026512652265326542655265626572658265926602661266226632664266526662667266826692670267126722673267426752676267726782679268026812682268326842685268626872688268926902691269226932694269526962697269826992700270127022703270427052706270727082709271027112712271327142715271627172718271927202721272227232724272527262727272827292730273127322733273427352736273727382739274027412742274327442745274627472748274927502751275227532754275527562757275827592760276127622763276427652766276727682769277027712772277327742775277627772778277927802781278227832784278527862787278827892790279127922793279427952796279727982799280028012802280328042805280628072808280928102811281228132814281528162817281828192820282128222823282428252826282728282829283028312832283328342835283628372838283928402841284228432844284528462847284828492850285128522853285428552856285728582859286028612862286328642865286628672868286928702871287228732874287528762877287828792880288128822883288428852886288728882889289028912892289328942895289628972898289929002901290229032904290529062907290829092910291129122913291429152916291729182919292029212922292329242925292629272928292929302931293229332934293529362937293829392940294129422943294429452946294729482949295029512952295329542955295629572958295929602961296229632964296529662967296829692970297129722973297429752976297729782979298029812982298329842985298629872988298929902991299229932994299529962997299829993000300130023003300430053006300730083009301030113012301330143015301630173018301930203021302230233024302530263027302830293030303130323033303430353036303730383039304030413042304330443045304630473048304930503051305230533054305530563057305830593060306130623063306430653066306730683069307030713072307330743075307630773078307930803081308230833084308530863087308830893090309130923093309430953096309730983099310031013102310331043105310631073108310931103111311231133114311531163117311831193120312131223123312431253126312731283129313031313132313331343135313631373138313931403141314231433144314531463147314831493150315131523153315431553156315731583159316031613162316331643165316631673168316931703171317231733174317531763177317831793180318131823183318431853186318731883189319031913192319331943195319631973198319932003201320232033204320532063207320832093210321132123213321432153216321732183219322032213222322332243225322632273228322932303231323232333234323532363237323832393240324132423243324432453246324732483249325032513252325332543255325632573258325932603261326232633264326532663267326832693270327132723273327432753276327732783279328032813282328332843285328632873288328932903291329232933294329532963297329832993300330133023303330433053306330733083309331033113312331333143315331633173318331933203321332233233324332533263327332833293330333133323333333433353336333733383339334033413342334333443345334633473348334933503351335233533354335533563357335833593360336133623363336433653366336733683369337033713372337333743375337633773378337933803381338233833384338533863387338833893390339133923393339433953396339733983399340034013402340334043405340634073408340934103411341234133414341534163417341834193420342134223423342434253426342734283429343034313432343334343435343634373438343934403441344234433444344534463447344834493450345134523453345434553456345734583459346034613462346334643465346634673468346934703471347234733474347534763477347834793480348134823483348434853486348734883489349034913492349334943495349634973498349935003501350235033504350535063507350835093510351135123513351435153516351735183519352035213522352335243525352635273528352935303531353235333534353535363537353835393540354135423543354435453546354735483549355035513552355335543555355635573558355935603561356235633564356535663567356835693570357135723573357435753576357735783579358035813582358335843585358635873588358935903591359235933594359535963597359835993600360136023603360436053606360736083609361036113612361336143615361636173618361936203621362236233624362536263627362836293630363136323633363436353636363736383639364036413642364336443645364636473648364936503651365236533654365536563657365836593660366136623663366436653666366736683669367036713672367336743675
  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_Einsatz Teile" 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_Einsatz Teile">
  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="e4" refDataItem="Sel Name">
  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. </textItem>
  495. </contents>
  496. <factCell>
  497. <style>
  498. <CSS value="font-weight:normal;text-align:right"/>
  499. </style>
  500. </factCell>
  501. <sortList>
  502. <sortItem refDataItem="tpl_Gesamt" sortOrder="descending"/>
  503. </sortList>
  504. </crosstabNodeMember>
  505. </crosstabNodeMembers>
  506. </crosstabNode>
  507. <crosstabNode>
  508. <crosstabNodeMembers>
  509. <crosstabNodeMember edgeLocation="e6" refDataItem="Summe(Sel Name)">
  510. <style>
  511. <CSS value="background-color:#72889B;color:white;font-weight:bold"/>
  512. <defaultStyles>
  513. <defaultStyle refStyle="ol"/>
  514. </defaultStyles>
  515. </style>
  516. <contents>
  517. <textItem>
  518. <dataSource>
  519. <staticValue>Gesamt</staticValue>
  520. </dataSource>
  521. </textItem>
  522. </contents>
  523. <factCell>
  524. <style>
  525. <CSS value="background-color:#72889B;color:white;font-weight:bold"/>
  526. <defaultStyles>
  527. <defaultStyle refStyle="ol"/>
  528. </defaultStyles>
  529. </style>
  530. </factCell>
  531. </crosstabNodeMember>
  532. </crosstabNodeMembers>
  533. </crosstabNode>
  534. </crosstabRows>
  535. <crosstabFactCell>
  536. <contents>
  537. <textItem>
  538. <dataSource>
  539. <cellValue/>
  540. </dataSource>
  541. </textItem>
  542. </contents>
  543. <style>
  544. <defaultStyles>
  545. <defaultStyle refStyle="mv"/>
  546. </defaultStyles>
  547. </style>
  548. </crosstabFactCell>
  549. <crosstabColumns>
  550. <crosstabNode>
  551. <crosstabNodeMembers>
  552. <crosstabNodeMember edgeLocation="e7" refDataItem="Trend Monat">
  553. <style>
  554. <defaultStyles>
  555. <defaultStyle refStyle="ml"/>
  556. </defaultStyles>
  557. <CSS value="background-color:white;font-weight:bold;text-align:center;white-space:normal"/>
  558. </style>
  559. <contents>
  560. <textItem>
  561. <dataSource>
  562. <staticValue>Trend J/VJ</staticValue>
  563. </dataSource>
  564. </textItem>
  565. </contents>
  566. <conditionalStyleRefs>
  567. <conditionalStyleRef refConditionalStyle="Einzelmonat"/>
  568. </conditionalStyleRefs>
  569. </crosstabNodeMember>
  570. </crosstabNodeMembers>
  571. </crosstabNode>
  572. <crosstabNode>
  573. <crosstabNodeMembers>
  574. <crosstabNodeMember edgeLocation="e53" refDataItem="Trend kum.">
  575. <style>
  576. <defaultStyles>
  577. <defaultStyle refStyle="ml"/>
  578. </defaultStyles>
  579. <CSS value="background-color:white;font-weight:bold;text-align:center;white-space:normal"/>
  580. </style>
  581. <contents>
  582. <textItem>
  583. <dataSource>
  584. <staticValue>Trend J/VJ kum.</staticValue>
  585. </dataSource>
  586. </textItem>
  587. </contents>
  588. <factCell>
  589. <contents/>
  590. <conditionalStyleRefs>
  591. <conditionalStyleRef refConditionalStyle="Trend"/>
  592. <conditionalStyleRef refConditionalStyle="Kumuliert"/>
  593. </conditionalStyleRefs>
  594. </factCell>
  595. <conditionalStyleRefs>
  596. <conditionalStyleRef refConditionalStyle="Kumuliert"/>
  597. </conditionalStyleRefs>
  598. </crosstabNodeMember>
  599. </crosstabNodeMembers>
  600. </crosstabNode>
  601. <crosstabNode>
  602. <crosstabNestedNodes>
  603. <crosstabNode>
  604. <crosstabNestedNodes>
  605. <crosstabNode>
  606. <crosstabNodeMembers>
  607. <crosstabNodeMember edgeLocation="e55" refDataItem="Umsatz Teile">
  608. <style>
  609. <defaultStyles>
  610. <defaultStyle refStyle="ml"/>
  611. </defaultStyles>
  612. <CSS value="width:75px;white-space:normal;font-weight:bold;background-color:white;text-align:left"/>
  613. </style>
  614. <contents>
  615. <textItem>
  616. <dataSource>
  617. <memberCaption/>
  618. </dataSource>
  619. </textItem>
  620. </contents>
  621. <sortList>
  622. <sortItem refDataItem="top_Count" sortOrder="descending"/>
  623. </sortList>
  624. </crosstabNodeMember>
  625. </crosstabNodeMembers>
  626. </crosstabNode>
  627. <crosstabNode>
  628. <crosstabNodeMembers>
  629. <crosstabNodeMember edgeLocation="e56" refDataItem="Einsatz Teile">
  630. <style>
  631. <defaultStyles>
  632. <defaultStyle refStyle="ml"/>
  633. </defaultStyles>
  634. <CSS value="width:75px;white-space:normal;font-weight:bold;background-color:white;text-align:left"/>
  635. </style>
  636. <contents>
  637. <textItem>
  638. <dataSource>
  639. <memberCaption/>
  640. </dataSource>
  641. </textItem>
  642. </contents>
  643. </crosstabNodeMember>
  644. </crosstabNodeMembers>
  645. </crosstabNode>
  646. <crosstabNode>
  647. <crosstabNodeMembers>
  648. <crosstabNodeMember edgeLocation="e1" refDataItem="Bruttoertrag">
  649. <style>
  650. <CSS value="width:75px;white-space:normal;font-weight:bold;text-align:left"/>
  651. <defaultStyles>
  652. <defaultStyle refStyle="ml"/>
  653. <defaultStyle refStyle="cls1"/>
  654. </defaultStyles>
  655. </style>
  656. <contents>
  657. <textItem>
  658. <dataSource>
  659. <memberCaption/>
  660. </dataSource>
  661. </textItem>
  662. </contents>
  663. </crosstabNodeMember>
  664. </crosstabNodeMembers>
  665. </crosstabNode>
  666. <crosstabNode>
  667. <crosstabNodeMembers>
  668. <crosstabNodeMember edgeLocation="e58" refDataItem="BE in %">
  669. <style>
  670. <CSS value="width:75px;white-space:normal;font-weight:bold;text-align:left"/>
  671. <defaultStyles>
  672. <defaultStyle refStyle="ml"/>
  673. <defaultStyle refStyle="cls4"/>
  674. </defaultStyles>
  675. </style>
  676. <contents>
  677. <textItem>
  678. <dataSource>
  679. <memberCaption/>
  680. </dataSource>
  681. </textItem>
  682. </contents>
  683. <factCell>
  684. <style>
  685. <dataFormat>
  686. <percentFormat decimalSize="1" percentSymbol="%" scale="-2"/>
  687. </dataFormat>
  688. </style>
  689. </factCell>
  690. </crosstabNodeMember>
  691. </crosstabNodeMembers>
  692. </crosstabNode>
  693. <crosstabNode>
  694. <crosstabNodeMembers>
  695. <crosstabNodeMember edgeLocation="e59" refDataItem="Umsatz Sonst.">
  696. <style>
  697. <defaultStyles>
  698. <defaultStyle refStyle="ml"/>
  699. </defaultStyles>
  700. <CSS value="width:75px;white-space:normal;font-weight:bold;background-color:white;text-align:left"/>
  701. </style>
  702. <contents>
  703. <textItem>
  704. <dataSource>
  705. <memberCaption/>
  706. </dataSource>
  707. </textItem>
  708. </contents>
  709. </crosstabNodeMember>
  710. </crosstabNodeMembers>
  711. </crosstabNode>
  712. </crosstabNestedNodes>
  713. <crosstabNodeMembers>
  714. <crosstabNodeMember edgeLocation="e8" refDataItem="Kumuliert">
  715. <style>
  716. <defaultStyles>
  717. <defaultStyle refStyle="ml"/>
  718. </defaultStyles>
  719. <CSS value="background-color:lime;font-weight:bold;text-align:center;display:none"/>
  720. </style>
  721. <contents>
  722. <textItem>
  723. <dataSource>
  724. <memberCaption/>
  725. </dataSource>
  726. </textItem>
  727. </contents>
  728. </crosstabNodeMember>
  729. </crosstabNodeMembers>
  730. </crosstabNode>
  731. </crosstabNestedNodes>
  732. <crosstabNodeMembers>
  733. <crosstabNodeMember edgeLocation="e12" refDataItem="gewählter Monat">
  734. <style>
  735. <defaultStyles>
  736. <defaultStyle refStyle="ml"/>
  737. </defaultStyles>
  738. <CSS value="background-color:white;font-weight:bold;text-align:center"/>
  739. </style>
  740. <contents>
  741. <textItem>
  742. <dataSource>
  743. <memberCaption/>
  744. </dataSource>
  745. </textItem>
  746. <textItem>
  747. <dataSource>
  748. <staticValue> kumuliert</staticValue>
  749. </dataSource>
  750. <conditionalStyleRefs>
  751. <conditionalStyleRef refConditionalStyle="Kumuliert"/>
  752. </conditionalStyleRefs>
  753. </textItem>
  754. </contents>
  755. </crosstabNodeMember>
  756. </crosstabNodeMembers>
  757. </crosstabNode>
  758. <crosstabNode>
  759. <crosstabNestedNodes>
  760. <crosstabNode>
  761. <crosstabNestedNodes>
  762. <crosstabNode>
  763. <crosstabNodeMembers>
  764. <crosstabNodeMember edgeLocation="e17" refDataItem="Umsatz Teile">
  765. <style>
  766. <defaultStyles>
  767. <defaultStyle refStyle="ml"/>
  768. </defaultStyles>
  769. <CSS value="width:75px;white-space:normal;font-weight:bold;background-color:white;text-align:left"/>
  770. </style>
  771. <contents>
  772. <textItem>
  773. <dataSource>
  774. <memberCaption/>
  775. </dataSource>
  776. </textItem>
  777. </contents>
  778. <factCell>
  779. <conditionalStyleRefs>
  780. <conditionalStyleRef refConditionalStyle="Einzelmonat"/>
  781. </conditionalStyleRefs>
  782. </factCell>
  783. <conditionalStyleRefs>
  784. <conditionalStyleRef refConditionalStyle="Einzelmonat"/>
  785. </conditionalStyleRefs>
  786. </crosstabNodeMember>
  787. </crosstabNodeMembers>
  788. </crosstabNode>
  789. <crosstabNode>
  790. <crosstabNodeMembers>
  791. <crosstabNodeMember edgeLocation="e15" refDataItem="Einsatz Teile">
  792. <style>
  793. <defaultStyles>
  794. <defaultStyle refStyle="ml"/>
  795. </defaultStyles>
  796. <CSS value="width:75px;white-space:normal;font-weight:bold;background-color:white;text-align:left"/>
  797. </style>
  798. <contents>
  799. <textItem>
  800. <dataSource>
  801. <memberCaption/>
  802. </dataSource>
  803. </textItem>
  804. </contents>
  805. <factCell>
  806. <conditionalStyleRefs>
  807. <conditionalStyleRef refConditionalStyle="Einzelmonat"/>
  808. </conditionalStyleRefs>
  809. </factCell>
  810. <conditionalStyleRefs>
  811. <conditionalStyleRef refConditionalStyle="Einzelmonat"/>
  812. </conditionalStyleRefs>
  813. </crosstabNodeMember>
  814. </crosstabNodeMembers>
  815. </crosstabNode>
  816. <crosstabNode>
  817. <crosstabNodeMembers>
  818. <crosstabNodeMember edgeLocation="e5" refDataItem="Bruttoertrag">
  819. <style>
  820. <CSS value="width:75px;white-space:normal;font-weight:bold;text-align:left"/>
  821. <defaultStyles>
  822. <defaultStyle refStyle="ml"/>
  823. <defaultStyle refStyle="cls1"/>
  824. </defaultStyles>
  825. </style>
  826. <contents>
  827. <textItem>
  828. <dataSource>
  829. <memberCaption/>
  830. </dataSource>
  831. </textItem>
  832. </contents>
  833. <factCell>
  834. <conditionalStyleRefs>
  835. <conditionalStyleRef refConditionalStyle="Einzelmonat"/>
  836. </conditionalStyleRefs>
  837. </factCell>
  838. <conditionalStyleRefs>
  839. <conditionalStyleRef refConditionalStyle="Einzelmonat"/>
  840. </conditionalStyleRefs>
  841. </crosstabNodeMember>
  842. </crosstabNodeMembers>
  843. </crosstabNode>
  844. <crosstabNode>
  845. <crosstabNodeMembers>
  846. <crosstabNodeMember edgeLocation="e13" refDataItem="BE in %">
  847. <style>
  848. <CSS value="width:75px;white-space:normal;font-weight:bold;text-align:left"/>
  849. <defaultStyles>
  850. <defaultStyle refStyle="ml"/>
  851. <defaultStyle refStyle="cls4"/>
  852. </defaultStyles>
  853. </style>
  854. <contents>
  855. <textItem>
  856. <dataSource>
  857. <memberCaption/>
  858. </dataSource>
  859. </textItem>
  860. </contents>
  861. <factCell>
  862. <style>
  863. <dataFormat>
  864. <percentFormat decimalSize="1" percentSymbol="%" scale="-2"/>
  865. </dataFormat>
  866. </style>
  867. <conditionalStyleRefs>
  868. <conditionalStyleRef refConditionalStyle="Einzelmonat"/>
  869. </conditionalStyleRefs>
  870. </factCell>
  871. <conditionalStyleRefs>
  872. <conditionalStyleRef refConditionalStyle="Einzelmonat"/>
  873. </conditionalStyleRefs>
  874. </crosstabNodeMember>
  875. </crosstabNodeMembers>
  876. </crosstabNode>
  877. <crosstabNode>
  878. <crosstabNodeMembers>
  879. <crosstabNodeMember edgeLocation="e2" refDataItem="Umsatz Sonst.">
  880. <style>
  881. <defaultStyles>
  882. <defaultStyle refStyle="ml"/>
  883. </defaultStyles>
  884. <CSS value="width:75px;white-space:normal;font-weight:bold;background-color:white;text-align:left"/>
  885. </style>
  886. <contents>
  887. <textItem>
  888. <dataSource>
  889. <memberCaption/>
  890. </dataSource>
  891. </textItem>
  892. </contents>
  893. <factCell>
  894. <conditionalStyleRefs>
  895. <conditionalStyleRef refConditionalStyle="Einzelmonat"/>
  896. </conditionalStyleRefs>
  897. </factCell>
  898. <conditionalStyleRefs>
  899. <conditionalStyleRef refConditionalStyle="Einzelmonat"/>
  900. </conditionalStyleRefs>
  901. </crosstabNodeMember>
  902. </crosstabNodeMembers>
  903. </crosstabNode>
  904. <crosstabNode>
  905. <crosstabNodeMembers>
  906. <crosstabNodeMember edgeLocation="e3" refDataItem="Umsatz Teile kumuliert VJ">
  907. <style>
  908. <defaultStyles>
  909. <defaultStyle refStyle="ml"/>
  910. </defaultStyles>
  911. <CSS value="width:75px;white-space:normal;background-color:white;font-weight:bold"/>
  912. </style>
  913. <contents>
  914. <textItem>
  915. <dataSource>
  916. <staticValue>Umsatz Teile</staticValue>
  917. </dataSource>
  918. </textItem>
  919. </contents>
  920. <factCell>
  921. <conditionalStyleRefs>
  922. <conditionalStyleRef refConditionalStyle="Kumuliert"/>
  923. </conditionalStyleRefs>
  924. </factCell>
  925. <conditionalStyleRefs>
  926. <conditionalStyleRef refConditionalStyle="Kumuliert"/>
  927. </conditionalStyleRefs>
  928. </crosstabNodeMember>
  929. </crosstabNodeMembers>
  930. </crosstabNode>
  931. <crosstabNode>
  932. <crosstabNodeMembers>
  933. <crosstabNodeMember edgeLocation="e47" refDataItem="Einsatz Teile kumuliert VJ">
  934. <style>
  935. <defaultStyles>
  936. <defaultStyle refStyle="ml"/>
  937. </defaultStyles>
  938. <CSS value="width:75px;white-space:normal;background-color:white;font-weight:bold"/>
  939. </style>
  940. <contents>
  941. <textItem>
  942. <dataSource>
  943. <staticValue>Einsatz Teile</staticValue>
  944. </dataSource>
  945. </textItem>
  946. </contents>
  947. <factCell>
  948. <conditionalStyleRefs>
  949. <conditionalStyleRef refConditionalStyle="Kumuliert"/>
  950. </conditionalStyleRefs>
  951. </factCell>
  952. <conditionalStyleRefs>
  953. <conditionalStyleRef refConditionalStyle="Kumuliert"/>
  954. </conditionalStyleRefs>
  955. </crosstabNodeMember>
  956. </crosstabNodeMembers>
  957. </crosstabNode>
  958. <crosstabNode>
  959. <crosstabNodeMembers>
  960. <crosstabNodeMember edgeLocation="e20" refDataItem="Bruttoertrag kumuliert VJ">
  961. <style>
  962. <CSS value="width:75px;white-space:normal;font-weight:bold"/>
  963. <defaultStyles>
  964. <defaultStyle refStyle="ml"/>
  965. <defaultStyle refStyle="cls1"/>
  966. </defaultStyles>
  967. </style>
  968. <contents>
  969. <textItem>
  970. <dataSource>
  971. <staticValue>Bruttoertrag</staticValue>
  972. </dataSource>
  973. </textItem>
  974. </contents>
  975. <factCell>
  976. <conditionalStyleRefs>
  977. <conditionalStyleRef refConditionalStyle="Kumuliert"/>
  978. </conditionalStyleRefs>
  979. <style>
  980. <dataFormat>
  981. <numberFormat decimalSize="0"/>
  982. </dataFormat>
  983. </style>
  984. </factCell>
  985. <conditionalStyleRefs>
  986. <conditionalStyleRef refConditionalStyle="Kumuliert"/>
  987. </conditionalStyleRefs>
  988. </crosstabNodeMember>
  989. </crosstabNodeMembers>
  990. </crosstabNode>
  991. <crosstabNode>
  992. <crosstabNodeMembers>
  993. <crosstabNodeMember edgeLocation="e48" refDataItem="BE % kumuliert VJ">
  994. <style>
  995. <CSS value="width:75px;white-space:normal;font-weight:bold"/>
  996. <defaultStyles>
  997. <defaultStyle refStyle="ml"/>
  998. <defaultStyle refStyle="cls4"/>
  999. </defaultStyles>
  1000. </style>
  1001. <contents>
  1002. <textItem>
  1003. <dataSource>
  1004. <staticValue>BE in %</staticValue>
  1005. </dataSource>
  1006. </textItem>
  1007. </contents>
  1008. <factCell>
  1009. <conditionalStyleRefs>
  1010. <conditionalStyleRef refConditionalStyle="Kumuliert"/>
  1011. </conditionalStyleRefs>
  1012. <style>
  1013. <dataFormat>
  1014. <percentFormat decimalSize="1" percentSymbol="%" scale="-2"/>
  1015. </dataFormat>
  1016. </style>
  1017. </factCell>
  1018. <conditionalStyleRefs>
  1019. <conditionalStyleRef refConditionalStyle="Kumuliert"/>
  1020. </conditionalStyleRefs>
  1021. </crosstabNodeMember>
  1022. </crosstabNodeMembers>
  1023. </crosstabNode>
  1024. </crosstabNestedNodes>
  1025. <crosstabNodeMembers>
  1026. <crosstabSpacer edgeLocation="s1" renderFactCells="true">
  1027. <contents>
  1028. <textItem>
  1029. <dataSource>
  1030. <staticValue> </staticValue>
  1031. </dataSource>
  1032. </textItem>
  1033. </contents>
  1034. <style>
  1035. <defaultStyles>
  1036. <defaultStyle refStyle="xs"/>
  1037. </defaultStyles>
  1038. <CSS value="display:none;background-color:lime"/>
  1039. </style>
  1040. </crosstabSpacer>
  1041. </crosstabNodeMembers>
  1042. </crosstabNode>
  1043. </crosstabNestedNodes>
  1044. <crosstabNodeMembers>
  1045. <crosstabNodeMember edgeLocation="e34" refDataItem="VJ">
  1046. <style>
  1047. <defaultStyles>
  1048. <defaultStyle refStyle="ml"/>
  1049. </defaultStyles>
  1050. <CSS value="background-color:white;font-weight:bold;text-align:center"/>
  1051. </style>
  1052. <contents>
  1053. <textItem>
  1054. <dataSource>
  1055. <memberCaption/>
  1056. </dataSource>
  1057. </textItem>
  1058. <textItem>
  1059. <dataSource>
  1060. <staticValue> kumuliert</staticValue>
  1061. </dataSource>
  1062. <conditionalStyleRefs>
  1063. <conditionalStyleRef refConditionalStyle="Kumuliert"/>
  1064. </conditionalStyleRefs>
  1065. </textItem>
  1066. </contents>
  1067. </crosstabNodeMember>
  1068. </crosstabNodeMembers>
  1069. </crosstabNode>
  1070. </crosstabColumns>
  1071. <crosstabSuppress/>
  1072. <conditionalStyleRefs>
  1073. <conditionalStyleRef refConditionalStyle="Monat"/>
  1074. </conditionalStyleRefs>
  1075. <crosstabIntersections>
  1076. <crosstabIntersection column="e7" row="e6">
  1077. <conditionalStyleRefs>
  1078. <conditionalStyleRef refConditionalStyle="Einzelmonat"/>
  1079. <conditionalStyleRef refConditionalStyle="Trend"/>
  1080. </conditionalStyleRefs>
  1081. <contents/>
  1082. </crosstabIntersection>
  1083. <crosstabIntersection column="e7" row="e4">
  1084. <contents/>
  1085. <conditionalStyleRefs>
  1086. <conditionalStyleRef refConditionalStyle="Trend"/>
  1087. <conditionalStyleRef refConditionalStyle="Einzelmonat"/>
  1088. </conditionalStyleRefs>
  1089. </crosstabIntersection>
  1090. <crosstabIntersection column="e53" row="e4">
  1091. <conditionalStyleRefs>
  1092. <conditionalStyleRef refConditionalStyle="Trend"/>
  1093. <conditionalStyleRef refConditionalStyle="Kumuliert"/>
  1094. </conditionalStyleRefs>
  1095. </crosstabIntersection>
  1096. <crosstabIntersection column="e1" row="e4">
  1097. <style>
  1098. <defaultStyles>
  1099. <defaultStyle refStyle="cls1"/>
  1100. </defaultStyles>
  1101. </style>
  1102. </crosstabIntersection>
  1103. <crosstabIntersection column="e58" row="e4">
  1104. <style>
  1105. <defaultStyles>
  1106. <defaultStyle refStyle="cls4"/>
  1107. </defaultStyles>
  1108. </style>
  1109. </crosstabIntersection>
  1110. <crosstabIntersection column="e5" row="e4">
  1111. <style>
  1112. <defaultStyles>
  1113. <defaultStyle refStyle="cls1"/>
  1114. </defaultStyles>
  1115. </style>
  1116. </crosstabIntersection>
  1117. <crosstabIntersection column="e13" row="e4">
  1118. <style>
  1119. <defaultStyles>
  1120. <defaultStyle refStyle="cls4"/>
  1121. </defaultStyles>
  1122. </style>
  1123. </crosstabIntersection>
  1124. <crosstabIntersection column="e20" row="e4">
  1125. <style>
  1126. <defaultStyles>
  1127. <defaultStyle refStyle="cls1"/>
  1128. </defaultStyles>
  1129. </style>
  1130. </crosstabIntersection>
  1131. <crosstabIntersection column="e48" row="e4">
  1132. <style>
  1133. <defaultStyles>
  1134. <defaultStyle refStyle="cls4"/>
  1135. </defaultStyles>
  1136. </style>
  1137. </crosstabIntersection>
  1138. </crosstabIntersections>
  1139. </crosstab>
  1140. </contents>
  1141. </tableCell>
  1142. </tableCells>
  1143. </tableRow>
  1144. <tableRow>
  1145. <tableCells>
  1146. <tableCell>
  1147. <contents>
  1148. <crosstab name="Kreuztabelle4" pageBreakText="false" refQuery="qry_Main" rowsPerPage="5000">
  1149. <noDataHandler>
  1150. <contents>
  1151. <block>
  1152. <contents>
  1153. <textItem>
  1154. <dataSource>
  1155. <staticValue>Keine Daten verfügbar</staticValue>
  1156. </dataSource>
  1157. <style>
  1158. <CSS value="padding:10px 18px;"/>
  1159. </style>
  1160. </textItem>
  1161. </contents>
  1162. </block>
  1163. </contents>
  1164. </noDataHandler>
  1165. <style>
  1166. <CSS value="border-collapse:collapse"/>
  1167. <defaultStyles>
  1168. <defaultStyle refStyle="xt"/>
  1169. </defaultStyles>
  1170. </style>
  1171. <crosstabRows>
  1172. <crosstabNode>
  1173. <crosstabNodeMembers>
  1174. <crosstabNodeMember edgeLocation="e16" refDataItem="Sel Name1">
  1175. <style>
  1176. <defaultStyles>
  1177. <defaultStyle refStyle="ml"/>
  1178. </defaultStyles>
  1179. <CSS value="font-weight:normal;background-color:white;white-space:nowrap"/>
  1180. </style>
  1181. <contents>
  1182. <textItem>
  1183. <dataSource>
  1184. <memberCaption/>
  1185. </dataSource>
  1186. </textItem>
  1187. </contents>
  1188. <factCell>
  1189. <style>
  1190. <CSS value="font-weight:normal;text-align:right"/>
  1191. </style>
  1192. </factCell>
  1193. <sortList>
  1194. <sortItem refDataItem="tpl_Gesamt" sortOrder="descending"/>
  1195. </sortList>
  1196. </crosstabNodeMember>
  1197. </crosstabNodeMembers>
  1198. </crosstabNode>
  1199. <crosstabNode>
  1200. <crosstabNodeMembers>
  1201. <crosstabNodeMember edgeLocation="e1" refDataItem="Summe(Sel Name1)">
  1202. <style>
  1203. <CSS value="background-color:#72889B;color:white;font-weight:bold"/>
  1204. <defaultStyles>
  1205. <defaultStyle refStyle="ol"/>
  1206. </defaultStyles>
  1207. </style>
  1208. <contents>
  1209. <textItem>
  1210. <dataSource>
  1211. <staticValue>Gesamt</staticValue>
  1212. </dataSource>
  1213. </textItem>
  1214. </contents>
  1215. <factCell>
  1216. <style>
  1217. <CSS value="background-color:#72889B;color:white;font-weight:bold"/>
  1218. <defaultStyles>
  1219. <defaultStyle refStyle="ol"/>
  1220. </defaultStyles>
  1221. </style>
  1222. </factCell>
  1223. </crosstabNodeMember>
  1224. </crosstabNodeMembers>
  1225. </crosstabNode>
  1226. </crosstabRows>
  1227. <crosstabFactCell>
  1228. <contents>
  1229. <textItem>
  1230. <dataSource>
  1231. <cellValue/>
  1232. </dataSource>
  1233. </textItem>
  1234. </contents>
  1235. <style>
  1236. <defaultStyles>
  1237. <defaultStyle refStyle="mv"/>
  1238. </defaultStyles>
  1239. </style>
  1240. </crosstabFactCell>
  1241. <crosstabColumns>
  1242. <crosstabNode>
  1243. <crosstabNodeMembers>
  1244. <crosstabNodeMember edgeLocation="e15" refDataItem="Trend_VB">
  1245. <style>
  1246. <CSS value="background-color:white;font-weight:bold;text-align:left;white-space:normal;width:75px"/>
  1247. <defaultStyles>
  1248. <defaultStyle refStyle="ml"/>
  1249. </defaultStyles>
  1250. </style>
  1251. <contents>
  1252. <textItem>
  1253. <dataSource>
  1254. <staticValue>Trend J/VJ</staticValue>
  1255. </dataSource>
  1256. </textItem>
  1257. </contents>
  1258. <factCell>
  1259. <contents/>
  1260. </factCell>
  1261. </crosstabNodeMember>
  1262. </crosstabNodeMembers>
  1263. </crosstabNode>
  1264. <crosstabNode>
  1265. <crosstabNestedNodes>
  1266. <crosstabNode>
  1267. <crosstabNodeMembers>
  1268. <crosstabNodeMember edgeLocation="e54" refDataItem="VB_Umsatz Teile">
  1269. <style>
  1270. <defaultStyles>
  1271. <defaultStyle refStyle="ml"/>
  1272. </defaultStyles>
  1273. <CSS value="background-color:white;font-weight:bold;text-align:left;width:75px"/>
  1274. </style>
  1275. <contents>
  1276. <textItem>
  1277. <dataSource>
  1278. <staticValue>Umsatz Teile</staticValue>
  1279. </dataSource>
  1280. </textItem>
  1281. </contents>
  1282. <factCell>
  1283. <style>
  1284. <dataFormat>
  1285. <numberFormat decimalSize="0"/>
  1286. </dataFormat>
  1287. </style>
  1288. </factCell>
  1289. </crosstabNodeMember>
  1290. </crosstabNodeMembers>
  1291. </crosstabNode>
  1292. <crosstabNode>
  1293. <crosstabNodeMembers>
  1294. <crosstabNodeMember edgeLocation="e2" refDataItem="VB_Einsatz Teile">
  1295. <style>
  1296. <defaultStyles>
  1297. <defaultStyle refStyle="ml"/>
  1298. </defaultStyles>
  1299. <CSS value="background-color:white;font-weight:bold;text-align:left;width:75px"/>
  1300. </style>
  1301. <contents>
  1302. <textItem>
  1303. <dataSource>
  1304. <memberCaption/>
  1305. </dataSource>
  1306. </textItem>
  1307. </contents>
  1308. </crosstabNodeMember>
  1309. </crosstabNodeMembers>
  1310. </crosstabNode>
  1311. <crosstabNode>
  1312. <crosstabNodeMembers>
  1313. <crosstabNodeMember edgeLocation="e3" refDataItem="VB_Bruttoertrag">
  1314. <style>
  1315. <CSS value="font-weight:bold;text-align:left;width:75px"/>
  1316. <defaultStyles>
  1317. <defaultStyle refStyle="ml"/>
  1318. <defaultStyle refStyle="cls1"/>
  1319. </defaultStyles>
  1320. </style>
  1321. <contents>
  1322. <textItem>
  1323. <dataSource>
  1324. <memberCaption/>
  1325. </dataSource>
  1326. </textItem>
  1327. </contents>
  1328. </crosstabNodeMember>
  1329. </crosstabNodeMembers>
  1330. </crosstabNode>
  1331. <crosstabNode>
  1332. <crosstabNodeMembers>
  1333. <crosstabNodeMember edgeLocation="e4" refDataItem="VB_BE in %">
  1334. <style>
  1335. <CSS value="font-weight:bold;text-align:left;width:75px"/>
  1336. <defaultStyles>
  1337. <defaultStyle refStyle="ml"/>
  1338. <defaultStyle refStyle="cls4"/>
  1339. </defaultStyles>
  1340. </style>
  1341. <contents>
  1342. <textItem>
  1343. <dataSource>
  1344. <memberCaption/>
  1345. </dataSource>
  1346. </textItem>
  1347. </contents>
  1348. </crosstabNodeMember>
  1349. </crosstabNodeMembers>
  1350. </crosstabNode>
  1351. <crosstabNode>
  1352. <crosstabNodeMembers>
  1353. <crosstabNodeMember edgeLocation="e5" refDataItem="VB_Umsatz Sonst.">
  1354. <style>
  1355. <defaultStyles>
  1356. <defaultStyle refStyle="ml"/>
  1357. </defaultStyles>
  1358. <CSS value="background-color:white;font-weight:bold;text-align:left;width:75px"/>
  1359. </style>
  1360. <contents>
  1361. <textItem>
  1362. <dataSource>
  1363. <memberCaption/>
  1364. </dataSource>
  1365. </textItem>
  1366. </contents>
  1367. </crosstabNodeMember>
  1368. </crosstabNodeMembers>
  1369. </crosstabNode>
  1370. </crosstabNestedNodes>
  1371. <crosstabNodeMembers>
  1372. <crosstabSpacer edgeLocation="s2" renderFactCells="true">
  1373. <contents>
  1374. <textItem>
  1375. <dataSource>
  1376. <reportExpression>ParamDisplayValue(&quot;p_Von&quot;) + &quot; - &quot; + ParamDisplayValue(&quot;p_Bis&quot;)</reportExpression>
  1377. </dataSource>
  1378. </textItem>
  1379. <textItem>
  1380. <dataSource>
  1381. <staticValue> </staticValue>
  1382. </dataSource>
  1383. </textItem>
  1384. </contents>
  1385. <style>
  1386. <CSS value="background-color:white;font-weight:bold;text-align:center"/>
  1387. <defaultStyles>
  1388. <defaultStyle refStyle="ml"/>
  1389. </defaultStyles>
  1390. </style>
  1391. </crosstabSpacer>
  1392. </crosstabNodeMembers>
  1393. </crosstabNode>
  1394. <crosstabNode>
  1395. <crosstabNestedNodes>
  1396. <crosstabNode>
  1397. <crosstabNodeMembers>
  1398. <crosstabNodeMember edgeLocation="e6" refDataItem="Umsatz Teile kumuliert VJ">
  1399. <style>
  1400. <defaultStyles>
  1401. <defaultStyle refStyle="ml"/>
  1402. </defaultStyles>
  1403. <CSS value="background-color:white;font-weight:bold;text-align:left;white-space:normal;width:75px"/>
  1404. </style>
  1405. <contents>
  1406. <textItem>
  1407. <dataSource>
  1408. <memberCaption/>
  1409. </dataSource>
  1410. </textItem>
  1411. </contents>
  1412. </crosstabNodeMember>
  1413. </crosstabNodeMembers>
  1414. </crosstabNode>
  1415. <crosstabNode>
  1416. <crosstabNodeMembers>
  1417. <crosstabNodeMember edgeLocation="e7" refDataItem="Einsatz Teile kumuliert VJ">
  1418. <style>
  1419. <defaultStyles>
  1420. <defaultStyle refStyle="ml"/>
  1421. </defaultStyles>
  1422. <CSS value="background-color:white;font-weight:bold;text-align:left;white-space:normal;width:75px"/>
  1423. </style>
  1424. <contents>
  1425. <textItem>
  1426. <dataSource>
  1427. <memberCaption/>
  1428. </dataSource>
  1429. </textItem>
  1430. </contents>
  1431. </crosstabNodeMember>
  1432. </crosstabNodeMembers>
  1433. </crosstabNode>
  1434. <crosstabNode>
  1435. <crosstabNodeMembers>
  1436. <crosstabNodeMember edgeLocation="e8" refDataItem="Bruttoertrag kumuliert VJ">
  1437. <style>
  1438. <CSS value="font-weight:bold;text-align:left;white-space:normal;width:75px"/>
  1439. <defaultStyles>
  1440. <defaultStyle refStyle="ml"/>
  1441. <defaultStyle refStyle="cls1"/>
  1442. </defaultStyles>
  1443. </style>
  1444. <contents>
  1445. <textItem>
  1446. <dataSource>
  1447. <memberCaption/>
  1448. </dataSource>
  1449. </textItem>
  1450. </contents>
  1451. </crosstabNodeMember>
  1452. </crosstabNodeMembers>
  1453. </crosstabNode>
  1454. <crosstabNode>
  1455. <crosstabNodeMembers>
  1456. <crosstabNodeMember edgeLocation="e9" refDataItem="BE % kumuliert VJ">
  1457. <style>
  1458. <CSS value="font-weight:bold;text-align:left;white-space:normal;width:75px"/>
  1459. <defaultStyles>
  1460. <defaultStyle refStyle="ml"/>
  1461. <defaultStyle refStyle="cls4"/>
  1462. </defaultStyles>
  1463. </style>
  1464. <contents>
  1465. <textItem>
  1466. <dataSource>
  1467. <memberCaption/>
  1468. </dataSource>
  1469. </textItem>
  1470. </contents>
  1471. </crosstabNodeMember>
  1472. </crosstabNodeMembers>
  1473. </crosstabNode>
  1474. <crosstabNode>
  1475. <crosstabNodeMembers>
  1476. <crosstabNodeMember edgeLocation="e10" refDataItem="Umsatz Sonst kumuliert VJ">
  1477. <style>
  1478. <defaultStyles>
  1479. <defaultStyle refStyle="ml"/>
  1480. </defaultStyles>
  1481. <CSS value="background-color:white;font-weight:bold;text-align:left;white-space:normal;width:75px"/>
  1482. </style>
  1483. <contents>
  1484. <textItem>
  1485. <dataSource>
  1486. <memberCaption/>
  1487. </dataSource>
  1488. </textItem>
  1489. </contents>
  1490. </crosstabNodeMember>
  1491. </crosstabNodeMembers>
  1492. </crosstabNode>
  1493. </crosstabNestedNodes>
  1494. <crosstabNodeMembers>
  1495. <crosstabSpacer edgeLocation="s1" renderFactCells="true">
  1496. <contents>
  1497. <textItem>
  1498. <dataSource>
  1499. <staticValue>Zeitraum Vorjahr</staticValue>
  1500. </dataSource>
  1501. </textItem>
  1502. <textItem>
  1503. <dataSource>
  1504. <staticValue> </staticValue>
  1505. </dataSource>
  1506. </textItem>
  1507. </contents>
  1508. <style>
  1509. <CSS value="background-color:white;font-weight:bold;text-align:center"/>
  1510. <defaultStyles>
  1511. <defaultStyle refStyle="ml"/>
  1512. </defaultStyles>
  1513. </style>
  1514. </crosstabSpacer>
  1515. </crosstabNodeMembers>
  1516. </crosstabNode>
  1517. </crosstabColumns>
  1518. <crosstabSuppress type="rows"/>
  1519. <conditionalStyleRefs>
  1520. <conditionalStyleRef refConditionalStyle="Zeitraum"/>
  1521. </conditionalStyleRefs>
  1522. <crosstabIntersections>
  1523. <crosstabIntersection column="e3" row="e16">
  1524. <style>
  1525. <defaultStyles>
  1526. <defaultStyle refStyle="ml"/>
  1527. <defaultStyle refStyle="cls1"/>
  1528. </defaultStyles>
  1529. </style>
  1530. </crosstabIntersection>
  1531. <crosstabIntersection column="e4" row="e16">
  1532. <style>
  1533. <defaultStyles>
  1534. <defaultStyle refStyle="ml"/>
  1535. <defaultStyle refStyle="cls4"/>
  1536. </defaultStyles>
  1537. <dataFormat>
  1538. <percentFormat decimalSize="1" percentSymbol="%" scale="-2"/>
  1539. </dataFormat>
  1540. </style>
  1541. </crosstabIntersection>
  1542. <crosstabIntersection column="e8" row="e16">
  1543. <style>
  1544. <defaultStyles>
  1545. <defaultStyle refStyle="ml"/>
  1546. <defaultStyle refStyle="cls1"/>
  1547. </defaultStyles>
  1548. </style>
  1549. </crosstabIntersection>
  1550. <crosstabIntersection column="e9" row="e16">
  1551. <style>
  1552. <defaultStyles>
  1553. <defaultStyle refStyle="ml"/>
  1554. <defaultStyle refStyle="cls4"/>
  1555. </defaultStyles>
  1556. <dataFormat>
  1557. <percentFormat decimalSize="1" percentSymbol="%" scale="-2"/>
  1558. </dataFormat>
  1559. </style>
  1560. </crosstabIntersection>
  1561. </crosstabIntersections>
  1562. </crosstab>
  1563. </contents>
  1564. </tableCell>
  1565. </tableCells>
  1566. </tableRow>
  1567. </tableRows>
  1568. </table>
  1569. </contents>
  1570. <style>
  1571. <defaultStyles>
  1572. <defaultStyle refStyle="pb"/>
  1573. </defaultStyles>
  1574. </style>
  1575. </pageBody>
  1576. <style>
  1577. <defaultStyles>
  1578. <defaultStyle refStyle="pg"/>
  1579. </defaultStyles>
  1580. </style>
  1581. <pageHeader>
  1582. <contents>
  1583. <table>
  1584. <style>
  1585. <defaultStyles>
  1586. <defaultStyle refStyle="tb"/>
  1587. </defaultStyles>
  1588. <CSS value="border-collapse:collapse;width:100%"/>
  1589. </style>
  1590. <tableRows>
  1591. <tableRow>
  1592. <tableCells>
  1593. <tableCell>
  1594. <contents>
  1595. <image>
  1596. <dataSource>
  1597. <staticValue>/bi/samples/images/GC_LOGO/LOGO.png</staticValue>
  1598. </dataSource>
  1599. <style>
  1600. <CSS value="height:40px"/>
  1601. </style>
  1602. </image>
  1603. </contents>
  1604. <style>
  1605. <CSS value="width:250px;padding-top:20px;padding-bottom:20px;padding-left:20px"/>
  1606. </style>
  1607. </tableCell>
  1608. <tableCell>
  1609. <contents>
  1610. <table>
  1611. <style>
  1612. <defaultStyles>
  1613. <defaultStyle refStyle="tb"/>
  1614. </defaultStyles>
  1615. <CSS value="border-collapse:collapse;height:100%"/>
  1616. </style>
  1617. <tableRows>
  1618. <tableRow>
  1619. <tableCells>
  1620. <tableCell>
  1621. <contents>
  1622. <textItem>
  1623. <dataSource>
  1624. <staticValue>T.02 Ranking Teileverkäufer per </staticValue>
  1625. </dataSource>
  1626. <style>
  1627. <CSS value="font-size:22pt;padding-left:20px"/>
  1628. </style>
  1629. </textItem>
  1630. </contents>
  1631. <style>
  1632. <CSS value="text-align:left;vertical-align:top;padding-bottom:20px"/>
  1633. </style>
  1634. </tableCell>
  1635. <tableCell>
  1636. <contents>
  1637. <singleton name="s_Tag1" refQuery="qry_Tag">
  1638. <contents>
  1639. <textItem>
  1640. <dataSource>
  1641. <dataItemValue refDataItem="Aktueller Tag"/>
  1642. </dataSource>
  1643. <style>
  1644. <CSS value="font-size:22pt"/>
  1645. </style>
  1646. </textItem>
  1647. </contents>
  1648. </singleton>
  1649. </contents>
  1650. <style>
  1651. <CSS value="text-align:left;vertical-align:top;font-size:22pt"/>
  1652. </style>
  1653. </tableCell>
  1654. </tableCells>
  1655. </tableRow>
  1656. </tableRows>
  1657. </table>
  1658. <textItem>
  1659. <dataSource>
  1660. <staticValue>verwendete Filter: </staticValue>
  1661. </dataSource>
  1662. <style>
  1663. <CSS value="padding-left:20px"/>
  1664. </style>
  1665. </textItem>
  1666. <textItem>
  1667. <dataSource>
  1668. <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>
  1669. </dataSource>
  1670. </textItem>
  1671. <textItem>
  1672. <dataSource>
  1673. <reportExpression>if(ParamDisplayValue(&quot;p_Mandant&quot;) is null) then(&quot;&quot;) else(&quot; | &quot;+ParamDisplayValue(&quot;p_Mandant&quot;))</reportExpression>
  1674. </dataSource>
  1675. </textItem>
  1676. <textItem>
  1677. <dataSource>
  1678. <reportExpression>if(ParamDisplayValue(&quot;p_AH&quot;) is null) then(&quot;&quot;) else(&quot; | &quot;+ParamDisplayValue(&quot;p_AH&quot;))</reportExpression>
  1679. </dataSource>
  1680. </textItem>
  1681. <textItem>
  1682. <dataSource>
  1683. <reportExpression>if(ParamDisplayValue(&quot;p_Verkäufer&quot;) is null) then(&quot;&quot;) else(&quot; | &quot;+ParamDisplayValue(&quot;p_Verkäufer&quot;))</reportExpression>
  1684. </dataSource>
  1685. </textItem>
  1686. <textItem>
  1687. <dataSource>
  1688. <reportExpression>if(ParamDisplayValue(&quot;p_Fabrikat&quot;) is null) then(&quot;&quot;) else(&quot; | &quot;+ParamDisplayValue(&quot;p_Fabrikat&quot;))</reportExpression>
  1689. </dataSource>
  1690. </textItem>
  1691. <textItem>
  1692. <dataSource>
  1693. <reportExpression>if(ParamDisplayValue(&quot;p_Modell&quot;) is null) then(&quot;&quot;) else(&quot; | &quot;+ParamDisplayValue(&quot;p_Modell&quot;))</reportExpression>
  1694. </dataSource>
  1695. </textItem>
  1696. <textItem>
  1697. <dataSource>
  1698. <reportExpression>if(ParamDisplayValue(&quot;p_Umsatzart&quot;) is null) then(&quot;&quot;) else(&quot; | &quot;+ParamDisplayValue(&quot;p_Umsatzart&quot;))</reportExpression>
  1699. </dataSource>
  1700. </textItem>
  1701. <textItem>
  1702. <dataSource>
  1703. <reportExpression>if(ParamDisplayValue(&quot;p_Umsatzart2&quot;) is null) then(&quot;&quot;) else(&quot; | &quot;+ParamDisplayValue(&quot;p_Umsatzart2&quot;))</reportExpression>
  1704. </dataSource>
  1705. </textItem>
  1706. <textItem>
  1707. <dataSource>
  1708. <reportExpression>if(ParamDisplayValue(&quot;p_Kundengruppe&quot;) is null) then(&quot;&quot;) else(&quot; | &quot;+ParamDisplayValue(&quot;p_Kundengruppe&quot;))</reportExpression>
  1709. </dataSource>
  1710. </textItem>
  1711. <textItem>
  1712. <dataSource>
  1713. <reportExpression>if(ParamDisplayValue(&quot;p_Kostenstelle&quot;) is null) then(&quot;&quot;) else(&quot; | &quot;+ParamDisplayValue(&quot;p_Kostenstelle&quot;))</reportExpression>
  1714. </dataSource>
  1715. </textItem>
  1716. <textItem>
  1717. <dataSource>
  1718. <reportExpression>if(ParamDisplayValue(&quot;p_PLZ&quot;) is null) then(&quot;&quot;) else(&quot; | PLZ: &quot;+ParamDisplayValue(&quot;p_PLZ&quot;))</reportExpression>
  1719. </dataSource>
  1720. </textItem>
  1721. <textItem>
  1722. <dataSource>
  1723. <reportExpression>case when (ParamDisplayValue(&quot;p_Kunde&quot;) is null and ParamDisplayValue(&quot;p_Kunde2&quot;) is null ) then(&quot;&quot;)
  1724. when (ParamDisplayValue(&quot;p_Kunde&quot;) is not null and ParamDisplayValue(&quot;p_Kunde2&quot;) is null) then (&quot; | &quot;+ParamDisplayValue(&quot;p_Kunde&quot;))
  1725. when (ParamDisplayValue(&quot;p_Kunde2&quot;) is not null) then (&quot; | &quot;+ParamDisplayValue(&quot;p_Kunde2&quot;))
  1726. end
  1727. </reportExpression>
  1728. </dataSource>
  1729. </textItem>
  1730. </contents>
  1731. <style>
  1732. <CSS value="text-align:left;width:12%;vertical-align:middle"/>
  1733. <defaultStyles>
  1734. <defaultStyle refStyle="GuidedLayoutBottomPadding"/>
  1735. <defaultStyle refStyle="GuidedLayoutLeftPadding"/>
  1736. <defaultStyle refStyle="GuidedLayoutRightPadding"/>
  1737. </defaultStyles>
  1738. </style>
  1739. </tableCell>
  1740. <tableCell>
  1741. <contents/>
  1742. <style>
  1743. <CSS value="text-align:left;vertical-align:middle"/>
  1744. </style>
  1745. </tableCell>
  1746. </tableCells>
  1747. </tableRow>
  1748. <tableRow>
  1749. <tableCells>
  1750. <tableCell>
  1751. <contents>
  1752. <table>
  1753. <style>
  1754. <defaultStyles>
  1755. <defaultStyle refStyle="tb"/>
  1756. </defaultStyles>
  1757. <CSS value="border-collapse:collapse;width:100%"/>
  1758. </style>
  1759. <tableRows>
  1760. <tableRow>
  1761. <tableCells>
  1762. <tableCell>
  1763. <contents>
  1764. <promptButton type="back">
  1765. <contents/>
  1766. <style>
  1767. <defaultStyles>
  1768. <defaultStyle refStyle="bp"/>
  1769. </defaultStyles>
  1770. </style>
  1771. </promptButton>
  1772. </contents>
  1773. </tableCell>
  1774. <tableCell>
  1775. <contents>
  1776. <selectValue autoSubmit="true" parameter="p_Zeitraum" rowsPerPage="2" selectValueUI="radioGroup">
  1777. <selectOptions>
  1778. <selectOption useValue="[gewählter Monat]">
  1779. <displayValue>Einzelner Monat</displayValue>
  1780. </selectOption>
  1781. <selectOption useValue="[Zeitraum]">
  1782. <displayValue>Kumuliert</displayValue>
  1783. </selectOption>
  1784. </selectOptions>
  1785. <defaultSelections>
  1786. <defaultSimpleSelection>[gewählter Monat]</defaultSimpleSelection>
  1787. </defaultSelections>
  1788. <style>
  1789. <CSS value="width:200px;height:50px"/>
  1790. </style>
  1791. </selectValue>
  1792. </contents>
  1793. <style>
  1794. <CSS value="text-align:left"/>
  1795. </style>
  1796. <conditionalStyleRefs>
  1797. <conditionalStyleRef refConditionalStyle="Monat"/>
  1798. </conditionalStyleRefs>
  1799. </tableCell>
  1800. </tableCells>
  1801. </tableRow>
  1802. </tableRows>
  1803. </table>
  1804. </contents>
  1805. <style>
  1806. <CSS value="padding-top:10px;padding-bottom:10px"/>
  1807. </style>
  1808. </tableCell>
  1809. <tableCell colSpan="2">
  1810. <contents>
  1811. <selectValue autoSubmit="true" parameter="p_AH" refQuery="qry_AH1" required="false">
  1812. <headerText>
  1813. <defaultText>Alle Autohäuser</defaultText>
  1814. </headerText>
  1815. <useItem refDataItem="Standort"/>
  1816. </selectValue>
  1817. </contents>
  1818. <style>
  1819. <CSS value="padding-left:10px"/>
  1820. </style>
  1821. </tableCell>
  1822. </tableCells>
  1823. </tableRow>
  1824. </tableRows>
  1825. </table>
  1826. </contents>
  1827. <style>
  1828. <defaultStyles>
  1829. <defaultStyle refStyle="cls14"/>
  1830. </defaultStyles>
  1831. </style>
  1832. </pageHeader>
  1833. </page>
  1834. </reportPages>
  1835. <pageSetup orientation="landscape"/>
  1836. <promptPages>
  1837. <page name="Eingabeaufforderungsseite1">
  1838. <pageHeader>
  1839. <contents>
  1840. <table>
  1841. <style>
  1842. <defaultStyles>
  1843. <defaultStyle refStyle="tb"/>
  1844. </defaultStyles>
  1845. <CSS value="border-collapse:collapse;width:100%"/>
  1846. </style>
  1847. <tableRows>
  1848. <tableRow>
  1849. <tableCells>
  1850. <tableCell>
  1851. <contents>
  1852. <image>
  1853. <dataSource>
  1854. <staticValue>/bi/samples/images/GC_LOGO/LOGO.png</staticValue>
  1855. </dataSource>
  1856. <style>
  1857. <CSS value="height:40px"/>
  1858. </style>
  1859. </image>
  1860. </contents>
  1861. <style>
  1862. <CSS value="width:250px;height:50px;padding-left:50px"/>
  1863. </style>
  1864. </tableCell>
  1865. <tableCell>
  1866. <contents>
  1867. <textItem>
  1868. <dataSource>
  1869. <staticValue>Filterauswahl</staticValue>
  1870. </dataSource>
  1871. <style>
  1872. <CSS value="font-size:22pt"/>
  1873. </style>
  1874. </textItem>
  1875. </contents>
  1876. </tableCell>
  1877. </tableCells>
  1878. </tableRow>
  1879. </tableRows>
  1880. </table>
  1881. </contents>
  1882. <style>
  1883. <defaultStyles>
  1884. <defaultStyle refStyle="cls14"/>
  1885. </defaultStyles>
  1886. <CSS value="height:70px"/>
  1887. </style>
  1888. </pageHeader>
  1889. <pageBody>
  1890. <contents>
  1891. <table>
  1892. <style>
  1893. <defaultStyles>
  1894. <defaultStyle refStyle="tb"/>
  1895. </defaultStyles>
  1896. <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"/>
  1897. </style>
  1898. <tableRows>
  1899. <tableRow>
  1900. <tableCells>
  1901. <tableCell>
  1902. <contents>
  1903. <textItem>
  1904. <dataSource>
  1905. <staticValue/>
  1906. </dataSource>
  1907. <style>
  1908. <CSS value="width:20px"/>
  1909. </style>
  1910. </textItem>
  1911. </contents>
  1912. </tableCell>
  1913. <tableCell>
  1914. <contents>
  1915. <textItem>
  1916. <dataSource>
  1917. <staticValue>Monat:</staticValue>
  1918. </dataSource>
  1919. </textItem>
  1920. </contents>
  1921. <style>
  1922. <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"/>
  1923. </style>
  1924. </tableCell>
  1925. <tableCell colSpan="2">
  1926. <contents>
  1927. <textItem>
  1928. <dataSource>
  1929. <staticValue>Oder</staticValue>
  1930. </dataSource>
  1931. <style>
  1932. <CSS value="width:40px;font-weight:bold"/>
  1933. </style>
  1934. </textItem>
  1935. </contents>
  1936. <style>
  1937. <CSS value="width:45px;padding-top:20px;text-align:center;padding-right:10px;padding-left:10px"/>
  1938. </style>
  1939. </tableCell>
  1940. <tableCell>
  1941. <contents>
  1942. <textItem>
  1943. <dataSource>
  1944. <staticValue>Zeitraum:</staticValue>
  1945. </dataSource>
  1946. </textItem>
  1947. </contents>
  1948. <style>
  1949. <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"/>
  1950. </style>
  1951. </tableCell>
  1952. <tableCell>
  1953. <contents>
  1954. <textItem>
  1955. <dataSource>
  1956. <staticValue>Oder</staticValue>
  1957. </dataSource>
  1958. <style>
  1959. <CSS value="width:40px;font-weight:bold;color:white"/>
  1960. </style>
  1961. </textItem>
  1962. <textItem>
  1963. <dataSource>
  1964. <staticValue/>
  1965. </dataSource>
  1966. <style>
  1967. <CSS value="width:40px;padding-right:10px;padding-left:10px"/>
  1968. </style>
  1969. </textItem>
  1970. </contents>
  1971. <style>
  1972. <CSS value="text-align:left;width:45px;padding-top:20px"/>
  1973. </style>
  1974. </tableCell>
  1975. <tableCell>
  1976. <contents/>
  1977. <style>
  1978. <CSS value="width:7%;padding-top:20px"/>
  1979. </style>
  1980. </tableCell>
  1981. <tableCell>
  1982. <contents>
  1983. <textItem>
  1984. <dataSource>
  1985. <staticValue/>
  1986. </dataSource>
  1987. <style>
  1988. <CSS value="width:40px;padding-right:10px;padding-left:10px"/>
  1989. </style>
  1990. </textItem>
  1991. <textItem>
  1992. <dataSource>
  1993. <staticValue>Oder</staticValue>
  1994. </dataSource>
  1995. <style>
  1996. <CSS value="width:40px;font-weight:bold;color:white"/>
  1997. </style>
  1998. </textItem>
  1999. </contents>
  2000. <style>
  2001. <CSS value="width:45px"/>
  2002. </style>
  2003. </tableCell>
  2004. <tableCell>
  2005. <contents>
  2006. <promptButton type="finish">
  2007. <contents/>
  2008. <style>
  2009. <defaultStyles>
  2010. <defaultStyle refStyle="bp"/>
  2011. </defaultStyles>
  2012. </style>
  2013. </promptButton>
  2014. </contents>
  2015. <style>
  2016. <CSS value="padding-top:20px;text-align:right;vertical-align:bottom;width:7%"/>
  2017. </style>
  2018. </tableCell>
  2019. <tableCell>
  2020. <contents/>
  2021. <style>
  2022. <CSS value="width:13%;padding-top:20px;text-align:right;vertical-align:bottom"/>
  2023. </style>
  2024. </tableCell>
  2025. <tableCell>
  2026. <contents/>
  2027. <style>
  2028. <CSS value="width:17%;padding-top:20px"/>
  2029. </style>
  2030. </tableCell>
  2031. <tableCell>
  2032. <contents/>
  2033. <style>
  2034. <CSS value="width:7%;padding-top:20px;padding-left:80px"/>
  2035. </style>
  2036. </tableCell>
  2037. <tableCell>
  2038. <contents/>
  2039. <style>
  2040. <CSS value="width:7%;padding-top:20px"/>
  2041. </style>
  2042. </tableCell>
  2043. </tableCells>
  2044. </tableRow>
  2045. <tableRow>
  2046. <tableCells>
  2047. <tableCell>
  2048. <contents/>
  2049. <style>
  2050. <CSS value="width:8%"/>
  2051. </style>
  2052. </tableCell>
  2053. <tableCell>
  2054. <contents>
  2055. <selectValue multiSelect="true" parameter="p_Zeit" prePopulateIfParentOptional="true" refQuery="qry_Monat" required="false" selectValueUI="checkboxGroup">
  2056. <style>
  2057. <CSS value="width:100%"/>
  2058. </style>
  2059. <useItem refDataItem="Monat"/>
  2060. <sortList>
  2061. <sortItem refDataItem="Monat - Category Code" sortOrder="descending"/>
  2062. </sortList>
  2063. </selectValue>
  2064. </contents>
  2065. <style>
  2066. <CSS value="vertical-align:top;width:8%"/>
  2067. </style>
  2068. </tableCell>
  2069. <tableCell colSpan="2">
  2070. <contents/>
  2071. <style>
  2072. <CSS value="text-align:left;vertical-align:top"/>
  2073. </style>
  2074. </tableCell>
  2075. <tableCell>
  2076. <contents>
  2077. <table>
  2078. <style>
  2079. <defaultStyles>
  2080. <defaultStyle refStyle="tb"/>
  2081. </defaultStyles>
  2082. <CSS value="border-collapse:collapse;width:100%;margin-top:25px"/>
  2083. </style>
  2084. <tableRows>
  2085. <tableRow>
  2086. <tableCells>
  2087. <tableCell>
  2088. <contents>
  2089. <textItem>
  2090. <dataSource>
  2091. <staticValue>Von:</staticValue>
  2092. </dataSource>
  2093. <style>
  2094. <CSS value="padding-bottom:10px"/>
  2095. </style>
  2096. </textItem>
  2097. </contents>
  2098. <style>
  2099. <CSS value="padding-bottom:10px"/>
  2100. </style>
  2101. </tableCell>
  2102. </tableCells>
  2103. </tableRow>
  2104. <tableRow>
  2105. <tableCells>
  2106. <tableCell>
  2107. <contents>
  2108. <selectDate parameter="p_Von" required="false" selectDateUI="editBox"/>
  2109. </contents>
  2110. </tableCell>
  2111. </tableCells>
  2112. </tableRow>
  2113. <tableRow>
  2114. <tableCells>
  2115. <tableCell>
  2116. <contents>
  2117. <textItem>
  2118. <dataSource>
  2119. <staticValue>Bis:</staticValue>
  2120. </dataSource>
  2121. </textItem>
  2122. </contents>
  2123. <style>
  2124. <CSS value="padding-bottom:10px"/>
  2125. </style>
  2126. </tableCell>
  2127. </tableCells>
  2128. </tableRow>
  2129. <tableRow>
  2130. <tableCells>
  2131. <tableCell>
  2132. <contents>
  2133. <selectDate parameter="p_Bis" required="false" selectDateUI="editBox"/>
  2134. </contents>
  2135. </tableCell>
  2136. </tableCells>
  2137. </tableRow>
  2138. </tableRows>
  2139. </table>
  2140. </contents>
  2141. <style>
  2142. <CSS value="padding-top:10px;padding-bottom:25px;width:8%"/>
  2143. <defaultStyles>
  2144. <defaultStyle refStyle="GuidedLayoutTopPadding"/>
  2145. <defaultStyle refStyle="GuidedLayoutBottomPadding"/>
  2146. <defaultStyle refStyle="GuidedLayoutLeftPadding"/>
  2147. <defaultStyle refStyle="GuidedLayoutRightPadding"/>
  2148. </defaultStyles>
  2149. </style>
  2150. </tableCell>
  2151. <tableCell>
  2152. <contents/>
  2153. </tableCell>
  2154. <tableCell>
  2155. <contents/>
  2156. <style>
  2157. <CSS value="width:8%"/>
  2158. </style>
  2159. </tableCell>
  2160. <tableCell>
  2161. <contents/>
  2162. </tableCell>
  2163. <tableCell>
  2164. <contents>
  2165. <table>
  2166. <style>
  2167. <defaultStyles>
  2168. <defaultStyle refStyle="tb"/>
  2169. </defaultStyles>
  2170. <CSS value="border-collapse:collapse;width:100%"/>
  2171. </style>
  2172. <tableRows>
  2173. <tableRow>
  2174. <tableCells>
  2175. <tableCell>
  2176. <contents>
  2177. <promptButton type="cancel">
  2178. <contents/>
  2179. <style>
  2180. <defaultStyles>
  2181. <defaultStyle refStyle="bp"/>
  2182. </defaultStyles>
  2183. </style>
  2184. </promptButton>
  2185. </contents>
  2186. <style>
  2187. <CSS value="text-align:right"/>
  2188. </style>
  2189. </tableCell>
  2190. </tableCells>
  2191. </tableRow>
  2192. <tableRow>
  2193. <tableCells>
  2194. <tableCell>
  2195. <contents/>
  2196. </tableCell>
  2197. </tableCells>
  2198. </tableRow>
  2199. <tableRow>
  2200. <tableCells>
  2201. <tableCell>
  2202. <contents/>
  2203. <style>
  2204. <CSS value="text-align:right;padding-top:30px"/>
  2205. </style>
  2206. </tableCell>
  2207. </tableCells>
  2208. </tableRow>
  2209. </tableRows>
  2210. </table>
  2211. </contents>
  2212. <style>
  2213. <CSS value="padding-top:25px;text-align:right;vertical-align:top;width:13%"/>
  2214. <defaultStyles>
  2215. <defaultStyle refStyle="GuidedLayoutTopPadding"/>
  2216. <defaultStyle refStyle="GuidedLayoutBottomPadding"/>
  2217. <defaultStyle refStyle="GuidedLayoutLeftPadding"/>
  2218. <defaultStyle refStyle="GuidedLayoutRightPadding"/>
  2219. </defaultStyles>
  2220. </style>
  2221. </tableCell>
  2222. <tableCell>
  2223. <contents/>
  2224. <style>
  2225. <CSS value="text-align:right;width:13%;vertical-align:top;padding-top:25px"/>
  2226. </style>
  2227. </tableCell>
  2228. <tableCell>
  2229. <contents/>
  2230. <style>
  2231. <CSS value="width:17%"/>
  2232. </style>
  2233. </tableCell>
  2234. <tableCell>
  2235. <contents/>
  2236. <style>
  2237. <CSS value="padding-left:80px"/>
  2238. </style>
  2239. </tableCell>
  2240. <tableCell>
  2241. <contents/>
  2242. </tableCell>
  2243. </tableCells>
  2244. </tableRow>
  2245. <tableRow>
  2246. <tableCells>
  2247. <tableCell>
  2248. <contents>
  2249. <textItem>
  2250. <dataSource>
  2251. <staticValue/>
  2252. </dataSource>
  2253. <style>
  2254. <CSS value="width:20px;height:30px"/>
  2255. </style>
  2256. </textItem>
  2257. </contents>
  2258. </tableCell>
  2259. <tableCell>
  2260. <contents/>
  2261. </tableCell>
  2262. <tableCell colSpan="2">
  2263. <contents/>
  2264. </tableCell>
  2265. <tableCell>
  2266. <contents/>
  2267. </tableCell>
  2268. <tableCell>
  2269. <contents/>
  2270. </tableCell>
  2271. <tableCell>
  2272. <contents/>
  2273. </tableCell>
  2274. <tableCell>
  2275. <contents/>
  2276. </tableCell>
  2277. <tableCell>
  2278. <contents/>
  2279. </tableCell>
  2280. <tableCell>
  2281. <contents/>
  2282. </tableCell>
  2283. <tableCell>
  2284. <contents/>
  2285. </tableCell>
  2286. <tableCell>
  2287. <contents/>
  2288. </tableCell>
  2289. <tableCell>
  2290. <contents/>
  2291. </tableCell>
  2292. </tableCells>
  2293. </tableRow>
  2294. <tableRow>
  2295. <tableCells>
  2296. <tableCell>
  2297. <contents/>
  2298. </tableCell>
  2299. <tableCell>
  2300. <contents>
  2301. <textItem>
  2302. <dataSource>
  2303. <staticValue>Mandant:</staticValue>
  2304. </dataSource>
  2305. <style>
  2306. <CSS value="color:white;font-weight:bold;vertical-align:top"/>
  2307. </style>
  2308. </textItem>
  2309. </contents>
  2310. <style>
  2311. <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"/>
  2312. </style>
  2313. </tableCell>
  2314. <tableCell colSpan="2">
  2315. <contents/>
  2316. <style>
  2317. <CSS value="padding-left:10px"/>
  2318. </style>
  2319. </tableCell>
  2320. <tableCell>
  2321. <contents>
  2322. <textItem>
  2323. <dataSource>
  2324. <staticValue>AH-Gruppe:</staticValue>
  2325. </dataSource>
  2326. <style>
  2327. <CSS value="color:white;font-weight:bold;vertical-align:top"/>
  2328. </style>
  2329. </textItem>
  2330. </contents>
  2331. <style>
  2332. <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"/>
  2333. </style>
  2334. </tableCell>
  2335. <tableCell>
  2336. <contents/>
  2337. <style>
  2338. <CSS value="padding-left:10px;text-align:left"/>
  2339. </style>
  2340. </tableCell>
  2341. <tableCell>
  2342. <contents/>
  2343. <style>
  2344. <CSS value="color:white;font-weight:bold;vertical-align:middle;padding-left:10px;text-align:left;padding-bottom:10px;background-color:white;padding-top:10px"/>
  2345. </style>
  2346. </tableCell>
  2347. <tableCell>
  2348. <contents/>
  2349. <style>
  2350. <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"/>
  2351. </style>
  2352. </tableCell>
  2353. <tableCell>
  2354. <contents/>
  2355. <style>
  2356. <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:200px"/>
  2357. <defaultStyles>
  2358. <defaultStyle refStyle="GuidedLayoutTopPadding"/>
  2359. <defaultStyle refStyle="GuidedLayoutBottomPadding"/>
  2360. <defaultStyle refStyle="GuidedLayoutLeftPadding"/>
  2361. <defaultStyle refStyle="GuidedLayoutRightPadding"/>
  2362. </defaultStyles>
  2363. </style>
  2364. </tableCell>
  2365. <tableCell>
  2366. <contents/>
  2367. <style>
  2368. <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%"/>
  2369. </style>
  2370. </tableCell>
  2371. <tableCell>
  2372. <contents/>
  2373. <style>
  2374. <CSS value="width:17%"/>
  2375. </style>
  2376. </tableCell>
  2377. <tableCell>
  2378. <contents/>
  2379. <style>
  2380. <CSS value="padding-left:10px"/>
  2381. </style>
  2382. </tableCell>
  2383. <tableCell>
  2384. <contents/>
  2385. </tableCell>
  2386. </tableCells>
  2387. </tableRow>
  2388. <tableRow>
  2389. <tableCells>
  2390. <tableCell>
  2391. <contents/>
  2392. </tableCell>
  2393. <tableCell>
  2394. <contents>
  2395. <selectValue multiSelect="true" parameter="p_AH" refQuery="qry_Mandant" required="false" selectValueUI="checkboxGroup">
  2396. <headerText>
  2397. <defaultText>Alle Autohäuser</defaultText>
  2398. </headerText>
  2399. <useItem refDataItem="Hauptbetrieb"/>
  2400. <style>
  2401. <CSS value="width:100%"/>
  2402. </style>
  2403. </selectValue>
  2404. </contents>
  2405. <style>
  2406. <CSS value="border-top-style:none;border-bottom-style:none;border-left-style:none;border-right-style:none;vertical-align:top"/>
  2407. </style>
  2408. </tableCell>
  2409. <tableCell colSpan="2">
  2410. <contents/>
  2411. </tableCell>
  2412. <tableCell>
  2413. <contents>
  2414. <selectValue multiSelect="true" parameter="p_AH" refQuery="qry_AH" required="false" selectValueUI="checkboxGroup">
  2415. <headerText>
  2416. <defaultText>Alle Autohäuser</defaultText>
  2417. </headerText>
  2418. <style>
  2419. <CSS value="width:300px"/>
  2420. </style>
  2421. <useItem refDataItem="Standort"/>
  2422. </selectValue>
  2423. </contents>
  2424. <style>
  2425. <CSS value="border-top-style:none;border-bottom-style:none;border-left-style:none;border-right-style:none"/>
  2426. </style>
  2427. </tableCell>
  2428. <tableCell>
  2429. <contents/>
  2430. </tableCell>
  2431. <tableCell>
  2432. <contents/>
  2433. <style>
  2434. <CSS value="border-top-style:none;border-bottom-style:none;border-left-style:none;border-right-style:none;vertical-align:top"/>
  2435. </style>
  2436. </tableCell>
  2437. <tableCell>
  2438. <contents/>
  2439. <style>
  2440. <CSS value="text-align:right"/>
  2441. </style>
  2442. </tableCell>
  2443. <tableCell>
  2444. <contents/>
  2445. </tableCell>
  2446. <tableCell>
  2447. <contents/>
  2448. <style>
  2449. <CSS value="text-align:right"/>
  2450. </style>
  2451. </tableCell>
  2452. <tableCell>
  2453. <contents/>
  2454. <style>
  2455. <CSS value="width:17%"/>
  2456. </style>
  2457. </tableCell>
  2458. <tableCell>
  2459. <contents/>
  2460. </tableCell>
  2461. <tableCell>
  2462. <contents/>
  2463. </tableCell>
  2464. </tableCells>
  2465. </tableRow>
  2466. <tableRow>
  2467. <tableCells>
  2468. <tableCell>
  2469. <contents/>
  2470. </tableCell>
  2471. <tableCell>
  2472. <contents/>
  2473. <style>
  2474. <CSS value="border-top-style:none;border-bottom-style:none;border-left-style:none;border-right-style:none;vertical-align:top"/>
  2475. </style>
  2476. </tableCell>
  2477. <tableCell colSpan="2">
  2478. <contents/>
  2479. </tableCell>
  2480. <tableCell>
  2481. <contents/>
  2482. <style>
  2483. <CSS value="border-top-style:none;border-bottom-style:none;border-left-style:none;border-right-style:none"/>
  2484. </style>
  2485. </tableCell>
  2486. <tableCell>
  2487. <contents/>
  2488. </tableCell>
  2489. <tableCell>
  2490. <contents/>
  2491. <style>
  2492. <CSS value="border-bottom-style:none;border-left-style:none;border-top-style:none;border-right-style:none;vertical-align:top"/>
  2493. </style>
  2494. </tableCell>
  2495. <tableCell>
  2496. <contents/>
  2497. <style>
  2498. <CSS value="text-align:right"/>
  2499. </style>
  2500. </tableCell>
  2501. <tableCell>
  2502. <contents/>
  2503. <style>
  2504. <CSS value="text-align:left"/>
  2505. </style>
  2506. </tableCell>
  2507. <tableCell>
  2508. <contents/>
  2509. <style>
  2510. <CSS value="text-align:right"/>
  2511. </style>
  2512. </tableCell>
  2513. <tableCell>
  2514. <contents/>
  2515. </tableCell>
  2516. <tableCell>
  2517. <contents/>
  2518. </tableCell>
  2519. <tableCell>
  2520. <contents/>
  2521. </tableCell>
  2522. </tableCells>
  2523. </tableRow>
  2524. <tableRow>
  2525. <tableCells>
  2526. <tableCell>
  2527. <contents>
  2528. <textItem>
  2529. <dataSource>
  2530. <staticValue/>
  2531. </dataSource>
  2532. <style>
  2533. <CSS value="width:20px;height:30px"/>
  2534. </style>
  2535. </textItem>
  2536. </contents>
  2537. </tableCell>
  2538. <tableCell>
  2539. <contents/>
  2540. <style>
  2541. <CSS value="padding-top:10px;padding-bottom:10px"/>
  2542. </style>
  2543. </tableCell>
  2544. <tableCell colSpan="2">
  2545. <contents/>
  2546. </tableCell>
  2547. <tableCell>
  2548. <contents/>
  2549. </tableCell>
  2550. <tableCell>
  2551. <contents/>
  2552. </tableCell>
  2553. <tableCell>
  2554. <contents/>
  2555. </tableCell>
  2556. <tableCell>
  2557. <contents/>
  2558. </tableCell>
  2559. <tableCell>
  2560. <contents/>
  2561. </tableCell>
  2562. <tableCell>
  2563. <contents/>
  2564. <style>
  2565. <CSS value="width:13%"/>
  2566. </style>
  2567. </tableCell>
  2568. <tableCell>
  2569. <contents/>
  2570. <style>
  2571. <CSS value="width:17%"/>
  2572. </style>
  2573. </tableCell>
  2574. <tableCell>
  2575. <contents/>
  2576. </tableCell>
  2577. <tableCell>
  2578. <contents/>
  2579. </tableCell>
  2580. </tableCells>
  2581. </tableRow>
  2582. <tableRow>
  2583. <tableCells>
  2584. <tableCell>
  2585. <contents/>
  2586. </tableCell>
  2587. <tableCell>
  2588. <contents>
  2589. <textItem>
  2590. <dataSource>
  2591. <staticValue>Kundengruppe:</staticValue>
  2592. </dataSource>
  2593. <style>
  2594. <CSS value="color:white;font-weight:bold;vertical-align:top"/>
  2595. </style>
  2596. </textItem>
  2597. </contents>
  2598. <style>
  2599. <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"/>
  2600. </style>
  2601. </tableCell>
  2602. <tableCell colSpan="2">
  2603. <contents/>
  2604. <style>
  2605. <CSS value="padding-left:10px;vertical-align:top"/>
  2606. </style>
  2607. </tableCell>
  2608. <tableCell>
  2609. <contents>
  2610. <textItem>
  2611. <dataSource>
  2612. <staticValue>PLZ:</staticValue>
  2613. </dataSource>
  2614. <style>
  2615. <CSS value="color:white;font-weight:bold;vertical-align:top"/>
  2616. </style>
  2617. </textItem>
  2618. </contents>
  2619. <style>
  2620. <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"/>
  2621. </style>
  2622. </tableCell>
  2623. <tableCell>
  2624. <contents/>
  2625. </tableCell>
  2626. <tableCell colSpan="3">
  2627. <contents>
  2628. <textItem>
  2629. <dataSource>
  2630. <staticValue>Kunde</staticValue>
  2631. </dataSource>
  2632. <style>
  2633. <CSS value="color:white;font-weight:bold;vertical-align:top"/>
  2634. </style>
  2635. </textItem>
  2636. </contents>
  2637. <style>
  2638. <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"/>
  2639. </style>
  2640. </tableCell>
  2641. <tableCell>
  2642. <contents/>
  2643. <style>
  2644. <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"/>
  2645. </style>
  2646. </tableCell>
  2647. <tableCell>
  2648. <contents/>
  2649. <style>
  2650. <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"/>
  2651. </style>
  2652. </tableCell>
  2653. <tableCell>
  2654. <contents/>
  2655. </tableCell>
  2656. <tableCell>
  2657. <contents/>
  2658. </tableCell>
  2659. </tableCells>
  2660. </tableRow>
  2661. <tableRow>
  2662. <tableCells>
  2663. <tableCell>
  2664. <contents/>
  2665. </tableCell>
  2666. <tableCell>
  2667. <contents>
  2668. <selectValue multiSelect="true" parameter="p_Kundengruppe" refQuery="qry_Kundenart" required="false" selectValueUI="checkboxGroup">
  2669. <headerText>
  2670. <defaultText>Alle Kundengruppen</defaultText>
  2671. </headerText>
  2672. <style>
  2673. <CSS value="width:100%"/>
  2674. </style>
  2675. <useItem refDataItem="Kundenart1"/>
  2676. </selectValue>
  2677. </contents>
  2678. <style>
  2679. <CSS value="border-top-style:none;border-bottom-style:none;border-left-style:none;border-right-style:none;vertical-align:top"/>
  2680. </style>
  2681. </tableCell>
  2682. <tableCell colSpan="2">
  2683. <contents/>
  2684. </tableCell>
  2685. <tableCell>
  2686. <contents>
  2687. <selectWithTree parameter="p_PLZ" refQuery="qry_PLZ" required="false">
  2688. <style>
  2689. <CSS value="width:200px;height:200px"/>
  2690. </style>
  2691. <selectWithTreeItem refDataItem="PLZ-Gebiete"/>
  2692. </selectWithTree>
  2693. </contents>
  2694. <style>
  2695. <CSS value="vertical-align:top"/>
  2696. </style>
  2697. </tableCell>
  2698. <tableCell>
  2699. <contents/>
  2700. </tableCell>
  2701. <tableCell colSpan="3">
  2702. <contents>
  2703. <selectWithSearch multiSelect="true" parameter="p_Kunde" refQuery="Abfrage1" required="false" rowsPerPage="100">
  2704. <useItem refDataItem="Kunde - Langer Name"/>
  2705. </selectWithSearch>
  2706. </contents>
  2707. </tableCell>
  2708. <tableCell>
  2709. <contents/>
  2710. </tableCell>
  2711. <tableCell>
  2712. <contents/>
  2713. </tableCell>
  2714. <tableCell>
  2715. <contents/>
  2716. </tableCell>
  2717. <tableCell>
  2718. <contents/>
  2719. </tableCell>
  2720. </tableCells>
  2721. </tableRow>
  2722. <tableRow>
  2723. <tableCells>
  2724. <tableCell>
  2725. <contents>
  2726. <textItem>
  2727. <dataSource>
  2728. <staticValue/>
  2729. </dataSource>
  2730. <style>
  2731. <CSS value="width:20px;height:30px"/>
  2732. </style>
  2733. </textItem>
  2734. </contents>
  2735. </tableCell>
  2736. <tableCell>
  2737. <contents/>
  2738. </tableCell>
  2739. <tableCell colSpan="2">
  2740. <contents/>
  2741. </tableCell>
  2742. <tableCell>
  2743. <contents/>
  2744. </tableCell>
  2745. <tableCell>
  2746. <contents/>
  2747. </tableCell>
  2748. <tableCell>
  2749. <contents/>
  2750. </tableCell>
  2751. <tableCell>
  2752. <contents/>
  2753. </tableCell>
  2754. <tableCell>
  2755. <contents/>
  2756. </tableCell>
  2757. <tableCell>
  2758. <contents/>
  2759. <style>
  2760. <CSS value="width:13%"/>
  2761. </style>
  2762. </tableCell>
  2763. <tableCell>
  2764. <contents/>
  2765. <style>
  2766. <CSS value="width:17%"/>
  2767. </style>
  2768. </tableCell>
  2769. <tableCell>
  2770. <contents/>
  2771. </tableCell>
  2772. <tableCell>
  2773. <contents/>
  2774. </tableCell>
  2775. </tableCells>
  2776. </tableRow>
  2777. <tableRow>
  2778. <tableCells>
  2779. <tableCell>
  2780. <contents/>
  2781. </tableCell>
  2782. <tableCell>
  2783. <contents/>
  2784. </tableCell>
  2785. <tableCell colSpan="2">
  2786. <contents/>
  2787. </tableCell>
  2788. <tableCell>
  2789. <contents/>
  2790. </tableCell>
  2791. <tableCell>
  2792. <contents/>
  2793. </tableCell>
  2794. <tableCell>
  2795. <contents/>
  2796. </tableCell>
  2797. <tableCell>
  2798. <contents/>
  2799. </tableCell>
  2800. <tableCell>
  2801. <contents/>
  2802. </tableCell>
  2803. <tableCell>
  2804. <contents/>
  2805. <style>
  2806. <CSS value="width:13%"/>
  2807. </style>
  2808. </tableCell>
  2809. <tableCell>
  2810. <contents/>
  2811. <style>
  2812. <CSS value="width:17%"/>
  2813. </style>
  2814. </tableCell>
  2815. <tableCell>
  2816. <contents/>
  2817. </tableCell>
  2818. <tableCell>
  2819. <contents/>
  2820. </tableCell>
  2821. </tableCells>
  2822. </tableRow>
  2823. <tableRow>
  2824. <tableCells>
  2825. <tableCell>
  2826. <contents/>
  2827. </tableCell>
  2828. <tableCell>
  2829. <contents/>
  2830. </tableCell>
  2831. <tableCell colSpan="2">
  2832. <contents/>
  2833. </tableCell>
  2834. <tableCell>
  2835. <contents/>
  2836. </tableCell>
  2837. <tableCell>
  2838. <contents/>
  2839. </tableCell>
  2840. <tableCell>
  2841. <contents/>
  2842. </tableCell>
  2843. <tableCell>
  2844. <contents/>
  2845. </tableCell>
  2846. <tableCell>
  2847. <contents/>
  2848. </tableCell>
  2849. <tableCell>
  2850. <contents/>
  2851. <style>
  2852. <CSS value="width:13%"/>
  2853. </style>
  2854. </tableCell>
  2855. <tableCell>
  2856. <contents/>
  2857. <style>
  2858. <CSS value="width:17%"/>
  2859. </style>
  2860. </tableCell>
  2861. <tableCell>
  2862. <contents/>
  2863. </tableCell>
  2864. <tableCell>
  2865. <contents/>
  2866. </tableCell>
  2867. </tableCells>
  2868. </tableRow>
  2869. </tableRows>
  2870. </table>
  2871. </contents>
  2872. <style>
  2873. <defaultStyles>
  2874. <defaultStyle refStyle="py"/>
  2875. </defaultStyles>
  2876. <CSS value="background-color:white;padding-top:10px"/>
  2877. </style>
  2878. </pageBody>
  2879. <pageFooter>
  2880. <contents>
  2881. <promptButton type="cancel">
  2882. <contents/>
  2883. <style>
  2884. <defaultStyles>
  2885. <defaultStyle refStyle="bp"/>
  2886. </defaultStyles>
  2887. </style>
  2888. </promptButton>
  2889. <promptButton type="finish">
  2890. <contents/>
  2891. <style>
  2892. <defaultStyles>
  2893. <defaultStyle refStyle="bp"/>
  2894. </defaultStyles>
  2895. </style>
  2896. </promptButton>
  2897. </contents>
  2898. <style>
  2899. <CSS value="background-color:#C3CCD4;padding-top:10px;padding-bottom:10px"/>
  2900. </style>
  2901. </pageFooter>
  2902. <style>
  2903. <defaultStyles>
  2904. <defaultStyle refStyle="pp"/>
  2905. </defaultStyles>
  2906. </style>
  2907. </page>
  2908. </promptPages>
  2909. </layout>
  2910. </layouts>
  2911. <modelPath>/content/folder[@name=&quot;GC&quot;]/folder[@name=&quot;Packages&quot;]/package[@name=&quot;S_Teile&quot;]/model[@name=&quot;2020-07-14T09:15:16.581Z&quot;]</modelPath>
  2912. <reportName>T.02 Ranking Teileverkäufer</reportName>
  2913. <queries>
  2914. <query name="qry_Main">
  2915. <source>
  2916. <model/>
  2917. </source>
  2918. <selection>
  2919. <dataItemMeasure name="Umsatz Teile">
  2920. <dmMember>
  2921. <MUN>[S_Teile].[Kennzahlen].[Umsatz Teile]</MUN>
  2922. <itemCaption>Umsatz Teile</itemCaption>
  2923. </dmMember>
  2924. <dmDimension>
  2925. <DUN>[S_Teile].[Kennzahlen]</DUN>
  2926. <itemCaption>Kennzahlen</itemCaption>
  2927. </dmDimension>
  2928. <XMLAttributes>
  2929. <XMLAttribute name="RS_dataType" output="no" value="9"/>
  2930. </XMLAttributes>
  2931. </dataItemMeasure>
  2932. <dataItemMeasure name="Einsatz Teile">
  2933. <dmMember>
  2934. <MUN>[S_Teile].[Kennzahlen].[Einsatz Teile]</MUN>
  2935. <itemCaption>Einsatz Teile</itemCaption>
  2936. </dmMember>
  2937. <dmDimension>
  2938. <DUN>[S_Teile].[Kennzahlen]</DUN>
  2939. <itemCaption>Kennzahlen</itemCaption>
  2940. </dmDimension>
  2941. <XMLAttributes>
  2942. <XMLAttribute name="RS_dataType" output="no" value="9"/>
  2943. </XMLAttributes>
  2944. </dataItemMeasure>
  2945. <dataItemMeasure name="BE in %">
  2946. <dmMember>
  2947. <MUN>[S_Teile].[Kennzahlen].[BE in %]</MUN>
  2948. <itemCaption>BE in %</itemCaption>
  2949. </dmMember>
  2950. <dmDimension>
  2951. <DUN>[S_Teile].[Kennzahlen]</DUN>
  2952. <itemCaption>Kennzahlen</itemCaption>
  2953. </dmDimension>
  2954. <XMLAttributes>
  2955. <XMLAttribute name="RS_dataType" output="no" value="9"/>
  2956. </XMLAttributes>
  2957. </dataItemMeasure>
  2958. <dataItemMeasure name="Umsatz Sonst.">
  2959. <dmMember>
  2960. <MUN>[S_Teile].[Kennzahlen].[Umsatz Sonst.]</MUN>
  2961. <itemCaption>Umsatz Sonst.</itemCaption>
  2962. </dmMember>
  2963. <dmDimension>
  2964. <DUN>[S_Teile].[Kennzahlen]</DUN>
  2965. <itemCaption>Kennzahlen</itemCaption>
  2966. </dmDimension>
  2967. <XMLAttributes>
  2968. <XMLAttribute name="RS_dataType" output="no" value="9"/>
  2969. </XMLAttributes>
  2970. </dataItemMeasure>
  2971. <dataItemLevelSet name="Sel Name">
  2972. <dmLevel>
  2973. <LUN>[S_Teile].[Verursacher].[Verursacher].[Sel Name]</LUN>
  2974. <itemCaption>Sel Name</itemCaption>
  2975. </dmLevel>
  2976. <dmDimension>
  2977. <DUN>[S_Teile].[Verursacher]</DUN>
  2978. <itemCaption>Verursacher</itemCaption>
  2979. </dmDimension>
  2980. <dmHierarchy>
  2981. <HUN>[S_Teile].[Verursacher].[Verursacher]</HUN>
  2982. <itemCaption>Verursacher</itemCaption>
  2983. </dmHierarchy>
  2984. <XMLAttributes>
  2985. <XMLAttribute name="RS_dataType" output="no" value="3"/>
  2986. </XMLAttributes>
  2987. </dataItemLevelSet>
  2988. <dataItemLevelSet name="Sel Name1">
  2989. <dmLevel>
  2990. <LUN>[S_Teile].[Verursacher].[Verursacher].[Sel Name]</LUN>
  2991. <itemCaption>Sel Name</itemCaption>
  2992. </dmLevel>
  2993. <dmDimension>
  2994. <DUN>[S_Teile].[Verursacher]</DUN>
  2995. <itemCaption>Verursacher</itemCaption>
  2996. </dmDimension>
  2997. <dmHierarchy>
  2998. <HUN>[S_Teile].[Verursacher].[Verursacher]</HUN>
  2999. <itemCaption>Verursacher</itemCaption>
  3000. </dmHierarchy>
  3001. </dataItemLevelSet>
  3002. <dataItemMeasure name="Bruttoertrag">
  3003. <dmMember>
  3004. <MUN>[S_Teile].[Kennzahlen].[Bruttoertrag]</MUN>
  3005. <itemCaption>Bruttoertrag</itemCaption>
  3006. </dmMember>
  3007. <dmDimension>
  3008. <DUN>[S_Teile].[Kennzahlen]</DUN>
  3009. <itemCaption>Kennzahlen</itemCaption>
  3010. </dmDimension>
  3011. <XMLAttributes>
  3012. <XMLAttribute name="RS_dataType" output="no" value="9"/>
  3013. </XMLAttributes>
  3014. </dataItemMeasure>
  3015. <dataItemDimensionalEdgeSummary aggregateMethod="aggregate" label="Summe" name="Summe(Sel Name)" refDataItem="Sel Name" solveOrder="1">
  3016. <dmDimension>
  3017. <DUN>[S_Teile].[Verursacher]</DUN>
  3018. <itemCaption>Verursacher</itemCaption>
  3019. </dmDimension>
  3020. <dmHierarchy>
  3021. <HUN>[S_Teile].[Verursacher].[Verursacher]</HUN>
  3022. <itemCaption>Verursacher</itemCaption>
  3023. </dmHierarchy>
  3024. <XMLAttributes>
  3025. <XMLAttribute name="RS_dataType" output="no" value="3"/>
  3026. </XMLAttributes>
  3027. </dataItemDimensionalEdgeSummary>
  3028. <dataItemDimensionalEdgeSummary aggregateMethod="aggregate" label="Summe" name="Summe(Sel Name1)" refDataItem="Sel Name1" solveOrder="1">
  3029. <dmDimension>
  3030. <DUN>[S_Teile].[Verursacher]</DUN>
  3031. <itemCaption>Verursacher</itemCaption>
  3032. </dmDimension>
  3033. <dmHierarchy>
  3034. <HUN>[S_Teile].[Verursacher].[Verursacher]</HUN>
  3035. <itemCaption>Verursacher</itemCaption>
  3036. </dmHierarchy>
  3037. </dataItemDimensionalEdgeSummary>
  3038. <dataItem name="AutoZeit1">
  3039. <expression>month(current_date) + &quot;/&quot; + year(current_date) </expression>
  3040. </dataItem>
  3041. <dataItem name="AutoZeit">
  3042. <expression>#&quot;[S_Teile].[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>
  3043. <dataItem name="SelectZeit">
  3044. <expression>#prompt(&quot;p_Zeit&quot;,&quot;memberuniquename&quot;,&quot;[AutoZeit]&quot;)#
  3045. </expression>
  3046. </dataItem>
  3047. <dataItem name="gewählter Monat1">
  3048. <expression>[SelectZeit]</expression>
  3049. <XMLAttributes>
  3050. <XMLAttribute name="RS_dataType" output="no" value="3"/>
  3051. <XMLAttribute name="RS_dataUsage" output="no" value="1"/>
  3052. <XMLAttribute name="RS_HUN" output="no" value="[S_Teile].[Zeit].[Zeit]"/>
  3053. </XMLAttributes>
  3054. </dataItem>
  3055. <dataItem name="gewählter Monat">
  3056. <expression>[SelectZeit]</expression>
  3057. <XMLAttributes>
  3058. <XMLAttribute name="RS_dataType" output="no" value="3"/>
  3059. <XMLAttribute name="RS_dataUsage" output="no" value="1"/>
  3060. <XMLAttribute name="RS_HUN" output="no" value="[S_Teile].[Zeit].[Zeit]"/>
  3061. </XMLAttributes>
  3062. </dataItem>
  3063. <dataItem name="Gesamt kumuliert VJ">
  3064. <expression>aggregate([Umsatz Teile] within set periodsToDate ([S_Teile].[Zeit].[Zeit].[Jahr];(parallelPeriod([S_Teile].[Zeit].[Zeit].[Jahr];1;[gewählter Monat]))))</expression>
  3065. <XMLAttributes>
  3066. <XMLAttribute name="RS_dataType" output="no" value="9"/>
  3067. <XMLAttribute name="RS_dataUsage" output="no" value="2"/>
  3068. <XMLAttribute name="RS_HUN" output="no" value="[S_Teile].[Kennzahlen]"/>
  3069. </XMLAttributes>
  3070. </dataItem>
  3071. <dataItem name="Umsatz Teile kumuliert VJ">
  3072. <expression>aggregate([Umsatz Teile]within set periodsToDate ([S_Teile].[Zeit].[Zeit].[Jahr];[VJ]))</expression>
  3073. <XMLAttributes>
  3074. <XMLAttribute name="RS_dataType" output="no" value="9"/>
  3075. <XMLAttribute name="RS_dataUsage" output="no" value="2"/>
  3076. <XMLAttribute name="RS_HUN" output="no" value="[S_Teile].[Kennzahlen]"/>
  3077. <XMLAttribute name="RS_MEASURE_DUN" output="no" value="[S_Teile].[Kennzahlen]"/>
  3078. </XMLAttributes>
  3079. </dataItem>
  3080. <dataItem name="Einsatz Teile kumuliert VJ">
  3081. <expression>aggregate([Einsatz Teile]within set periodsToDate ([S_Teile].[Zeit].[Zeit].[Jahr];[VJ]))</expression>
  3082. </dataItem>
  3083. <dataItem name="Umsatz Sonst kumuliert VJ">
  3084. <expression>aggregate([Umsatz Sonst.]within set periodsToDate ([S_Teile].[Zeit].[Zeit].[Jahr];[VJ]))</expression>
  3085. <XMLAttributes>
  3086. <XMLAttribute name="RS_dataType" output="no" value="1"/>
  3087. <XMLAttribute name="RS_dataUsage" output="no" value="2"/>
  3088. <XMLAttribute name="RS_HUN" output="no" value="[S_Teile].[Kennzahlen]"/>
  3089. </XMLAttributes>
  3090. </dataItem>
  3091. <dataItem name="Bruttoertrag kumuliert VJ">
  3092. <expression>aggregate([Bruttoertrag]within set periodsToDate ([S_Teile].[Zeit].[Zeit].[Jahr];[VJ]))</expression>
  3093. <XMLAttributes>
  3094. <XMLAttribute name="RS_dataType" output="no" value="1"/>
  3095. <XMLAttribute name="RS_dataUsage" output="no" value="2"/>
  3096. <XMLAttribute name="RS_HUN" output="no" value="[S_Teile].[Kennzahlen]"/>
  3097. </XMLAttributes>
  3098. </dataItem>
  3099. <dataItem name="BE % kumuliert VJ">
  3100. <expression>aggregate([BE in %]within set periodsToDate ([S_Teile].[Zeit].[Zeit].[Jahr];[VJ]))</expression>
  3101. </dataItem>
  3102. <dataItem name="Umsatz Sonst. VJ">
  3103. <expression>aggregate([Umsatz Sonst.]within set periodsToDate ([S_Teile].[Zeit].[Zeit].[Jahr];[VJ]))</expression>
  3104. </dataItem>
  3105. <dataItem name="Gesamt kum.">
  3106. <expression>aggregate([Umsatz Teile]within set periodsToDate ([S_Teile].[Zeit].[Zeit].[Jahr];[gewählter Monat]))</expression>
  3107. <XMLAttributes>
  3108. <XMLAttribute name="RS_dataType" output="no" value="9"/>
  3109. <XMLAttribute name="RS_dataUsage" output="no" value="2"/>
  3110. <XMLAttribute name="RS_HUN" output="no" value="[S_Teile].[Kennzahlen]"/>
  3111. </XMLAttributes>
  3112. </dataItem>
  3113. <dataItem name="top_Ges.Umsatz">
  3114. <expression>topCount ([Umsatz Teile] ;1000; tuple([gewählter Monat]; [Umsatz Teile] ) )</expression>
  3115. <XMLAttributes>
  3116. <XMLAttribute name="RS_dataType" output="no" value="3"/>
  3117. <XMLAttribute name="RS_dataUsage" output="no" value="1"/>
  3118. <XMLAttribute name="RS_HUN" output="no" value="[S_Teile].[Serviceberater].[Serviceberater]"/>
  3119. </XMLAttributes>
  3120. </dataItem>
  3121. <dataItem label="Serviceberater" name="top_Serviceberater1">
  3122. <expression>topCount ( [S_Teile].[Verursacher].[Verursacher].[Verursacher] ;15; [VB_Einsatz Teile] )</expression>
  3123. <XMLAttributes>
  3124. <XMLAttribute name="RS_dataType" output="no" value="3"/>
  3125. <XMLAttribute name="RS_dataUsage" output="no" value="1"/>
  3126. <XMLAttribute name="RS_HUN" output="no" value="[S_Teile].[Serviceberater].[Serviceberater]"/>
  3127. </XMLAttributes>
  3128. </dataItem>
  3129. <dataItem label="Serviceberater" name="top_Count" sort="descending">
  3130. <expression>topCount([Umsatz Teile];1000 )</expression>
  3131. <XMLAttributes>
  3132. <XMLAttribute name="RS_dataType" output="no" value="3"/>
  3133. <XMLAttribute name="RS_dataUsage" output="no" value="1"/>
  3134. <XMLAttribute name="RS_HUN" output="no" value="[S_Teile].[Verursacher].[Verursacher]"/>
  3135. </XMLAttributes>
  3136. </dataItem>
  3137. <dataItem label="Serviceberater" name="top_Serviceberater2">
  3138. <expression>topCount ( [S_Teile].[Verursacher].[Verursacher].[Sel Name] ;1500; tuple([Umsatz Teile];[Kumuliert] ) )</expression>
  3139. <XMLAttributes>
  3140. <XMLAttribute name="RS_dataType" output="no" value="3"/>
  3141. <XMLAttribute name="RS_dataUsage" output="no" value="1"/>
  3142. <XMLAttribute name="RS_HUN" output="no" value="[S_Teile].[Verursacher].[Verursacher]"/>
  3143. </XMLAttributes>
  3144. </dataItem>
  3145. <dataItem label="Serviceberater" name="top_Serviceberater">
  3146. <expression>topCount ( [S_Teile].[Verursacher].[Verursacher].[Sel Name] ;15; tuple([Umsatz Teile];[Kumuliert] ) )</expression>
  3147. <XMLAttributes>
  3148. <XMLAttribute name="RS_dataType" output="no" value="3"/>
  3149. <XMLAttribute name="RS_dataUsage" output="no" value="1"/>
  3150. <XMLAttribute name="RS_HUN" output="no" value="[S_Teile].[Verursacher].[Verursacher]"/>
  3151. </XMLAttributes>
  3152. </dataItem>
  3153. <dataItem name="VJ">
  3154. <expression>parallelPeriod([S_Teile].[Zeit].[Zeit].[Jahr];1;[gewählter Monat])</expression>
  3155. <XMLAttributes>
  3156. <XMLAttribute name="RS_dataType" output="no" value="3"/>
  3157. <XMLAttribute name="RS_dataUsage" output="no" value="1"/>
  3158. <XMLAttribute name="RS_HUN" output="no" value="[S_Teile].[Zeit].[Zeit]"/>
  3159. </XMLAttributes>
  3160. </dataItem>
  3161. <dataItem name="Zeitraum">
  3162. <expression>aggregate(CurrentMeasure within set periodsToDate ([S_Teile].[Zeit].[Zeit].[Jahr];[gewählter Monat]))</expression>
  3163. </dataItem>
  3164. <dataItem name="Kumuliert_VJ">
  3165. <expression>parallelPeriod([S_Teile].[Zeit].[Zeit].[Jahr];1;[Kumuliert])</expression>
  3166. </dataItem>
  3167. <dataItem name="Kumuliert">
  3168. <expression>#prompt(&quot;p_Zeitraum&quot;,&quot;token&quot;)#</expression>
  3169. </dataItem>
  3170. <dataItem name="tpl_Gesamt">
  3171. <expression>tuple([Umsatz Teile];[Kumuliert])</expression>
  3172. <XMLAttributes>
  3173. <XMLAttribute name="RS_dataType" output="no" value="9"/>
  3174. <XMLAttribute name="RS_dataUsage" output="no" value="2"/>
  3175. <XMLAttribute name="RS_MEASURE_DUN" output="no" value="[S_Teile].[Kennzahlen]"/>
  3176. </XMLAttributes>
  3177. </dataItem>
  3178. <dataItem name="Von_Bis1">
  3179. <expression>intersect(lastPeriods(-9999;[Von]);lastPeriods(9999;[Bis]))</expression>
  3180. </dataItem>
  3181. <dataItem name="Von_Bis">
  3182. <expression>intersect(lastPeriods(-9999;[Von]);lastPeriods(9999;[Bis]))</expression>
  3183. </dataItem>
  3184. <dataItem name="Von">
  3185. <expression>#&quot;[S_Teile].[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>
  3186. </dataItem>
  3187. <dataItem name="Bis">
  3188. <expression>#&quot;[S_Teile].[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>
  3189. </dataItem>
  3190. <dataItem name="Von_Bis_VJ">
  3191. <expression>intersect(lastPeriods(-9999;[Von_VJ]);lastPeriods(9999;[Bis_VJ]))</expression>
  3192. </dataItem>
  3193. <dataItem name="Bis_VJ_Caption">
  3194. <expression>caption([Bis_VJ])</expression>
  3195. </dataItem>
  3196. <dataItem name="Von_VJ_Caption">
  3197. <expression>caption([Von_VJ])</expression>
  3198. </dataItem>
  3199. <dataItem name="Von_VJ">
  3200. <expression>parallelPeriod ([S_Teile].[Zeit].[Zeit].[Jahr];1;[Von])</expression>
  3201. </dataItem>
  3202. <dataItem name="Bis_VJ">
  3203. <expression>parallelPeriod ([S_Teile].[Zeit].[Zeit].[Jahr];1;[Bis])</expression>
  3204. </dataItem>
  3205. <dataItem name="VB_Umsatz Teile">
  3206. <expression>aggregate([Umsatz Teile]within set [Von_Bis])</expression>
  3207. <XMLAttributes>
  3208. <XMLAttribute name="RS_dataType" output="no" value="9"/>
  3209. <XMLAttribute name="RS_dataUsage" output="no" value="2"/>
  3210. <XMLAttribute name="RS_MEASURE_DUN" output="no" value="[S_Teile].[Kennzahlen]"/>
  3211. </XMLAttributes>
  3212. </dataItem>
  3213. <dataItem name="VB_Einsatz Teile">
  3214. <expression>aggregate([Einsatz Teile]within set [Von_Bis])</expression>
  3215. <XMLAttributes>
  3216. <XMLAttribute name="RS_dataType" output="no" value="9"/>
  3217. <XMLAttribute name="RS_dataUsage" output="no" value="2"/>
  3218. <XMLAttribute name="RS_MEASURE_DUN" output="no" value="[S_Teile].[Kennzahlen]"/>
  3219. </XMLAttributes>
  3220. </dataItem>
  3221. <dataItem name="VB_BE in %">
  3222. <expression>aggregate( [BE in %] within set [Von_Bis_VJ])</expression>
  3223. </dataItem>
  3224. <dataItem name="VB_Bruttoertrag">
  3225. <expression>aggregate( [Bruttoertrag] within set [Von_Bis_VJ])</expression>
  3226. </dataItem>
  3227. <dataItem name="VB_Umsatz Sonst.">
  3228. <expression>aggregate( [Umsatz Sonst.] within set [Von_Bis_VJ])</expression>
  3229. </dataItem>
  3230. <dataItem name="Bruttoertrag_VJ1">
  3231. <expression>aggregate([Bruttoertrag] within set [Von_Bis_VJ])</expression>
  3232. <XMLAttributes>
  3233. <XMLAttribute name="RS_dataType" output="no" value="9"/>
  3234. <XMLAttribute name="RS_dataUsage" output="no" value="2"/>
  3235. <XMLAttribute name="RS_MEASURE_DUN" output="no" value="[S_Teile].[Kennzahlen]"/>
  3236. </XMLAttributes>
  3237. </dataItem>
  3238. <dataItem aggregate="total" name="agg_Von_BisVJ" rollupAggregate="total">
  3239. <expression>aggregate([Umsatz Teile]within set [Von_Bis_VJ])</expression>
  3240. </dataItem>
  3241. <dataItem aggregate="total" name="agg_Von_Bis" rollupAggregate="total">
  3242. <expression>aggregate([Umsatz Teile]within set [Von_Bis])</expression>
  3243. </dataItem>
  3244. <dataItem aggregate="total" name="Trend_VB" rollupAggregate="total">
  3245. <expression>[agg_Von_Bis] - [agg_Von_BisVJ]</expression>
  3246. </dataItem>
  3247. <dataItem name="Trend Monat">
  3248. <expression>tuple([Umsatz Teile];[gewählter Monat]) - tuple([Umsatz Teile];[VJ])</expression>
  3249. <XMLAttributes>
  3250. <XMLAttribute name="RS_dataType" output="no" value="9"/>
  3251. <XMLAttribute name="RS_dataUsage" output="no" value="2"/>
  3252. <XMLAttribute name="RS_HUN" output="no" value="[S_Teile].[Kennzahlen]"/>
  3253. <XMLAttribute name="RS_MEASURE_DUN" output="no" value="[S_Teile].[Kennzahlen]"/>
  3254. </XMLAttributes>
  3255. </dataItem>
  3256. <dataItem name="Trend kum.">
  3257. <expression> [Gesamt kum.]- [Umsatz Teile kumuliert VJ]</expression>
  3258. <XMLAttributes>
  3259. <XMLAttribute name="RS_dataType" output="no" value="9"/>
  3260. <XMLAttribute name="RS_dataUsage" output="no" value="2"/>
  3261. <XMLAttribute name="RS_HUN" output="no" value="[S_Teile].[Kennzahlen]"/>
  3262. <XMLAttribute name="RS_MEASURE_DUN" output="no" value="[S_Teile].[Kennzahlen]"/>
  3263. </XMLAttributes>
  3264. </dataItem>
  3265. </selection>
  3266. <detailFilters>
  3267. <detailFilter use="optional">
  3268. <filterExpression>[S_Teile].[AH-Gruppe].[AH-Gruppe].[Hauptbetrieb] in ( ?p_Mandant?)</filterExpression>
  3269. </detailFilter>
  3270. <detailFilter use="optional">
  3271. <filterExpression>[S_Teile].[AH-Gruppe].[AH-Gruppe].[Standort] in ( ?p_AH?)</filterExpression>
  3272. </detailFilter>
  3273. <detailFilter use="optional">
  3274. <filterExpression>[S_Teile].[Kundenart].[Kundenart].[Kundenart1] in ( ?p_Kundengruppe?)</filterExpression>
  3275. </detailFilter>
  3276. <detailFilter use="optional">
  3277. <filterExpression>[S_Teile].[PLZ-Gebiete].[PLZ-Gebiete].[PLZ-Gebiete] in ( ?p_PLZ?)</filterExpression>
  3278. </detailFilter>
  3279. <detailFilter use="optional">
  3280. <filterExpression>[S_Teile].[Kunde].[Kunde].[Kunde1].[Kunde - Langer Name] in ( ?p_Kunde?)</filterExpression>
  3281. </detailFilter>
  3282. </detailFilters>
  3283. </query>
  3284. <query name="qry_AH">
  3285. <source>
  3286. <model/>
  3287. </source>
  3288. <selection>
  3289. <dataItemLevelSet name="Standort">
  3290. <dmLevel>
  3291. <LUN>[S_Teile].[AH-Gruppe].[AH-Gruppe].[Standort]</LUN>
  3292. <itemCaption>Standort</itemCaption>
  3293. </dmLevel>
  3294. <dmDimension>
  3295. <DUN>[S_Teile].[AH-Gruppe]</DUN>
  3296. <itemCaption>AH-Gruppe</itemCaption>
  3297. </dmDimension>
  3298. <dmHierarchy>
  3299. <HUN>[S_Teile].[AH-Gruppe].[AH-Gruppe]</HUN>
  3300. <itemCaption>AH-Gruppe</itemCaption>
  3301. </dmHierarchy>
  3302. </dataItemLevelSet>
  3303. </selection>
  3304. </query>
  3305. <query name="qry_Kundenart">
  3306. <source>
  3307. <model/>
  3308. </source>
  3309. <selection>
  3310. <dataItemLevelSet name="Kundenart1">
  3311. <dmLevel>
  3312. <LUN>[S_Teile].[Kundenart].[Kundenart].[Kundenart1]</LUN>
  3313. <itemCaption>Kundenart1</itemCaption>
  3314. </dmLevel>
  3315. <dmDimension>
  3316. <DUN>[S_Teile].[Kundenart]</DUN>
  3317. <itemCaption>Kundenart</itemCaption>
  3318. </dmDimension>
  3319. <dmHierarchy>
  3320. <HUN>[S_Teile].[Kundenart].[Kundenart]</HUN>
  3321. <itemCaption>Kundenart</itemCaption>
  3322. </dmHierarchy>
  3323. </dataItemLevelSet>
  3324. </selection>
  3325. </query>
  3326. <query name="qry_Tag">
  3327. <source>
  3328. <model/>
  3329. </source>
  3330. <selection>
  3331. <dataItem name="Aktueller Tag">
  3332. <expression>[S_Teile].[Zeit].[Aktueller Tag].[Tag]</expression>
  3333. </dataItem>
  3334. </selection>
  3335. </query>
  3336. <query name="qry_PLZ">
  3337. <source>
  3338. <model/>
  3339. </source>
  3340. <selection>
  3341. <dataItemMember name="PLZ-Gebiete">
  3342. <dmMember>
  3343. <MUN>[S_Teile].[PLZ-Gebiete].[PLZ-Gebiete].[PLZ-Gebiete]-&gt;:[PC].[@MEMBER].[PLZ_Gebiete]</MUN>
  3344. <itemCaption>PLZ-Gebiete</itemCaption>
  3345. </dmMember>
  3346. <dmDimension>
  3347. <DUN>[S_Teile].[PLZ-Gebiete]</DUN>
  3348. <itemCaption>PLZ-Gebiete</itemCaption>
  3349. </dmDimension>
  3350. <dmHierarchy>
  3351. <HUN>[S_Teile].[PLZ-Gebiete].[PLZ-Gebiete]</HUN>
  3352. <itemCaption>PLZ-Gebiete</itemCaption>
  3353. </dmHierarchy>
  3354. </dataItemMember>
  3355. </selection>
  3356. </query>
  3357. <query name="qry_Mandant">
  3358. <source>
  3359. <model/>
  3360. </source>
  3361. <selection>
  3362. <dataItemLevelSet name="Hauptbetrieb">
  3363. <dmLevel>
  3364. <LUN>[S_Teile].[AH-Gruppe].[AH-Gruppe].[Hauptbetrieb]</LUN>
  3365. <itemCaption>Hauptbetrieb</itemCaption>
  3366. </dmLevel>
  3367. <dmDimension>
  3368. <DUN>[S_Teile].[AH-Gruppe]</DUN>
  3369. <itemCaption>AH-Gruppe</itemCaption>
  3370. </dmDimension>
  3371. <dmHierarchy>
  3372. <HUN>[S_Teile].[AH-Gruppe].[AH-Gruppe]</HUN>
  3373. <itemCaption>AH-Gruppe</itemCaption>
  3374. </dmHierarchy>
  3375. </dataItemLevelSet>
  3376. </selection>
  3377. </query>
  3378. <query name="Abfrage1">
  3379. <source>
  3380. <model/>
  3381. </source>
  3382. <selection>
  3383. <dataItem aggregate="none" name="Kunde - Langer Name">
  3384. <expression>[S_Teile].[Kunde].[Kunde].[Kunde1].[Kunde - Langer Name]</expression>
  3385. </dataItem>
  3386. </selection>
  3387. </query>
  3388. <query name="qry_Monat">
  3389. <source>
  3390. <model/>
  3391. </source>
  3392. <selection>
  3393. <dataItemLevelSet name="Monat">
  3394. <dmLevel>
  3395. <LUN>[S_Teile].[Zeit].[Zeit].[Monat]</LUN>
  3396. <itemCaption>Monat</itemCaption>
  3397. </dmLevel>
  3398. <dmDimension>
  3399. <DUN>[S_Teile].[Zeit]</DUN>
  3400. <itemCaption>Zeit</itemCaption>
  3401. </dmDimension>
  3402. <dmHierarchy>
  3403. <HUN>[S_Teile].[Zeit].[Zeit]</HUN>
  3404. <itemCaption>Zeit</itemCaption>
  3405. </dmHierarchy>
  3406. </dataItemLevelSet>
  3407. <dataItemMemberProperty name="Monat - Category Code">
  3408. <dmMemberProperty>
  3409. <MPUN>[S_Teile].[Zeit].[Zeit].[Monat].[Monat - Category Code]</MPUN>
  3410. <itemCaption>Monat - Category Code</itemCaption>
  3411. </dmMemberProperty>
  3412. <dmDimension>
  3413. <DUN>[S_Teile].[Zeit]</DUN>
  3414. <itemCaption>Zeit</itemCaption>
  3415. </dmDimension>
  3416. <dmHierarchy>
  3417. <HUN>[S_Teile].[Zeit].[Zeit]</HUN>
  3418. <itemCaption>Zeit</itemCaption>
  3419. </dmHierarchy>
  3420. <dmLevel>
  3421. <LUN>[S_Teile].[Zeit].[Zeit].[Monat]</LUN>
  3422. <itemCaption>Monat</itemCaption>
  3423. </dmLevel>
  3424. </dataItemMemberProperty>
  3425. </selection>
  3426. <dimensionInfo/>
  3427. </query>
  3428. <query name="qry_AH1">
  3429. <source>
  3430. <model/>
  3431. </source>
  3432. <selection>
  3433. <dataItemLevelSet name="Standort">
  3434. <dmLevel>
  3435. <LUN>[S_Teile].[AH-Gruppe].[AH-Gruppe].[Standort]</LUN>
  3436. <itemCaption>Standort</itemCaption>
  3437. </dmLevel>
  3438. <dmDimension>
  3439. <DUN>[S_Teile].[AH-Gruppe]</DUN>
  3440. <itemCaption>AH-Gruppe</itemCaption>
  3441. </dmDimension>
  3442. <dmHierarchy>
  3443. <HUN>[S_Teile].[AH-Gruppe].[AH-Gruppe]</HUN>
  3444. <itemCaption>AH-Gruppe</itemCaption>
  3445. </dmHierarchy>
  3446. </dataItemLevelSet>
  3447. </selection>
  3448. </query>
  3449. </queries>
  3450. <classStyles>
  3451. <classStyle name="pg">
  3452. <CSS value="white-space:nowrap"/>
  3453. </classStyle>
  3454. <classStyle description="kreuztabelle gelb" label="kt_GELB" name="cls1">
  3455. <CSS value="padding:4px 5px 4px 6px;background-color:#FFE97E;line-break:strict"/>
  3456. </classStyle>
  3457. <classStyle description="kreuztabelle gelb" label="kt_GELB2" name="cls11">
  3458. <CSS value="padding:4px 5px 4px 6px;background-color:#F9DC5C;line-break:strict"/>
  3459. </classStyle>
  3460. <classStyle description="kreuztabelle blau" label="kt_BLAU1" name="cls2">
  3461. <CSS value="padding:4px 5px 4px 6px;background-color:#3868A3;line-break:strict"/>
  3462. </classStyle>
  3463. <classStyle description="kreuztabelle blau" label="kt_BLAU2" name="cls3">
  3464. <CSS value="padding:4px 5px 4px 6px;background-color:#648BD0;line-break:strict"/>
  3465. </classStyle>
  3466. <classStyle description="kreuztabelle türkis" label="kt_TUERKIS1" name="cls4">
  3467. <CSS value="padding:4px 5px 4px 6px;background-color:#C7DEE7;line-break:strict"/>
  3468. </classStyle>
  3469. <classStyle description="kreuztabelle türkis " label="kt_TUERKIS2" name="cls5">
  3470. <CSS value="padding:4px 5px 4px 6px;background-color:#97CDD3;line-break:strict"/>
  3471. </classStyle>
  3472. <classStyle description="kreuztabelle grün" label="kt_GRUEN1" name="cls6">
  3473. <CSS value="padding:4px 5px 4px 6px;background-color:#B6CB9B;line-break:strict"/>
  3474. </classStyle>
  3475. <classStyle label="Hintergrund" name="cls14">
  3476. <CSS value="background-color:#C3CCD4"/>
  3477. </classStyle>
  3478. <classStyle description="kreuztabelle grün" label="kt_GRUEN2" name="cls7">
  3479. <CSS value="padding:4px 5px 4px 6px;background-color:#8EA375;line-break:strict"/>
  3480. </classStyle>
  3481. <classStyle description="kreuztabelle orange" label="kt_ORANGE" name="cls8">
  3482. <CSS value="padding:4px 5px 4px 6px;background-color:#E98751;line-break:strict"/>
  3483. </classStyle>
  3484. <classStyle description="kreuztabelle rot" label="kt_GRAU" name="cls9">
  3485. <CSS value="padding:4px 5px 4px 6px;background-color:#D3D3D3;line-break:strict"/>
  3486. </classStyle>
  3487. <classStyle description="kreuztabelle rot" label="kt_ROT2" name="cls10">
  3488. <CSS value="padding:4px 5px 4px 6px;background-color:#E60606;line-break:strict"/>
  3489. </classStyle>
  3490. <classStyle label="Kopfzeilenfaktzelle für Kreuztabelle1" name="cls12">
  3491. <CSS value="display:block"/>
  3492. <generatedBackground>
  3493. <fill>
  3494. <linearGradient>
  3495. <gradientColor/>
  3496. <gradientColor colorPosition="100" gradientColor="white"/>
  3497. </linearGradient>
  3498. </fill>
  3499. <dropShadow/>
  3500. <border allowTransparentBleed="true" cornerRadius="2pt"/>
  3501. </generatedBackground>
  3502. </classStyle>
  3503. <classStyle label="Kopfzeilenzelle für Kreuztabelle1" name="cls13">
  3504. <CSS value="padding:4px 5px 4px 6px;color:#E98751;font-weight:bold;vertical-align:top;background-color:transparent;border:1px solid silver"/>
  3505. <generatedBackground>
  3506. <fill>
  3507. <linearGradient>
  3508. <gradientColor gradientColor="lime"/>
  3509. </linearGradient>
  3510. </fill>
  3511. </generatedBackground>
  3512. </classStyle>
  3513. <classStyle name="lg">
  3514. <CSS value="direction:auto;unicode-bidi:embed"/>
  3515. </classStyle>
  3516. <classStyle name="bp">
  3517. <CSS value="color:#3E5C76;border:0.5pt solid #3E5C76"/>
  3518. </classStyle>
  3519. <classStyle name="bph">
  3520. <CSS value="color:#3E5C76;background-color:#E98751;border:0.5pt solid #3E5C76"/>
  3521. </classStyle>
  3522. <classStyle name="GuidedLayoutLeftPadding">
  3523. <CSS value="padding-left:5px;border-top-width:1px;border-bottom-width:1px;border-left-width:1px;border-right-width:1px"/>
  3524. </classStyle>
  3525. <classStyle name="GuidedLayoutTopPadding">
  3526. <CSS value="padding-top:5px;border-top-width:1px;border-bottom-width:1px;border-left-width:1px;border-right-width:1px"/>
  3527. </classStyle>
  3528. <classStyle name="GuidedLayoutRightPadding">
  3529. <CSS value="padding-right:5px;border-top-width:1px;border-bottom-width:1px;border-left-width:1px;border-right-width:1px"/>
  3530. </classStyle>
  3531. <classStyle name="GuidedLayoutBottomPadding">
  3532. <CSS value="padding-bottom:5px;border-top-width:1px;border-bottom-width:1px;border-left-width:1px;border-right-width:1px"/>
  3533. </classStyle>
  3534. <classStyle name="GuidedLayoutMargin">
  3535. <CSS value="margin-bottom:10px"/>
  3536. </classStyle>
  3537. </classStyles>
  3538. <reportVariables>
  3539. <reportVariable name="b_Anzeige_Tag" type="boolean">
  3540. <reportExpression>ParamDisplayValue(&quot;p_Zeit&quot;) is null</reportExpression>
  3541. <variableValues>
  3542. <variableValue value="1"/>
  3543. </variableValues>
  3544. </reportVariable>
  3545. <reportVariable name="b_Kumuliert_VJ" type="boolean">
  3546. <reportExpression>ParamDisplayValue(&quot;p_Zeitraum&quot;) = &quot;Kumuliert&quot;</reportExpression>
  3547. <variableValues>
  3548. <variableValue value="1"/>
  3549. </variableValues>
  3550. </reportVariable>
  3551. <reportVariable name="b_Einzelmonat_VJ" type="boolean">
  3552. <reportExpression>ParamDisplayValue(&quot;p_Zeitraum&quot;) = &quot;Einzelner Monat&quot;</reportExpression>
  3553. <variableValues>
  3554. <variableValue value="1"/>
  3555. </variableValues>
  3556. </reportVariable>
  3557. <reportVariable name="var_gewählterMonat" type="string">
  3558. <reportExpression>[qry_Main].[gewählter Monat]</reportExpression>
  3559. <variableValues>
  3560. <variableValue value="[qry_Main].[gewählter Monat]"/>
  3561. </variableValues>
  3562. </reportVariable>
  3563. </reportVariables>
  3564. <namedConditionalStyles>
  3565. <advancedConditionalStyle name="Bedingter Stil 1">
  3566. <styleCases>
  3567. <styleCase>
  3568. <style>
  3569. <CSS value="background-color:#C3CCD4"/>
  3570. </style>
  3571. <reportCondition>(ReportOutput() contains &quot;HTML&quot;)
  3572. </reportCondition>
  3573. </styleCase>
  3574. </styleCases>
  3575. <styleDefault>
  3576. <style>
  3577. <CSS value="background-color:white"/>
  3578. </style>
  3579. </styleDefault>
  3580. </advancedConditionalStyle>
  3581. <advancedConditionalStyle name="Trend">
  3582. <styleCases>
  3583. <styleCase>
  3584. <style>
  3585. <CSS value="background-image:url(/bi/samples/images/icon_average_traffic.gif);background-position:center center;background-repeat:no-repeat"/>
  3586. </style>
  3587. <reportCondition>CellValue () = 0</reportCondition>
  3588. </styleCase>
  3589. <styleCase>
  3590. <style>
  3591. <CSS value="background-image:url(/bi/samples/images/icon_metric_trend_up.gif);background-position:center center;background-repeat:no-repeat"/>
  3592. </style>
  3593. <reportCondition>CellValue() &gt; 0</reportCondition>
  3594. </styleCase>
  3595. <styleCase>
  3596. <style>
  3597. <CSS value="background-image:url(/bi/samples/images/icon_metric_trend_down.gif);background-position:center center;background-repeat:no-repeat"/>
  3598. </style>
  3599. <reportCondition>CellValue() &lt;0</reportCondition>
  3600. </styleCase>
  3601. </styleCases>
  3602. <styleDefault/>
  3603. </advancedConditionalStyle>
  3604. <advancedConditionalStyle name="Kunde">
  3605. <styleCases>
  3606. <styleCase>
  3607. <style>
  3608. <CSS value="visibility:hidden;display:none"/>
  3609. </style>
  3610. <reportCondition>ParamDisplayValue(&quot;p_Kunde&quot;) is null</reportCondition>
  3611. </styleCase>
  3612. </styleCases>
  3613. <styleDefault/>
  3614. </advancedConditionalStyle>
  3615. <advancedConditionalStyle name="Einzelmonat">
  3616. <styleCases>
  3617. <styleCase>
  3618. <reportCondition>ParamDisplayValue(&quot;p_Zeitraum&quot;) = &quot;Einzelner Monat&quot;</reportCondition>
  3619. </styleCase>
  3620. </styleCases>
  3621. <styleDefault>
  3622. <style>
  3623. <CSS value="display:none;background-color:lime"/>
  3624. </style>
  3625. </styleDefault>
  3626. </advancedConditionalStyle>
  3627. <advancedConditionalStyle name="Kumuliert">
  3628. <styleCases>
  3629. <styleCase>
  3630. <reportCondition>ParamDisplayValue(&quot;p_Zeitraum&quot;) = &quot;Kumuliert&quot;</reportCondition>
  3631. </styleCase>
  3632. </styleCases>
  3633. <styleDefault>
  3634. <style>
  3635. <CSS value="display:none;background-color:lime"/>
  3636. </style>
  3637. </styleDefault>
  3638. </advancedConditionalStyle>
  3639. <advancedConditionalStyle name="Monat">
  3640. <styleCases>
  3641. <styleCase>
  3642. <reportCondition>ParamDisplayValue(&quot;p_Zeit&quot;) is not null</reportCondition>
  3643. </styleCase>
  3644. </styleCases>
  3645. <styleDefault>
  3646. <style>
  3647. <CSS value="display:none"/>
  3648. </style>
  3649. </styleDefault>
  3650. </advancedConditionalStyle>
  3651. <advancedConditionalStyle name="Zeitraum">
  3652. <styleCases>
  3653. <styleCase>
  3654. <reportCondition>ParamDisplayValue(&quot;p_Zeit&quot;) is null</reportCondition>
  3655. </styleCase>
  3656. </styleCases>
  3657. <styleDefault>
  3658. <style>
  3659. <CSS value="display:none"/>
  3660. </style>
  3661. </styleDefault>
  3662. </advancedConditionalStyle>
  3663. <advancedConditionalStyle name="Rot&lt;0">
  3664. <styleCases>
  3665. <styleCase>
  3666. <style>
  3667. <CSS value="color:#B30808"/>
  3668. </style>
  3669. <reportCondition>CellValue() &lt;0</reportCondition>
  3670. </styleCase>
  3671. </styleCases>
  3672. <styleDefault/>
  3673. </advancedConditionalStyle>
  3674. </namedConditionalStyles>
  3675. </report>