NW.08 Bestandsübersicht Neuwagen.xml 159 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578157915801581158215831584158515861587158815891590159115921593159415951596159715981599160016011602160316041605160616071608160916101611161216131614161516161617161816191620162116221623162416251626162716281629163016311632163316341635163616371638163916401641164216431644164516461647164816491650165116521653165416551656165716581659166016611662166316641665166616671668166916701671167216731674167516761677167816791680168116821683168416851686168716881689169016911692169316941695169616971698169917001701170217031704170517061707170817091710171117121713171417151716171717181719172017211722172317241725172617271728172917301731173217331734173517361737173817391740174117421743174417451746174717481749175017511752175317541755175617571758175917601761176217631764176517661767176817691770177117721773177417751776177717781779178017811782178317841785178617871788178917901791179217931794179517961797179817991800180118021803180418051806180718081809181018111812181318141815181618171818181918201821182218231824182518261827182818291830183118321833183418351836183718381839184018411842184318441845184618471848184918501851185218531854185518561857185818591860186118621863186418651866186718681869187018711872187318741875187618771878187918801881188218831884188518861887188818891890189118921893189418951896189718981899190019011902190319041905190619071908190919101911191219131914191519161917191819191920192119221923192419251926192719281929193019311932193319341935193619371938193919401941194219431944194519461947194819491950195119521953195419551956195719581959196019611962196319641965196619671968196919701971197219731974197519761977197819791980198119821983198419851986198719881989199019911992199319941995199619971998199920002001200220032004200520062007200820092010201120122013201420152016201720182019202020212022202320242025202620272028202920302031203220332034203520362037203820392040204120422043204420452046204720482049205020512052205320542055205620572058205920602061206220632064206520662067206820692070207120722073207420752076207720782079208020812082208320842085208620872088208920902091209220932094209520962097209820992100210121022103210421052106210721082109211021112112211321142115211621172118211921202121212221232124212521262127212821292130213121322133213421352136213721382139214021412142214321442145214621472148214921502151215221532154215521562157215821592160216121622163216421652166216721682169217021712172217321742175217621772178217921802181218221832184218521862187218821892190219121922193219421952196219721982199220022012202220322042205220622072208220922102211221222132214221522162217221822192220222122222223222422252226222722282229223022312232223322342235223622372238223922402241224222432244224522462247224822492250225122522253225422552256225722582259226022612262226322642265226622672268226922702271227222732274227522762277227822792280228122822283228422852286228722882289229022912292229322942295229622972298229923002301230223032304230523062307230823092310231123122313231423152316231723182319232023212322232323242325232623272328232923302331233223332334233523362337233823392340234123422343234423452346234723482349235023512352235323542355235623572358235923602361236223632364236523662367236823692370237123722373237423752376237723782379238023812382238323842385238623872388238923902391239223932394239523962397239823992400240124022403240424052406240724082409241024112412241324142415241624172418241924202421242224232424242524262427242824292430243124322433243424352436243724382439244024412442244324442445244624472448244924502451245224532454245524562457245824592460246124622463246424652466246724682469247024712472247324742475247624772478247924802481248224832484248524862487248824892490249124922493249424952496249724982499250025012502250325042505250625072508250925102511251225132514251525162517251825192520252125222523252425252526252725282529253025312532253325342535253625372538253925402541254225432544254525462547254825492550255125522553255425552556255725582559256025612562256325642565256625672568256925702571257225732574257525762577257825792580258125822583258425852586258725882589259025912592259325942595259625972598259926002601260226032604260526062607260826092610261126122613261426152616261726182619262026212622262326242625262626272628262926302631263226332634263526362637263826392640264126422643264426452646264726482649265026512652265326542655265626572658265926602661266226632664266526662667266826692670267126722673267426752676267726782679268026812682268326842685268626872688268926902691269226932694269526962697269826992700270127022703270427052706270727082709271027112712271327142715271627172718271927202721272227232724272527262727272827292730273127322733273427352736273727382739274027412742274327442745274627472748274927502751275227532754275527562757275827592760276127622763276427652766276727682769277027712772277327742775277627772778277927802781278227832784278527862787278827892790279127922793279427952796279727982799280028012802280328042805280628072808280928102811281228132814281528162817281828192820282128222823282428252826282728282829283028312832283328342835283628372838283928402841284228432844284528462847284828492850285128522853285428552856285728582859286028612862286328642865286628672868286928702871287228732874287528762877287828792880288128822883288428852886288728882889289028912892289328942895289628972898289929002901290229032904290529062907290829092910291129122913291429152916291729182919292029212922292329242925292629272928292929302931293229332934293529362937293829392940294129422943294429452946294729482949295029512952295329542955295629572958295929602961296229632964296529662967296829692970297129722973297429752976297729782979298029812982
  1. <?xml version="1.0" ?>
  2. <report xmlns="http://developer.cognos.com/schemas/report/15.5/" expressionLocale="de" useStyleVersion="11.4">
  3. <!--RSU-SPC-0093 Die Berichtsspezifikation wurde am 20.9.2019 von {originalNS} zu {destNS} aktualisiert. 17:49:43-->
  4. <drillBehavior/>
  5. <layouts>
  6. <layout>
  7. <reportPages>
  8. <page name="Seite1">
  9. <pageBody>
  10. <style>
  11. <defaultStyles>
  12. <defaultStyle refStyle="pb"/>
  13. </defaultStyles>
  14. </style>
  15. <contents>
  16. <table>
  17. <style>
  18. <defaultStyles>
  19. <defaultStyle refStyle="tb"/>
  20. </defaultStyles>
  21. <CSS value="border-collapse:collapse"/>
  22. </style>
  23. <tableRows>
  24. <tableRow>
  25. <tableCells>
  26. <tableCell>
  27. <contents>
  28. <table>
  29. <style>
  30. <defaultStyles>
  31. <defaultStyle refStyle="tb"/>
  32. </defaultStyles>
  33. <CSS value="border-collapse:collapse;width:100%"/>
  34. </style>
  35. <tableRows>
  36. <tableRow>
  37. <tableCells>
  38. <tableCell>
  39. <contents>
  40. <table>
  41. <style>
  42. <defaultStyles>
  43. <defaultStyle refStyle="tb"/>
  44. </defaultStyles>
  45. <CSS value="border-collapse:collapse;width:100%"/>
  46. </style>
  47. <tableRows>
  48. <tableRow>
  49. <tableCells>
  50. <tableCell colSpan="2">
  51. <contents>
  52. <textItem>
  53. <dataSource>
  54. <staticValue>durchschn. Standtage</staticValue>
  55. </dataSource>
  56. </textItem>
  57. </contents>
  58. <style>
  59. <CSS value="text-align:center;padding-top:20px;padding-bottom:20px;background-color:white"/>
  60. </style>
  61. </tableCell>
  62. <tableCell>
  63. <contents>
  64. <textItem>
  65. <dataSource>
  66. <staticValue>Standtage Staffel</staticValue>
  67. </dataSource>
  68. </textItem>
  69. </contents>
  70. <style>
  71. <CSS value="text-align:center"/>
  72. </style>
  73. </tableCell>
  74. </tableCells>
  75. </tableRow>
  76. <tableRow>
  77. <tableCells>
  78. <tableCell colSpan="2">
  79. <contents>
  80. <v2_combinationChart maxHotspots="10000" name="Kombinationsdiagramm3" refQuery="qry_Main">
  81. <v2_combinationTypeTooltips/>
  82. <v2_legend>
  83. <v2_legendPosition>
  84. <v2_legendPreset/>
  85. </v2_legendPosition>
  86. <style>
  87. <defaultStyles>
  88. <defaultStyle refStyle="lg"/>
  89. </defaultStyles>
  90. </style>
  91. </v2_legend>
  92. <v2_commonAxis>
  93. <v2_ordinalAxis>
  94. <v2_axisLine lineWeight="0"/>
  95. <v2_axisLabels>
  96. <style>
  97. <defaultStyles>
  98. <defaultStyle refStyle="al"/>
  99. </defaultStyles>
  100. </style>
  101. </v2_axisLabels>
  102. </v2_ordinalAxis>
  103. <chartNodes>
  104. <chartNode>
  105. <chartNodeMembers>
  106. <chartNodeMember refDataItem="Standtage">
  107. <chartContents>
  108. <chartTextItem>
  109. <dataSource>
  110. <memberCaption/>
  111. </dataSource>
  112. </chartTextItem>
  113. </chartContents>
  114. </chartNodeMember>
  115. </chartNodeMembers>
  116. <chartNestedNodes>
  117. <chartNode>
  118. <chartNodeMembers>
  119. <chartNodeMember refDataItem="Gesamt">
  120. <chartContents>
  121. <chartTextItem>
  122. <dataSource>
  123. <memberCaption/>
  124. </dataSource>
  125. </chartTextItem>
  126. </chartContents>
  127. </chartNodeMember>
  128. </chartNodeMembers>
  129. </chartNode>
  130. <chartNode>
  131. <chartNodeMembers>
  132. <chartNodeMember refDataItem="chdNeuwagen">
  133. <chartContents>
  134. <chartTextItem>
  135. <dataSource>
  136. <memberCaption/>
  137. </dataSource>
  138. </chartTextItem>
  139. </chartContents>
  140. </chartNodeMember>
  141. </chartNodeMembers>
  142. </chartNode>
  143. </chartNestedNodes>
  144. </chartNode>
  145. </chartNodes>
  146. </v2_commonAxis>
  147. <v2_topLeftAxis>
  148. <v2_combinationChartTypes>
  149. <v2_bar borders="show">
  150. <v2_solidPalette>
  151. <v2_solidPaletteEntries>
  152. <v2_solidPaletteEntry>
  153. <v2_fillEffect defaultColor="#4978b1">
  154. <v2_solidColor color="#BB2C36"/>
  155. </v2_fillEffect>
  156. </v2_solidPaletteEntry>
  157. <v2_solidPaletteEntry>
  158. <v2_fillEffect defaultColor="#e78c41">
  159. <v2_solidColor color="#e78c41"/>
  160. </v2_fillEffect>
  161. </v2_solidPaletteEntry>
  162. <v2_solidPaletteEntry>
  163. <v2_fillEffect defaultColor="#198545">
  164. <v2_solidColor color="#F0D459"/>
  165. </v2_fillEffect>
  166. </v2_solidPaletteEntry>
  167. <v2_solidPaletteEntry>
  168. <v2_fillEffect defaultColor="#7e9bc8">
  169. <v2_solidColor color="#0066CC"/>
  170. </v2_fillEffect>
  171. </v2_solidPaletteEntry>
  172. <v2_solidPaletteEntry>
  173. <v2_fillEffect defaultColor="#7cbbcf">
  174. <v2_solidColor color="#7cbbcf"/>
  175. </v2_fillEffect>
  176. </v2_solidPaletteEntry>
  177. <v2_solidPaletteEntry>
  178. <v2_fillEffect defaultColor="#46a1b9">
  179. <v2_solidColor color="#46a1b9"/>
  180. </v2_fillEffect>
  181. </v2_solidPaletteEntry>
  182. <v2_solidPaletteEntry>
  183. <v2_fillEffect defaultColor="#3c6494">
  184. <v2_solidColor color="#3c6494"/>
  185. </v2_fillEffect>
  186. </v2_solidPaletteEntry>
  187. <v2_solidPaletteEntry>
  188. <v2_fillEffect defaultColor="#963d3b">
  189. <v2_solidColor color="#963d3b"/>
  190. </v2_fillEffect>
  191. </v2_solidPaletteEntry>
  192. <v2_solidPaletteEntry>
  193. <v2_fillEffect defaultColor="#799244">
  194. <v2_solidColor color="#799244"/>
  195. </v2_fillEffect>
  196. </v2_solidPaletteEntry>
  197. <v2_solidPaletteEntry>
  198. <v2_fillEffect defaultColor="#634d7e">
  199. <v2_solidColor color="#634d7e"/>
  200. </v2_fillEffect>
  201. </v2_solidPaletteEntry>
  202. <v2_solidPaletteEntry>
  203. <v2_fillEffect defaultColor="#39869b">
  204. <v2_solidColor color="#39869b"/>
  205. </v2_fillEffect>
  206. </v2_solidPaletteEntry>
  207. <v2_solidPaletteEntry>
  208. <v2_fillEffect defaultColor="#c27535">
  209. <v2_solidColor color="#c27535"/>
  210. </v2_fillEffect>
  211. </v2_solidPaletteEntry>
  212. <v2_solidPaletteEntry>
  213. <v2_fillEffect defaultColor="#b34a47">
  214. <v2_solidColor color="#b34a47"/>
  215. </v2_fillEffect>
  216. </v2_solidPaletteEntry>
  217. <v2_solidPaletteEntry>
  218. <v2_fillEffect defaultColor="#91af53">
  219. <v2_solidColor color="#91af53"/>
  220. </v2_fillEffect>
  221. </v2_solidPaletteEntry>
  222. <v2_solidPaletteEntry>
  223. <v2_fillEffect defaultColor="#775d97">
  224. <v2_solidColor color="#775d97"/>
  225. </v2_fillEffect>
  226. </v2_solidPaletteEntry>
  227. <v2_solidPaletteEntry>
  228. <v2_fillEffect defaultColor="#ca7e7d">
  229. <v2_solidColor color="#ca7e7d"/>
  230. </v2_fillEffect>
  231. </v2_solidPaletteEntry>
  232. <v2_solidPaletteEntry>
  233. <v2_fillEffect defaultColor="#aec683">
  234. <v2_solidColor color="#aec683"/>
  235. </v2_fillEffect>
  236. </v2_solidPaletteEntry>
  237. <v2_solidPaletteEntry>
  238. <v2_fillEffect defaultColor="#9b89b3">
  239. <v2_solidColor color="#9b89b3"/>
  240. </v2_fillEffect>
  241. </v2_solidPaletteEntry>
  242. <v2_solidPaletteEntry>
  243. <v2_fillEffect defaultColor="#f8aa79">
  244. <v2_solidColor color="#f8aa79"/>
  245. </v2_fillEffect>
  246. </v2_solidPaletteEntry>
  247. </v2_solidPaletteEntries>
  248. </v2_solidPalette>
  249. <chartNodes>
  250. <chartNode>
  251. <chartNodeMembers>
  252. <chartNodeMember refDataItem="Fabrikat1">
  253. <chartContents>
  254. <chartTextItem>
  255. <dataSource>
  256. <memberCaption/>
  257. </dataSource>
  258. </chartTextItem>
  259. </chartContents>
  260. </chartNodeMember>
  261. </chartNodeMembers>
  262. </chartNode>
  263. </chartNodes>
  264. <v2_chartDataLabels labelCollisionMode="fine_stagger"/>
  265. </v2_bar>
  266. </v2_combinationChartTypes>
  267. <v2_axis>
  268. <v2_axisLine lineWeight="0"/>
  269. <v2_axisRange>
  270. <v2_automaticRange/>
  271. </v2_axisRange>
  272. <v2_axisLabels>
  273. <style>
  274. <defaultStyles>
  275. <defaultStyle refStyle="al"/>
  276. </defaultStyles>
  277. </style>
  278. </v2_axisLabels>
  279. <v2_majorGridlines lineColor="#CCCCCC" lineWeight="0"/>
  280. </v2_axis>
  281. </v2_topLeftAxis>
  282. <style>
  283. <defaultStyles>
  284. <defaultStyle refStyle="ch"/>
  285. </defaultStyles>
  286. <CSS value="width:571px;height:353px"/>
  287. </style>
  288. <v2_defaultChartMeasure refDataItem="Menge"/>
  289. <noDataHandler>
  290. <contents>
  291. <block>
  292. <contents>
  293. <textItem>
  294. <dataSource>
  295. <staticValue>Keine Daten verfügbar</staticValue>
  296. </dataSource>
  297. <style>
  298. <CSS value="padding:10px 18px;"/>
  299. </style>
  300. </textItem>
  301. </contents>
  302. </block>
  303. </contents>
  304. </noDataHandler>
  305. <chartSuppress/>
  306. </v2_combinationChart>
  307. </contents>
  308. <style>
  309. <CSS value="width:600px;background-color:white;padding-top:20px;padding-bottom:20px;text-align:center"/>
  310. </style>
  311. </tableCell>
  312. <tableCell>
  313. <contents>
  314. <v2_combinationChart maxHotspots="10000" name="Kombinationsdiagramm2" refQuery="qry_Main">
  315. <v2_combinationTypeTooltips/>
  316. <v2_legend>
  317. <v2_legendPosition>
  318. <v2_legendPreset/>
  319. </v2_legendPosition>
  320. <style>
  321. <defaultStyles>
  322. <defaultStyle refStyle="lg"/>
  323. </defaultStyles>
  324. </style>
  325. </v2_legend>
  326. <v2_commonAxis>
  327. <v2_ordinalAxis>
  328. <v2_axisLine lineWeight="0"/>
  329. <v2_axisLabels>
  330. <style>
  331. <defaultStyles>
  332. <defaultStyle refStyle="al"/>
  333. </defaultStyles>
  334. </style>
  335. </v2_axisLabels>
  336. </v2_ordinalAxis>
  337. <chartNodes>
  338. <chartNode>
  339. <chartNodeMembers>
  340. <chartNodeMember refDataItem="Standtagestaffel1">
  341. <chartContents>
  342. <chartTextItem>
  343. <dataSource>
  344. <memberCaption/>
  345. </dataSource>
  346. </chartTextItem>
  347. </chartContents>
  348. </chartNodeMember>
  349. </chartNodeMembers>
  350. </chartNode>
  351. </chartNodes>
  352. </v2_commonAxis>
  353. <v2_topLeftAxis>
  354. <v2_combinationChartTypes>
  355. <v2_bar borders="show" seriesType="stacked">
  356. <v2_solidPalette>
  357. <v2_solidPaletteEntries>
  358. <v2_solidPaletteEntry>
  359. <v2_fillEffect defaultColor="#4978b1">
  360. <v2_solidColor color="#BB2C36"/>
  361. </v2_fillEffect>
  362. </v2_solidPaletteEntry>
  363. <v2_solidPaletteEntry>
  364. <v2_fillEffect defaultColor="#e78c41">
  365. <v2_solidColor color="#e78c41"/>
  366. </v2_fillEffect>
  367. </v2_solidPaletteEntry>
  368. <v2_solidPaletteEntry>
  369. <v2_fillEffect defaultColor="#198545">
  370. <v2_solidColor color="#F0D459"/>
  371. </v2_fillEffect>
  372. </v2_solidPaletteEntry>
  373. <v2_solidPaletteEntry>
  374. <v2_fillEffect defaultColor="#7e9bc8">
  375. <v2_solidColor color="#0066CC"/>
  376. </v2_fillEffect>
  377. </v2_solidPaletteEntry>
  378. <v2_solidPaletteEntry>
  379. <v2_fillEffect defaultColor="#7cbbcf">
  380. <v2_solidColor color="#7cbbcf"/>
  381. </v2_fillEffect>
  382. </v2_solidPaletteEntry>
  383. <v2_solidPaletteEntry>
  384. <v2_fillEffect defaultColor="#46a1b9">
  385. <v2_solidColor color="#46a1b9"/>
  386. </v2_fillEffect>
  387. </v2_solidPaletteEntry>
  388. <v2_solidPaletteEntry>
  389. <v2_fillEffect defaultColor="#3c6494">
  390. <v2_solidColor color="#3c6494"/>
  391. </v2_fillEffect>
  392. </v2_solidPaletteEntry>
  393. <v2_solidPaletteEntry>
  394. <v2_fillEffect defaultColor="#963d3b">
  395. <v2_solidColor color="#963d3b"/>
  396. </v2_fillEffect>
  397. </v2_solidPaletteEntry>
  398. <v2_solidPaletteEntry>
  399. <v2_fillEffect defaultColor="#799244">
  400. <v2_solidColor color="#799244"/>
  401. </v2_fillEffect>
  402. </v2_solidPaletteEntry>
  403. <v2_solidPaletteEntry>
  404. <v2_fillEffect defaultColor="#634d7e">
  405. <v2_solidColor color="#634d7e"/>
  406. </v2_fillEffect>
  407. </v2_solidPaletteEntry>
  408. <v2_solidPaletteEntry>
  409. <v2_fillEffect defaultColor="#39869b">
  410. <v2_solidColor color="#39869b"/>
  411. </v2_fillEffect>
  412. </v2_solidPaletteEntry>
  413. <v2_solidPaletteEntry>
  414. <v2_fillEffect defaultColor="#c27535">
  415. <v2_solidColor color="#c27535"/>
  416. </v2_fillEffect>
  417. </v2_solidPaletteEntry>
  418. <v2_solidPaletteEntry>
  419. <v2_fillEffect defaultColor="#b34a47">
  420. <v2_solidColor color="#b34a47"/>
  421. </v2_fillEffect>
  422. </v2_solidPaletteEntry>
  423. <v2_solidPaletteEntry>
  424. <v2_fillEffect defaultColor="#91af53">
  425. <v2_solidColor color="#91af53"/>
  426. </v2_fillEffect>
  427. </v2_solidPaletteEntry>
  428. <v2_solidPaletteEntry>
  429. <v2_fillEffect defaultColor="#775d97">
  430. <v2_solidColor color="#775d97"/>
  431. </v2_fillEffect>
  432. </v2_solidPaletteEntry>
  433. <v2_solidPaletteEntry>
  434. <v2_fillEffect defaultColor="#ca7e7d">
  435. <v2_solidColor color="#ca7e7d"/>
  436. </v2_fillEffect>
  437. </v2_solidPaletteEntry>
  438. <v2_solidPaletteEntry>
  439. <v2_fillEffect defaultColor="#aec683">
  440. <v2_solidColor color="#aec683"/>
  441. </v2_fillEffect>
  442. </v2_solidPaletteEntry>
  443. <v2_solidPaletteEntry>
  444. <v2_fillEffect defaultColor="#9b89b3">
  445. <v2_solidColor color="#9b89b3"/>
  446. </v2_fillEffect>
  447. </v2_solidPaletteEntry>
  448. <v2_solidPaletteEntry>
  449. <v2_fillEffect defaultColor="#f8aa79">
  450. <v2_solidColor color="#f8aa79"/>
  451. </v2_fillEffect>
  452. </v2_solidPaletteEntry>
  453. </v2_solidPaletteEntries>
  454. </v2_solidPalette>
  455. <chartNodes>
  456. <chartNode>
  457. <chartNodeMembers>
  458. <chartNodeMember refDataItem="Fabrikat1">
  459. <chartContents>
  460. <chartTextItem>
  461. <dataSource>
  462. <memberCaption/>
  463. </dataSource>
  464. </chartTextItem>
  465. </chartContents>
  466. </chartNodeMember>
  467. </chartNodeMembers>
  468. </chartNode>
  469. </chartNodes>
  470. <v2_chartDataLabels displayDataLocation="centered" labelCollisionMode="fine_stagger"/>
  471. </v2_bar>
  472. </v2_combinationChartTypes>
  473. <v2_axis>
  474. <v2_axisLine lineWeight="0"/>
  475. <v2_axisRange>
  476. <v2_automaticRange/>
  477. </v2_axisRange>
  478. <v2_axisLabels>
  479. <style>
  480. <defaultStyles>
  481. <defaultStyle refStyle="al"/>
  482. </defaultStyles>
  483. </style>
  484. </v2_axisLabels>
  485. <v2_majorGridlines lineColor="#CCCCCC" lineWeight="0"/>
  486. </v2_axis>
  487. </v2_topLeftAxis>
  488. <style>
  489. <defaultStyles>
  490. <defaultStyle refStyle="ch"/>
  491. </defaultStyles>
  492. <CSS value="width:554px;height:354px"/>
  493. </style>
  494. <v2_defaultChartMeasure refDataItem="Menge"/>
  495. <chartSuppress type="series"/>
  496. <noDataHandler>
  497. <contents>
  498. <block>
  499. <contents>
  500. <textItem>
  501. <dataSource>
  502. <staticValue>Keine Daten verfügbar</staticValue>
  503. </dataSource>
  504. <style>
  505. <CSS value="padding:10px 18px;"/>
  506. </style>
  507. </textItem>
  508. </contents>
  509. </block>
  510. </contents>
  511. </noDataHandler>
  512. </v2_combinationChart>
  513. </contents>
  514. <style>
  515. <CSS value="width:500px;padding-left:20px"/>
  516. </style>
  517. </tableCell>
  518. </tableCells>
  519. </tableRow>
  520. <tableRow>
  521. <tableCells>
  522. <tableCell colSpan="2">
  523. <contents/>
  524. </tableCell>
  525. <tableCell>
  526. <contents/>
  527. </tableCell>
  528. </tableCells>
  529. </tableRow>
  530. </tableRows>
  531. </table>
  532. </contents>
  533. </tableCell>
  534. </tableCells>
  535. </tableRow>
  536. <tableRow>
  537. <tableCells>
  538. <tableCell>
  539. <contents>
  540. <crosstab horizontalPagination="true" name="kt_Main" refQuery="qry_Main" rowsPerPage="1000">
  541. <crosstabCorner>
  542. <contents/>
  543. <style>
  544. <defaultStyles>
  545. <defaultStyle refStyle="xm"/>
  546. </defaultStyles>
  547. </style>
  548. </crosstabCorner>
  549. <noDataHandler>
  550. <contents>
  551. <block>
  552. <contents>
  553. <textItem>
  554. <dataSource>
  555. <staticValue>Keine Daten verfügbar</staticValue>
  556. </dataSource>
  557. <style>
  558. <CSS value="padding:10px 18px;"/>
  559. </style>
  560. </textItem>
  561. </contents>
  562. </block>
  563. </contents>
  564. </noDataHandler>
  565. <style>
  566. <CSS value="border-collapse:collapse"/>
  567. <defaultStyles>
  568. <defaultStyle refStyle="xt"/>
  569. </defaultStyles>
  570. </style>
  571. <crosstabColumns>
  572. <crosstabNode>
  573. <crosstabNestedNodes>
  574. <crosstabNode>
  575. <crosstabNodeMembers>
  576. <crosstabNodeMember edgeLocation="e13" refDataItem="Menge">
  577. <style>
  578. <CSS value="width:75px;font-weight:bold;white-space:normal;text-align:center;background-color:lime;display:none;border:0.75pt solid silver"/>
  579. <defaultStyles>
  580. <defaultStyle refStyle="ml"/>
  581. <defaultStyle refStyle="cls15"/>
  582. </defaultStyles>
  583. </style>
  584. <contents>
  585. <textItem>
  586. <dataSource>
  587. <memberCaption/>
  588. </dataSource>
  589. </textItem>
  590. </contents>
  591. </crosstabNodeMember>
  592. </crosstabNodeMembers>
  593. </crosstabNode>
  594. </crosstabNestedNodes>
  595. <crosstabNodeMembers>
  596. <crosstabNodeMember edgeLocation="e12" refDataItem="Gesamt">
  597. <style>
  598. <CSS value="width:75px;font-weight:bold;white-space:normal;text-align:center;border:0.75pt solid silver"/>
  599. <defaultStyles>
  600. <defaultStyle refStyle="ml"/>
  601. <defaultStyle refStyle="cls15"/>
  602. </defaultStyles>
  603. </style>
  604. <contents>
  605. <textItem>
  606. <dataSource>
  607. <dataItemLabel refDataItem="Gesamt"/>
  608. </dataSource>
  609. </textItem>
  610. </contents>
  611. <factCell>
  612. <style>
  613. <CSS value="text-align:right"/>
  614. </style>
  615. </factCell>
  616. </crosstabNodeMember>
  617. </crosstabNodeMembers>
  618. </crosstabNode>
  619. <crosstabNode>
  620. <crosstabNestedNodes>
  621. <crosstabNode>
  622. <crosstabNodeMembers>
  623. <crosstabNodeMember edgeLocation="e4" refDataItem="Menge">
  624. <style>
  625. <defaultStyles>
  626. <defaultStyle refStyle="ml"/>
  627. </defaultStyles>
  628. <CSS value="width:75px;font-weight:bold;white-space:normal;text-align:center;background-color:lime;display:none"/>
  629. </style>
  630. <contents>
  631. <textItem>
  632. <dataSource>
  633. <memberCaption/>
  634. </dataSource>
  635. </textItem>
  636. </contents>
  637. </crosstabNodeMember>
  638. </crosstabNodeMembers>
  639. </crosstabNode>
  640. </crosstabNestedNodes>
  641. <crosstabNodeMembers>
  642. <crosstabNodeMember edgeLocation="e3" refDataItem="chdNeuwagen">
  643. <style>
  644. <defaultStyles>
  645. <defaultStyle refStyle="ml"/>
  646. </defaultStyles>
  647. <CSS value="width:75px;font-weight:bold;white-space:normal;text-align:center;background-color:white;border:0.75pt solid silver"/>
  648. </style>
  649. <contents>
  650. <textItem>
  651. <dataSource>
  652. <memberCaption/>
  653. </dataSource>
  654. </textItem>
  655. </contents>
  656. <factCell>
  657. <style>
  658. <CSS value="text-align:right"/>
  659. </style>
  660. </factCell>
  661. </crosstabNodeMember>
  662. </crosstabNodeMembers>
  663. </crosstabNode>
  664. <crosstabNode>
  665. <crosstabNodeMembers>
  666. <crosstabNodeMember edgeLocation="e2" refDataItem="Einsatz">
  667. <style>
  668. <CSS value="width:75px;font-weight:bold;white-space:normal;text-align:horizontalAuto;vertical-align:top;border:0.75pt solid silver"/>
  669. <defaultStyles>
  670. <defaultStyle refStyle="cls5"/>
  671. </defaultStyles>
  672. </style>
  673. <contents>
  674. <textItem>
  675. <dataSource>
  676. <memberCaption/>
  677. </dataSource>
  678. </textItem>
  679. </contents>
  680. <factCell>
  681. <style>
  682. <CSS value="text-align:right"/>
  683. </style>
  684. </factCell>
  685. </crosstabNodeMember>
  686. </crosstabNodeMembers>
  687. <crosstabNestedNodes>
  688. <crosstabNode>
  689. <crosstabNodeMembers>
  690. <crosstabSpacer edgeLocation="s1" renderFactCells="true">
  691. <contents>
  692. <textItem>
  693. <dataSource>
  694. <staticValue> </staticValue>
  695. </dataSource>
  696. </textItem>
  697. </contents>
  698. <style>
  699. <defaultStyles>
  700. <defaultStyle refStyle="xs"/>
  701. </defaultStyles>
  702. <CSS value="background-color:lime;display:none"/>
  703. </style>
  704. </crosstabSpacer>
  705. </crosstabNodeMembers>
  706. </crosstabNode>
  707. </crosstabNestedNodes>
  708. </crosstabNode>
  709. <crosstabNode>
  710. <crosstabNestedNodes>
  711. <crosstabNode>
  712. <crosstabNodeMembers>
  713. <crosstabNodeMember edgeLocation="e7" refDataItem="Menge">
  714. <style>
  715. <defaultStyles>
  716. <defaultStyle refStyle="ml"/>
  717. </defaultStyles>
  718. <CSS value="width:75px;font-weight:bold;white-space:normal;text-align:center;background-color:lime;display:none"/>
  719. </style>
  720. <contents>
  721. <textItem>
  722. <dataSource>
  723. <memberCaption/>
  724. </dataSource>
  725. </textItem>
  726. </contents>
  727. </crosstabNodeMember>
  728. </crosstabNodeMembers>
  729. </crosstabNode>
  730. </crosstabNestedNodes>
  731. <crosstabNodeMembers>
  732. <crosstabNodeMember edgeLocation="e6" refDataItem="Standtagestaffel1">
  733. <style>
  734. <defaultStyles>
  735. <defaultStyle refStyle="ml"/>
  736. </defaultStyles>
  737. <CSS value="width:75px;font-weight:bold;white-space:normal;text-align:center;background-color:white;border:0.75pt solid silver"/>
  738. </style>
  739. <contents>
  740. <textItem>
  741. <dataSource>
  742. <memberCaption/>
  743. </dataSource>
  744. </textItem>
  745. </contents>
  746. <factCell>
  747. <style>
  748. <CSS value="text-align:right"/>
  749. </style>
  750. </factCell>
  751. </crosstabNodeMember>
  752. </crosstabNodeMembers>
  753. </crosstabNode>
  754. <crosstabNode>
  755. <crosstabNestedNodes>
  756. <crosstabNode>
  757. <crosstabNodeMembers>
  758. <crosstabNodeMember edgeLocation="e17" refDataItem="Gesamt">
  759. <style>
  760. <CSS value="width:75px;font-weight:bold;white-space:normal;text-align:center"/>
  761. <defaultStyles>
  762. <defaultStyle refStyle="ml"/>
  763. <defaultStyle refStyle="cls15"/>
  764. </defaultStyles>
  765. </style>
  766. <contents>
  767. <textItem>
  768. <dataSource>
  769. <dataItemLabel refDataItem="Gesamt"/>
  770. </dataSource>
  771. </textItem>
  772. </contents>
  773. <factCell>
  774. <style>
  775. <CSS value="text-align:right"/>
  776. </style>
  777. </factCell>
  778. </crosstabNodeMember>
  779. </crosstabNodeMembers>
  780. <crosstabNestedNodes>
  781. <crosstabNode>
  782. <crosstabNodeMembers>
  783. <crosstabSpacer edgeLocation="s2" renderFactCells="true">
  784. <contents>
  785. <textItem>
  786. <dataSource>
  787. <staticValue> </staticValue>
  788. </dataSource>
  789. </textItem>
  790. </contents>
  791. <style>
  792. <defaultStyles>
  793. <defaultStyle refStyle="xs"/>
  794. </defaultStyles>
  795. <CSS value="display:none;background-color:lime"/>
  796. </style>
  797. </crosstabSpacer>
  798. </crosstabNodeMembers>
  799. </crosstabNode>
  800. </crosstabNestedNodes>
  801. </crosstabNode>
  802. <crosstabNode>
  803. <crosstabNodeMembers>
  804. <crosstabNodeMember edgeLocation="e18" refDataItem="chdNeuwagen">
  805. <style>
  806. <defaultStyles>
  807. <defaultStyle refStyle="ml"/>
  808. </defaultStyles>
  809. <CSS value="width:75px;font-weight:bold;white-space:normal;text-align:center;background-color:white"/>
  810. </style>
  811. <contents>
  812. <textItem>
  813. <dataSource>
  814. <memberCaption/>
  815. </dataSource>
  816. </textItem>
  817. </contents>
  818. <factCell>
  819. <style>
  820. <CSS value="text-align:right"/>
  821. </style>
  822. </factCell>
  823. </crosstabNodeMember>
  824. </crosstabNodeMembers>
  825. <crosstabNestedNodes>
  826. <crosstabNode>
  827. <crosstabNodeMembers>
  828. <crosstabSpacer edgeLocation="s3" renderFactCells="true">
  829. <contents>
  830. <textItem>
  831. <dataSource>
  832. <staticValue> </staticValue>
  833. </dataSource>
  834. </textItem>
  835. </contents>
  836. <style>
  837. <defaultStyles>
  838. <defaultStyle refStyle="xs"/>
  839. </defaultStyles>
  840. <CSS value="display:none;background-color:lime"/>
  841. </style>
  842. </crosstabSpacer>
  843. </crosstabNodeMembers>
  844. </crosstabNode>
  845. </crosstabNestedNodes>
  846. </crosstabNode>
  847. </crosstabNestedNodes>
  848. <crosstabNodeMembers>
  849. <crosstabNodeMember edgeLocation="e14" refDataItem="Standtage">
  850. <style>
  851. <CSS value="width:75px;font-weight:bold;white-space:normal;text-align:center"/>
  852. <defaultStyles>
  853. <defaultStyle refStyle="ml"/>
  854. <defaultStyle refStyle="cls1"/>
  855. </defaultStyles>
  856. </style>
  857. <contents>
  858. <textItem>
  859. <dataSource>
  860. <staticValue>durchschn. Standtage</staticValue>
  861. </dataSource>
  862. </textItem>
  863. </contents>
  864. </crosstabNodeMember>
  865. </crosstabNodeMembers>
  866. </crosstabNode>
  867. </crosstabColumns>
  868. <crosstabRows>
  869. <crosstabNode>
  870. <crosstabNestedNodes>
  871. <crosstabNode>
  872. <crosstabNodeMembers>
  873. <crosstabNodeMember edgeLocation="e1" refDataItem="Fabrikat1">
  874. <style>
  875. <defaultStyles>
  876. <defaultStyle refStyle="ml"/>
  877. </defaultStyles>
  878. <CSS value="background-color:white;font-weight:normal"/>
  879. </style>
  880. <contents>
  881. <textItem>
  882. <dataSource>
  883. <memberCaption/>
  884. </dataSource>
  885. </textItem>
  886. </contents>
  887. </crosstabNodeMember>
  888. </crosstabNodeMembers>
  889. </crosstabNode>
  890. <crosstabNode>
  891. <crosstabNodeMembers>
  892. <crosstabNodeMember edgeLocation="e16" refDataItem="Fabrikat">
  893. <style>
  894. <defaultStyles>
  895. <defaultStyle refStyle="ml"/>
  896. </defaultStyles>
  897. <CSS value="background-color:#B1BCC7;font-weight:normal"/>
  898. </style>
  899. <contents>
  900. <textItem>
  901. <dataSource>
  902. <staticValue>Gesamt</staticValue>
  903. </dataSource>
  904. </textItem>
  905. </contents>
  906. <factCell>
  907. <style>
  908. <CSS value="background-color:#B1BCC7"/>
  909. </style>
  910. </factCell>
  911. </crosstabNodeMember>
  912. </crosstabNodeMembers>
  913. </crosstabNode>
  914. </crosstabNestedNodes>
  915. <crosstabNodeMembers>
  916. <crosstabNodeMember edgeLocation="e15" refDataItem="Standort">
  917. <style>
  918. <defaultStyles>
  919. <defaultStyle refStyle="ml"/>
  920. </defaultStyles>
  921. <CSS value="background-color:white;font-weight:normal"/>
  922. </style>
  923. <contents>
  924. <textItem>
  925. <dataSource>
  926. <memberCaption/>
  927. </dataSource>
  928. </textItem>
  929. </contents>
  930. </crosstabNodeMember>
  931. </crosstabNodeMembers>
  932. </crosstabNode>
  933. <crosstabNode>
  934. <crosstabNodeMembers>
  935. <crosstabNodeMember edgeLocation="e10" refDataItem="Summe(Standort)">
  936. <style>
  937. <defaultStyles>
  938. <defaultStyle refStyle="ol"/>
  939. </defaultStyles>
  940. <CSS value="background-color:#B1BCC7;font-weight:bold;color:black"/>
  941. </style>
  942. <contents>
  943. <textItem>
  944. <dataSource>
  945. <staticValue>Gesamt</staticValue>
  946. </dataSource>
  947. </textItem>
  948. </contents>
  949. <factCell>
  950. <style>
  951. <defaultStyles>
  952. <defaultStyle refStyle="ov"/>
  953. </defaultStyles>
  954. <CSS value="background-color:#B1BCC7;font-weight:bold;color:black"/>
  955. </style>
  956. </factCell>
  957. </crosstabNodeMember>
  958. </crosstabNodeMembers>
  959. </crosstabNode>
  960. <crosstabNode>
  961. <crosstabNestedNodes>
  962. <crosstabNode>
  963. <crosstabNodeMembers>
  964. <crosstabNodeMember edgeLocation="e5" refDataItem="Fabrikat2">
  965. <style>
  966. <defaultStyles>
  967. <defaultStyle refStyle="ml"/>
  968. </defaultStyles>
  969. <CSS value="background-color:white;font-weight:normal;color:black"/>
  970. </style>
  971. <contents>
  972. <textItem>
  973. <dataSource>
  974. <memberCaption/>
  975. </dataSource>
  976. </textItem>
  977. </contents>
  978. <factCell>
  979. <style>
  980. <CSS value="background-color:white;font-weight:normal;color:black"/>
  981. </style>
  982. </factCell>
  983. </crosstabNodeMember>
  984. </crosstabNodeMembers>
  985. </crosstabNode>
  986. <crosstabNode>
  987. <crosstabNodeMembers>
  988. <crosstabNodeMember edgeLocation="e8" refDataItem="Fabrikat">
  989. <style>
  990. <defaultStyles>
  991. <defaultStyle refStyle="ml"/>
  992. </defaultStyles>
  993. <CSS value="background-color:#72889B;font-weight:bold;color:white"/>
  994. </style>
  995. <contents>
  996. <textItem>
  997. <dataSource>
  998. <staticValue>Summe</staticValue>
  999. </dataSource>
  1000. </textItem>
  1001. </contents>
  1002. <factCell>
  1003. <style>
  1004. <CSS value="background-color:#72889B;font-weight:bold;color:white"/>
  1005. </style>
  1006. </factCell>
  1007. </crosstabNodeMember>
  1008. </crosstabNodeMembers>
  1009. </crosstabNode>
  1010. </crosstabNestedNodes>
  1011. <crosstabNodeMembers>
  1012. <crosstabNodeMember edgeLocation="e9" refDataItem="Hauptbetrieb">
  1013. <style>
  1014. <defaultStyles>
  1015. <defaultStyle refStyle="ml"/>
  1016. </defaultStyles>
  1017. <CSS value="background-color:#72889B;font-weight:bold;color:white"/>
  1018. </style>
  1019. <contents>
  1020. <textItem>
  1021. <dataSource>
  1022. <memberCaption/>
  1023. </dataSource>
  1024. </textItem>
  1025. </contents>
  1026. <factCell>
  1027. <style>
  1028. <CSS value="background-color:#72889B;font-weight:bold;color:white"/>
  1029. </style>
  1030. </factCell>
  1031. </crosstabNodeMember>
  1032. </crosstabNodeMembers>
  1033. </crosstabNode>
  1034. </crosstabRows>
  1035. <crosstabFactCell>
  1036. <contents>
  1037. <textItem>
  1038. <dataSource>
  1039. <cellValue/>
  1040. </dataSource>
  1041. </textItem>
  1042. </contents>
  1043. <style>
  1044. <defaultStyles>
  1045. <defaultStyle refStyle="mv"/>
  1046. </defaultStyles>
  1047. <CSS value="border:0.75pt solid silver"/>
  1048. </style>
  1049. </crosstabFactCell>
  1050. <crosstabSuppress type="rows"/>
  1051. <crosstabIntersections>
  1052. <crosstabIntersection column="e13" row="e1">
  1053. <style>
  1054. <defaultStyles>
  1055. <defaultStyle refStyle="ml"/>
  1056. <defaultStyle refStyle="cls15"/>
  1057. </defaultStyles>
  1058. </style>
  1059. </crosstabIntersection>
  1060. <crosstabIntersection column="e13" row="e5">
  1061. <style>
  1062. <defaultStyles>
  1063. <defaultStyle refStyle="cls15"/>
  1064. </defaultStyles>
  1065. <CSS value="background-color:#D3D3D3"/>
  1066. </style>
  1067. </crosstabIntersection>
  1068. <crosstabIntersection column="s1" row="e1">
  1069. <style>
  1070. <defaultStyles>
  1071. <defaultStyle refStyle="cls5"/>
  1072. </defaultStyles>
  1073. </style>
  1074. </crosstabIntersection>
  1075. <crosstabIntersection column="s1" row="e5">
  1076. <style>
  1077. <defaultStyles>
  1078. <defaultStyle refStyle="cls5"/>
  1079. </defaultStyles>
  1080. <CSS value="background-color:#C7DEE7"/>
  1081. </style>
  1082. </crosstabIntersection>
  1083. </crosstabIntersections>
  1084. </crosstab>
  1085. </contents>
  1086. <style>
  1087. <CSS value="padding-top:40px"/>
  1088. </style>
  1089. </tableCell>
  1090. </tableCells>
  1091. </tableRow>
  1092. </tableRows>
  1093. </table>
  1094. </contents>
  1095. <style>
  1096. <CSS value="vertical-align:top;text-align:center;width:800px"/>
  1097. <generatedBackground>
  1098. <dropShadow transparency="70"/>
  1099. </generatedBackground>
  1100. </style>
  1101. </tableCell>
  1102. </tableCells>
  1103. </tableRow>
  1104. <tableRow>
  1105. <tableCells>
  1106. <tableCell>
  1107. <contents/>
  1108. <style>
  1109. <defaultStyles>
  1110. <defaultStyle refStyle="np"/>
  1111. </defaultStyles>
  1112. </style>
  1113. </tableCell>
  1114. </tableCells>
  1115. </tableRow>
  1116. </tableRows>
  1117. </table>
  1118. </contents>
  1119. </pageBody>
  1120. <style>
  1121. <defaultStyles>
  1122. <defaultStyle refStyle="pg"/>
  1123. </defaultStyles>
  1124. </style>
  1125. <pageFooter>
  1126. <contents>
  1127. <table>
  1128. <style>
  1129. <defaultStyles>
  1130. <defaultStyle refStyle="tb"/>
  1131. </defaultStyles>
  1132. <CSS value="border-collapse:collapse;width:100%"/>
  1133. </style>
  1134. <tableRows>
  1135. <tableRow>
  1136. <tableCells>
  1137. <tableCell>
  1138. <contents/>
  1139. <style>
  1140. <defaultStyles>
  1141. <defaultStyle refStyle="np"/>
  1142. </defaultStyles>
  1143. <CSS value="width:250px"/>
  1144. </style>
  1145. </tableCell>
  1146. <tableCell>
  1147. <contents>
  1148. <textItem>
  1149. <dataSource>
  1150. <staticValue>NW.08 Bestandsübersicht Neuwagen per </staticValue>
  1151. </dataSource>
  1152. <conditionalRender refVariable="b_Footer">
  1153. <renderFor refVariableValue="1"/>
  1154. </conditionalRender>
  1155. </textItem>
  1156. <singleton name="Singleton2" refQuery="qry_Tag">
  1157. <contents>
  1158. <textItem>
  1159. <dataSource>
  1160. <dataItemValue refDataItem="Aktueller Tag"/>
  1161. </dataSource>
  1162. <conditionalRender refVariable="b_Footer">
  1163. <renderFor refVariableValue="1"/>
  1164. </conditionalRender>
  1165. </textItem>
  1166. </contents>
  1167. </singleton>
  1168. </contents>
  1169. </tableCell>
  1170. <tableCell>
  1171. <contents>
  1172. <pageNumber verticalRangeSeparator=" von " verticalType="range"/>
  1173. </contents>
  1174. <style>
  1175. <CSS value="text-align:right"/>
  1176. </style>
  1177. <conditionalStyleRefs>
  1178. <conditionalStyleRef refConditionalStyle="Bedingter Stil 2"/>
  1179. </conditionalStyleRefs>
  1180. </tableCell>
  1181. </tableCells>
  1182. </tableRow>
  1183. </tableRows>
  1184. </table>
  1185. </contents>
  1186. </pageFooter>
  1187. <pageHeader>
  1188. <contents>
  1189. <table>
  1190. <style>
  1191. <defaultStyles>
  1192. <defaultStyle refStyle="tb"/>
  1193. </defaultStyles>
  1194. <CSS value="border-collapse:collapse;width:100%"/>
  1195. </style>
  1196. <tableRows>
  1197. <tableRow>
  1198. <tableCells>
  1199. <tableCell>
  1200. <contents>
  1201. <image>
  1202. <dataSource>
  1203. <staticValue>/bi/samples/images/GC_LOGO/LOGO.png</staticValue>
  1204. </dataSource>
  1205. <style>
  1206. <CSS value="height:40px"/>
  1207. </style>
  1208. </image>
  1209. </contents>
  1210. <style>
  1211. <CSS value="width:250px;padding-top:20px;padding-bottom:20px;padding-left:20px"/>
  1212. </style>
  1213. </tableCell>
  1214. <tableCell>
  1215. <contents>
  1216. <table>
  1217. <style>
  1218. <defaultStyles>
  1219. <defaultStyle refStyle="tb"/>
  1220. </defaultStyles>
  1221. <CSS value="border-collapse:collapse;height:100%"/>
  1222. </style>
  1223. <tableRows>
  1224. <tableRow>
  1225. <tableCells>
  1226. <tableCell>
  1227. <contents>
  1228. <textItem>
  1229. <dataSource>
  1230. <staticValue>NW.08 Bestandsübersicht Neuwagen per </staticValue>
  1231. </dataSource>
  1232. <style>
  1233. <CSS value="font-size:22pt;padding-left:20px"/>
  1234. </style>
  1235. </textItem>
  1236. </contents>
  1237. <style>
  1238. <CSS value="text-align:left;vertical-align:top"/>
  1239. </style>
  1240. </tableCell>
  1241. <tableCell>
  1242. <contents>
  1243. <singleton name="Singleton4" refQuery="qry_Tag">
  1244. <contents>
  1245. <textItem>
  1246. <dataSource>
  1247. <dataItemValue refDataItem="Aktueller Tag"/>
  1248. </dataSource>
  1249. <style>
  1250. <CSS value="font-size:22pt"/>
  1251. </style>
  1252. </textItem>
  1253. </contents>
  1254. </singleton>
  1255. </contents>
  1256. <style>
  1257. <CSS value="text-align:left;vertical-align:top;font-size:22pt"/>
  1258. </style>
  1259. </tableCell>
  1260. </tableCells>
  1261. </tableRow>
  1262. </tableRows>
  1263. </table>
  1264. </contents>
  1265. <style>
  1266. <CSS value="text-align:left;width:12%;vertical-align:middle"/>
  1267. <defaultStyles>
  1268. <defaultStyle refStyle="GuidedLayoutBottomPadding"/>
  1269. <defaultStyle refStyle="GuidedLayoutLeftPadding"/>
  1270. <defaultStyle refStyle="GuidedLayoutRightPadding"/>
  1271. </defaultStyles>
  1272. </style>
  1273. </tableCell>
  1274. <tableCell>
  1275. <contents/>
  1276. <style>
  1277. <CSS value="text-align:left;vertical-align:middle"/>
  1278. </style>
  1279. </tableCell>
  1280. </tableCells>
  1281. </tableRow>
  1282. <tableRow>
  1283. <tableCells>
  1284. <tableCell>
  1285. <contents>
  1286. <table>
  1287. <style>
  1288. <defaultStyles>
  1289. <defaultStyle refStyle="tb"/>
  1290. </defaultStyles>
  1291. <CSS value="border-collapse:collapse;width:100%"/>
  1292. </style>
  1293. <tableRows>
  1294. <tableRow>
  1295. <tableCells>
  1296. <tableCell>
  1297. <contents>
  1298. <promptButton type="back">
  1299. <contents/>
  1300. <style>
  1301. <defaultStyles>
  1302. <defaultStyle refStyle="bp"/>
  1303. </defaultStyles>
  1304. </style>
  1305. </promptButton>
  1306. </contents>
  1307. </tableCell>
  1308. <tableCell>
  1309. <contents>
  1310. <selectValue autoSubmit="true" parameter="p_Zeitraum" rowsPerPage="2" selectValueUI="radioGroup">
  1311. <selectOptions>
  1312. <selectOption useValue="[gewählter Monat]">
  1313. <displayValue>Einzelner Monat</displayValue>
  1314. </selectOption>
  1315. <selectOption useValue="[Zeitraum]">
  1316. <displayValue>Kumuliert</displayValue>
  1317. </selectOption>
  1318. </selectOptions>
  1319. <defaultSelections>
  1320. <defaultSimpleSelection>[gewählter Monat]</defaultSimpleSelection>
  1321. </defaultSelections>
  1322. <style>
  1323. <CSS value="height:50px;width:200px"/>
  1324. </style>
  1325. </selectValue>
  1326. </contents>
  1327. <style>
  1328. <CSS value="text-align:left"/>
  1329. </style>
  1330. <conditionalStyleRefs>
  1331. <conditionalStyleRef refConditionalStyle="letzte_13_Monate"/>
  1332. </conditionalStyleRefs>
  1333. </tableCell>
  1334. </tableCells>
  1335. </tableRow>
  1336. </tableRows>
  1337. </table>
  1338. </contents>
  1339. <style>
  1340. <CSS value="padding-top:10px;padding-bottom:10px"/>
  1341. <defaultStyles>
  1342. <defaultStyle refStyle="GuidedLayoutTopPadding"/>
  1343. <defaultStyle refStyle="GuidedLayoutRightPadding"/>
  1344. </defaultStyles>
  1345. </style>
  1346. </tableCell>
  1347. <tableCell colSpan="2">
  1348. <contents>
  1349. <table>
  1350. <style>
  1351. <defaultStyles>
  1352. <defaultStyle refStyle="tb"/>
  1353. </defaultStyles>
  1354. <CSS value="border-collapse:collapse;width:100%;height:100%"/>
  1355. </style>
  1356. <tableRows>
  1357. <tableRow>
  1358. <tableCells>
  1359. <tableCell>
  1360. <contents>
  1361. <textItem>
  1362. <dataSource>
  1363. <staticValue>verwendete Filter:</staticValue>
  1364. </dataSource>
  1365. <style>
  1366. <CSS value="padding-left:20px"/>
  1367. </style>
  1368. </textItem>
  1369. <textItem>
  1370. <dataSource>
  1371. <reportExpression>if(ParamDisplayValue(&quot;p_Zeit&quot;) is null) then(ParamDisplayValue(&quot;p_Von&quot;) + &quot; - &quot; + ParamDisplayValue(&quot;p_Bis&quot;)) else ( ParamDisplayValue(&quot;p_Zeit&quot;))</reportExpression>
  1372. </dataSource>
  1373. </textItem>
  1374. <textItem>
  1375. <dataSource>
  1376. <reportExpression>if(ParamDisplayValue(&quot;p_Mandant&quot;) is null) then(&quot;&quot;) else(&quot; | &quot;+ParamDisplayValue(&quot;p_Mandant&quot;))</reportExpression>
  1377. </dataSource>
  1378. </textItem>
  1379. <textItem>
  1380. <dataSource>
  1381. <reportExpression>if(ParamDisplayValue(&quot;p_AH&quot;) is null) then(&quot;&quot;) else(&quot; | &quot;+ParamDisplayValue(&quot;p_AH&quot;))</reportExpression>
  1382. </dataSource>
  1383. </textItem>
  1384. <textItem>
  1385. <dataSource>
  1386. <reportExpression>if(ParamDisplayValue(&quot;p_Verkäufer&quot;) is null) then(&quot;&quot;) else(&quot; | &quot;+ParamDisplayValue(&quot;p_Verkäufer&quot;))</reportExpression>
  1387. </dataSource>
  1388. </textItem>
  1389. <textItem>
  1390. <dataSource>
  1391. <reportExpression>if(ParamDisplayValue(&quot;p_Fahrzeugart&quot;) is null) then(&quot;&quot;) else(&quot; | &quot;+ParamDisplayValue(&quot;p_Fahrzeugart&quot;))
  1392. </reportExpression>
  1393. </dataSource>
  1394. </textItem>
  1395. <textItem>
  1396. <dataSource>
  1397. <reportExpression>if(ParamDisplayValue(&quot;p_Fabrikat&quot;) is null) then(&quot;&quot;) else(&quot; | &quot;+ParamDisplayValue(&quot;p_Fabrikat&quot;))</reportExpression>
  1398. </dataSource>
  1399. </textItem>
  1400. <textItem>
  1401. <dataSource>
  1402. <reportExpression>if(ParamDisplayValue(&quot;p_Kundenart&quot;) is null) then(&quot;&quot;) else(&quot; | &quot;+ParamDisplayValue(&quot;p_Kundenart&quot;))</reportExpression>
  1403. </dataSource>
  1404. </textItem>
  1405. <textItem>
  1406. <dataSource>
  1407. <reportExpression>if(ParamDisplayValue(&quot;p_Modell&quot;) is null) then(&quot;&quot;) else(&quot; | &quot;+ParamDisplayValue(&quot;p_Modell&quot;))</reportExpression>
  1408. </dataSource>
  1409. </textItem>
  1410. <textItem>
  1411. <dataSource>
  1412. <reportExpression>if(ParamDisplayValue(&quot;p_PLZ&quot;) is null) then(&quot;&quot;) else(&quot; | PLZ: &quot;+ParamDisplayValue(&quot;p_PLZ&quot;))</reportExpression>
  1413. </dataSource>
  1414. </textItem>
  1415. <textItem>
  1416. <dataSource>
  1417. <reportExpression>if(ParamDisplayValue(&quot;p_Lager_verkauft&quot;) is null) then(&quot;&quot;) else(&quot; | &quot;+ParamDisplayValue(&quot;p_Lager_verkauft&quot;))</reportExpression>
  1418. </dataSource>
  1419. </textItem>
  1420. </contents>
  1421. <style>
  1422. <CSS value="text-align:left;vertical-align:top;width:50%"/>
  1423. </style>
  1424. </tableCell>
  1425. <tableCell>
  1426. <contents/>
  1427. <style>
  1428. <CSS value="text-align:left;vertical-align:top;width:50%"/>
  1429. </style>
  1430. </tableCell>
  1431. </tableCells>
  1432. </tableRow>
  1433. </tableRows>
  1434. </table>
  1435. </contents>
  1436. <style>
  1437. <defaultStyles>
  1438. <defaultStyle refStyle="GuidedLayoutTopPadding"/>
  1439. <defaultStyle refStyle="GuidedLayoutLeftPadding"/>
  1440. </defaultStyles>
  1441. </style>
  1442. </tableCell>
  1443. </tableCells>
  1444. </tableRow>
  1445. </tableRows>
  1446. </table>
  1447. </contents>
  1448. <style>
  1449. <defaultStyles>
  1450. <defaultStyle refStyle="cls14"/>
  1451. </defaultStyles>
  1452. </style>
  1453. </pageHeader>
  1454. </page>
  1455. </reportPages>
  1456. <pageSetup orientation="landscape"/>
  1457. <promptPages>
  1458. <page name="Eingabeaufforderungsseite1">
  1459. <pageHeader>
  1460. <contents>
  1461. <table>
  1462. <style>
  1463. <defaultStyles>
  1464. <defaultStyle refStyle="tb"/>
  1465. </defaultStyles>
  1466. <CSS value="border-collapse:collapse;width:100%"/>
  1467. </style>
  1468. <tableRows>
  1469. <tableRow>
  1470. <tableCells>
  1471. <tableCell>
  1472. <contents>
  1473. <image>
  1474. <dataSource>
  1475. <staticValue>/bi/samples/images/GC_LOGO/LOGO.png</staticValue>
  1476. </dataSource>
  1477. <style>
  1478. <CSS value="height:40px"/>
  1479. </style>
  1480. </image>
  1481. </contents>
  1482. <style>
  1483. <CSS value="width:250px;height:50px;padding-left:50px"/>
  1484. </style>
  1485. </tableCell>
  1486. <tableCell>
  1487. <contents>
  1488. <textItem>
  1489. <dataSource>
  1490. <staticValue>Filterauswahl</staticValue>
  1491. </dataSource>
  1492. <style>
  1493. <CSS value="font-size:22pt"/>
  1494. </style>
  1495. </textItem>
  1496. </contents>
  1497. </tableCell>
  1498. </tableCells>
  1499. </tableRow>
  1500. </tableRows>
  1501. </table>
  1502. </contents>
  1503. <style>
  1504. <defaultStyles>
  1505. <defaultStyle refStyle="cls14"/>
  1506. </defaultStyles>
  1507. <CSS value="height:70px"/>
  1508. </style>
  1509. </pageHeader>
  1510. <pageBody>
  1511. <contents>
  1512. <table>
  1513. <style>
  1514. <defaultStyles>
  1515. <defaultStyle refStyle="tb"/>
  1516. </defaultStyles>
  1517. <CSS value="border-collapse:collapse;width:100%;background-color:white;border-top-style:none;border-bottom-style:none;border-left-style:none;border-right-style:none;margin-left:15px;margin-top:10px"/>
  1518. </style>
  1519. <tableRows>
  1520. <tableRow>
  1521. <tableCells>
  1522. <tableCell>
  1523. <contents/>
  1524. </tableCell>
  1525. <tableCell>
  1526. <contents>
  1527. <textItem>
  1528. <dataSource>
  1529. <staticValue>Mandant:</staticValue>
  1530. </dataSource>
  1531. <style>
  1532. <CSS value="color:white;font-weight:bold;vertical-align:top"/>
  1533. </style>
  1534. </textItem>
  1535. </contents>
  1536. <style>
  1537. <CSS value="font-weight:bold;vertical-align:middle;color:white;padding-left:10px;padding-bottom:10px;background-color:#3E5C76;text-align:left;padding-top:10px;width:250px"/>
  1538. </style>
  1539. </tableCell>
  1540. <tableCell>
  1541. <contents/>
  1542. <style>
  1543. <CSS value="padding-left:10px"/>
  1544. </style>
  1545. </tableCell>
  1546. <tableCell>
  1547. <contents>
  1548. <textItem>
  1549. <dataSource>
  1550. <staticValue>AH-Gruppe:</staticValue>
  1551. </dataSource>
  1552. <style>
  1553. <CSS value="color:white;font-weight:bold;vertical-align:top"/>
  1554. </style>
  1555. </textItem>
  1556. </contents>
  1557. <style>
  1558. <CSS value="color:white;font-weight:bold;vertical-align:middle;padding-left:10px;padding-bottom:10px;background-color:#3E5C76;text-align:left;padding-top:10px;width:250px"/>
  1559. </style>
  1560. </tableCell>
  1561. <tableCell>
  1562. <contents/>
  1563. <style>
  1564. <CSS value="padding-left:10px"/>
  1565. </style>
  1566. </tableCell>
  1567. <tableCell>
  1568. <contents>
  1569. <textItem>
  1570. <dataSource>
  1571. <staticValue>Fahrzeugtyp:</staticValue>
  1572. </dataSource>
  1573. <style>
  1574. <CSS value="color:white;font-weight:bold;vertical-align:top"/>
  1575. </style>
  1576. </textItem>
  1577. </contents>
  1578. <style>
  1579. <CSS value="color:white;font-weight:bold;vertical-align:middle;padding-left:10px;text-align:left;padding-bottom:10px;background-color:#3E5C76;padding-top:10px;width:250px"/>
  1580. </style>
  1581. </tableCell>
  1582. <tableCell>
  1583. <contents/>
  1584. <style>
  1585. <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"/>
  1586. </style>
  1587. </tableCell>
  1588. <tableCell>
  1589. <contents>
  1590. <promptButton type="finish">
  1591. <contents/>
  1592. <style>
  1593. <defaultStyles>
  1594. <defaultStyle refStyle="bp"/>
  1595. </defaultStyles>
  1596. </style>
  1597. </promptButton>
  1598. </contents>
  1599. <style>
  1600. <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"/>
  1601. </style>
  1602. </tableCell>
  1603. <tableCell>
  1604. <contents/>
  1605. <style>
  1606. <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%"/>
  1607. </style>
  1608. </tableCell>
  1609. <tableCell>
  1610. <contents/>
  1611. <style>
  1612. <CSS value="width:17%"/>
  1613. </style>
  1614. </tableCell>
  1615. <tableCell>
  1616. <contents/>
  1617. <style>
  1618. <CSS value="padding-left:10px"/>
  1619. </style>
  1620. </tableCell>
  1621. <tableCell>
  1622. <contents/>
  1623. </tableCell>
  1624. </tableCells>
  1625. </tableRow>
  1626. <tableRow>
  1627. <tableCells>
  1628. <tableCell>
  1629. <contents/>
  1630. </tableCell>
  1631. <tableCell>
  1632. <contents>
  1633. <selectValue multiSelect="true" parameter="p_Mandant" refQuery="qry_Mandant" required="false" selectValueUI="checkboxGroup">
  1634. <useItem refDataItem="Hauptbetrieb"/>
  1635. <headerText>
  1636. <defaultText>Alle Mandanten</defaultText>
  1637. </headerText>
  1638. <style>
  1639. <CSS value="width:100%"/>
  1640. </style>
  1641. </selectValue>
  1642. </contents>
  1643. <style>
  1644. <CSS value="border-top-style:none;border-bottom-style:none;border-left-style:none;border-right-style:none;vertical-align:top"/>
  1645. </style>
  1646. </tableCell>
  1647. <tableCell>
  1648. <contents/>
  1649. </tableCell>
  1650. <tableCell>
  1651. <contents>
  1652. <selectValue multiSelect="true" parameter="p_AH" refQuery="qry_AH" required="false" selectValueUI="checkboxGroup">
  1653. <headerText>
  1654. <defaultText>Alle Autohäuser</defaultText>
  1655. </headerText>
  1656. <useItem refDataItem="Standort"/>
  1657. <style>
  1658. <CSS value="width:250px"/>
  1659. </style>
  1660. </selectValue>
  1661. </contents>
  1662. <style>
  1663. <CSS value="border-top-style:none;border-bottom-style:none;border-left-style:none;border-right-style:none;vertical-align:top"/>
  1664. </style>
  1665. </tableCell>
  1666. <tableCell>
  1667. <contents/>
  1668. </tableCell>
  1669. <tableCell>
  1670. <contents>
  1671. <selectValue multiSelect="true" parameter="p_Fahrzeugart" refQuery="qry_Fahrzeugtyp" required="false" selectValueUI="checkboxGroup">
  1672. <useItem refDataItem="chd_Neuwagen"/>
  1673. <headerText>
  1674. <defaultText>Alle Fahrzeugtypen</defaultText>
  1675. </headerText>
  1676. <style>
  1677. <CSS value="width:250px"/>
  1678. </style>
  1679. </selectValue>
  1680. </contents>
  1681. <style>
  1682. <CSS value="border-top-style:none;border-bottom-style:none;border-left-style:none;border-right-style:none;vertical-align:top"/>
  1683. </style>
  1684. </tableCell>
  1685. <tableCell>
  1686. <contents/>
  1687. <style>
  1688. <CSS value="text-align:right"/>
  1689. </style>
  1690. </tableCell>
  1691. <tableCell>
  1692. <contents>
  1693. <promptButton type="cancel">
  1694. <contents/>
  1695. <style>
  1696. <defaultStyles>
  1697. <defaultStyle refStyle="bp"/>
  1698. </defaultStyles>
  1699. </style>
  1700. </promptButton>
  1701. <table>
  1702. <style>
  1703. <defaultStyles>
  1704. <defaultStyle refStyle="tb"/>
  1705. </defaultStyles>
  1706. <CSS value="border-collapse:collapse;width:100%"/>
  1707. </style>
  1708. <tableRows>
  1709. <tableRow>
  1710. <tableCells>
  1711. <tableCell>
  1712. <contents/>
  1713. <style>
  1714. <CSS value="text-align:right"/>
  1715. </style>
  1716. </tableCell>
  1717. </tableCells>
  1718. </tableRow>
  1719. <tableRow>
  1720. <tableCells>
  1721. <tableCell>
  1722. <contents/>
  1723. </tableCell>
  1724. </tableCells>
  1725. </tableRow>
  1726. <tableRow>
  1727. <tableCells>
  1728. <tableCell>
  1729. <contents/>
  1730. <style>
  1731. <CSS value="text-align:right;padding-top:30px"/>
  1732. </style>
  1733. </tableCell>
  1734. </tableCells>
  1735. </tableRow>
  1736. </tableRows>
  1737. </table>
  1738. </contents>
  1739. <style>
  1740. <CSS value="padding-top:10px;text-align:left;padding-bottom:10px;padding-left:10px;background-color:white;color:white;font-weight:bold;vertical-align:top;width:200px"/>
  1741. <defaultStyles>
  1742. <defaultStyle refStyle="GuidedLayoutTopPadding"/>
  1743. <defaultStyle refStyle="GuidedLayoutBottomPadding"/>
  1744. <defaultStyle refStyle="GuidedLayoutLeftPadding"/>
  1745. <defaultStyle refStyle="GuidedLayoutRightPadding"/>
  1746. </defaultStyles>
  1747. </style>
  1748. </tableCell>
  1749. <tableCell>
  1750. <contents/>
  1751. <style>
  1752. <CSS value="text-align:right"/>
  1753. </style>
  1754. </tableCell>
  1755. <tableCell>
  1756. <contents/>
  1757. <style>
  1758. <CSS value="width:17%"/>
  1759. </style>
  1760. </tableCell>
  1761. <tableCell>
  1762. <contents/>
  1763. </tableCell>
  1764. <tableCell>
  1765. <contents/>
  1766. </tableCell>
  1767. </tableCells>
  1768. </tableRow>
  1769. <tableRow>
  1770. <tableCells>
  1771. <tableCell>
  1772. <contents>
  1773. <textItem>
  1774. <dataSource>
  1775. <staticValue/>
  1776. </dataSource>
  1777. <style>
  1778. <CSS value="width:20px;height:30px"/>
  1779. </style>
  1780. </textItem>
  1781. </contents>
  1782. </tableCell>
  1783. <tableCell>
  1784. <contents/>
  1785. <style>
  1786. <CSS value="padding-top:10px;padding-bottom:10px"/>
  1787. </style>
  1788. </tableCell>
  1789. <tableCell>
  1790. <contents/>
  1791. </tableCell>
  1792. <tableCell>
  1793. <contents/>
  1794. </tableCell>
  1795. <tableCell>
  1796. <contents/>
  1797. </tableCell>
  1798. <tableCell>
  1799. <contents/>
  1800. </tableCell>
  1801. <tableCell>
  1802. <contents/>
  1803. </tableCell>
  1804. <tableCell>
  1805. <contents/>
  1806. </tableCell>
  1807. <tableCell>
  1808. <contents/>
  1809. <style>
  1810. <CSS value="width:13%"/>
  1811. </style>
  1812. </tableCell>
  1813. <tableCell>
  1814. <contents/>
  1815. <style>
  1816. <CSS value="width:17%"/>
  1817. </style>
  1818. </tableCell>
  1819. <tableCell>
  1820. <contents/>
  1821. </tableCell>
  1822. <tableCell>
  1823. <contents/>
  1824. </tableCell>
  1825. </tableCells>
  1826. </tableRow>
  1827. <tableRow>
  1828. <tableCells>
  1829. <tableCell>
  1830. <contents/>
  1831. </tableCell>
  1832. <tableCell>
  1833. <contents>
  1834. <textItem>
  1835. <dataSource>
  1836. <staticValue>Fabrikat:</staticValue>
  1837. </dataSource>
  1838. <style>
  1839. <CSS value="color:white;font-weight:bold;vertical-align:top"/>
  1840. </style>
  1841. </textItem>
  1842. </contents>
  1843. <style>
  1844. <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"/>
  1845. </style>
  1846. </tableCell>
  1847. <tableCell>
  1848. <contents/>
  1849. <style>
  1850. <CSS value="padding-left:10px"/>
  1851. </style>
  1852. </tableCell>
  1853. <tableCell>
  1854. <contents>
  1855. <table>
  1856. <style>
  1857. <CSS value="border-collapse:collapse;width:100%"/>
  1858. <defaultStyles>
  1859. <defaultStyle refStyle="tb"/>
  1860. </defaultStyles>
  1861. </style>
  1862. <tableRows>
  1863. <tableRow>
  1864. <tableCells>
  1865. <tableCell>
  1866. <contents>
  1867. <textItem>
  1868. <dataSource>
  1869. <staticValue>Modell:</staticValue>
  1870. </dataSource>
  1871. <style>
  1872. <CSS value="color:white;font-weight:bold;vertical-align:top"/>
  1873. </style>
  1874. </textItem>
  1875. </contents>
  1876. </tableCell>
  1877. <tableCell>
  1878. <contents>
  1879. <promptButton type="reprompt">
  1880. <contents>
  1881. <textItem>
  1882. <dataSource>
  1883. <staticValue>Refresh</staticValue>
  1884. </dataSource>
  1885. </textItem>
  1886. </contents>
  1887. <style>
  1888. <defaultStyles>
  1889. <defaultStyle refStyle="bp"/>
  1890. </defaultStyles>
  1891. </style>
  1892. </promptButton>
  1893. </contents>
  1894. <style>
  1895. <CSS value="text-align:right;padding-right:5px;width:55%"/>
  1896. </style>
  1897. </tableCell>
  1898. </tableCells>
  1899. </tableRow>
  1900. </tableRows>
  1901. </table>
  1902. </contents>
  1903. <style>
  1904. <CSS value="padding-left:10px;padding-top:10px;padding-bottom:10px;background-color:#3E5C76;color:white;font-weight:bold;text-align:left;vertical-align:middle;width:250px"/>
  1905. <defaultStyles>
  1906. <defaultStyle refStyle="GuidedLayoutTopPadding"/>
  1907. <defaultStyle refStyle="GuidedLayoutBottomPadding"/>
  1908. <defaultStyle refStyle="GuidedLayoutLeftPadding"/>
  1909. <defaultStyle refStyle="GuidedLayoutRightPadding"/>
  1910. </defaultStyles>
  1911. </style>
  1912. </tableCell>
  1913. <tableCell>
  1914. <contents/>
  1915. </tableCell>
  1916. <tableCell>
  1917. <contents>
  1918. <textItem>
  1919. <dataSource>
  1920. <staticValue>Lager/verkauft:</staticValue>
  1921. </dataSource>
  1922. <style>
  1923. <CSS value="color:white;font-weight:bold;vertical-align:top"/>
  1924. </style>
  1925. </textItem>
  1926. </contents>
  1927. <style>
  1928. <CSS value="color:white;font-weight:bold;vertical-align:middle;padding-left:10px;padding-bottom:10px;background-color:#3E5C76;text-align:left;padding-top:10px;width:250px"/>
  1929. </style>
  1930. </tableCell>
  1931. <tableCell>
  1932. <contents/>
  1933. <style>
  1934. <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"/>
  1935. </style>
  1936. </tableCell>
  1937. <tableCell>
  1938. <contents/>
  1939. <style>
  1940. <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"/>
  1941. </style>
  1942. </tableCell>
  1943. <tableCell>
  1944. <contents/>
  1945. <style>
  1946. <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%"/>
  1947. </style>
  1948. </tableCell>
  1949. <tableCell>
  1950. <contents/>
  1951. <style>
  1952. <CSS value="width:17%"/>
  1953. </style>
  1954. </tableCell>
  1955. <tableCell>
  1956. <contents/>
  1957. <style>
  1958. <CSS value="padding-left:10px"/>
  1959. </style>
  1960. </tableCell>
  1961. <tableCell>
  1962. <contents/>
  1963. </tableCell>
  1964. </tableCells>
  1965. </tableRow>
  1966. <tableRow>
  1967. <tableCells>
  1968. <tableCell>
  1969. <contents/>
  1970. </tableCell>
  1971. <tableCell>
  1972. <contents>
  1973. <selectValue multiSelect="true" parameter="p_Fabrikat" refQuery="qry_Fabrikat" required="false" selectValueUI="checkboxGroup">
  1974. <useItem refDataItem="Fabrikat1"/>
  1975. <headerText>
  1976. <defaultText>Alle Fabrikate</defaultText>
  1977. </headerText>
  1978. <style>
  1979. <CSS value="width:250px"/>
  1980. </style>
  1981. </selectValue>
  1982. </contents>
  1983. <style>
  1984. <CSS value="border-top-style:none;border-bottom-style:none;border-left-style:none;border-right-style:none;vertical-align:top"/>
  1985. </style>
  1986. </tableCell>
  1987. <tableCell>
  1988. <contents/>
  1989. </tableCell>
  1990. <tableCell>
  1991. <contents>
  1992. <selectValue cascadeOn="p_Fabrikat" multiSelect="true" parameter="p_Modell" prePopulateIfParentOptional="true" refQuery="qry_Fabrikat" required="false" selectValueUI="checkboxGroup">
  1993. <headerText>
  1994. <defaultText>Alle Modelle</defaultText>
  1995. </headerText>
  1996. <useItem refDataItem="Modell_Beschreibung"/>
  1997. <style>
  1998. <CSS value="width:100%"/>
  1999. </style>
  2000. </selectValue>
  2001. </contents>
  2002. </tableCell>
  2003. <tableCell>
  2004. <contents/>
  2005. </tableCell>
  2006. <tableCell>
  2007. <contents>
  2008. <selectValue multiSelect="true" parameter="p_Lager_verkauft" refQuery="qry_Lager_verkauft" required="false" selectValueUI="checkboxGroup">
  2009. <headerText>
  2010. <defaultText>Alle Fabrikate</defaultText>
  2011. </headerText>
  2012. <style>
  2013. <CSS value="width:250px"/>
  2014. </style>
  2015. <useItem refDataItem="Lager / verkauft1"/>
  2016. </selectValue>
  2017. </contents>
  2018. <style>
  2019. <CSS value="border-bottom-style:none;border-left-style:none;border-top-style:none;border-right-style:none;vertical-align:top"/>
  2020. </style>
  2021. </tableCell>
  2022. <tableCell>
  2023. <contents/>
  2024. <style>
  2025. <CSS value="text-align:right"/>
  2026. </style>
  2027. </tableCell>
  2028. <tableCell>
  2029. <contents/>
  2030. <style>
  2031. <CSS value="text-align:left"/>
  2032. </style>
  2033. </tableCell>
  2034. <tableCell>
  2035. <contents/>
  2036. <style>
  2037. <CSS value="text-align:right"/>
  2038. </style>
  2039. </tableCell>
  2040. <tableCell>
  2041. <contents/>
  2042. </tableCell>
  2043. <tableCell>
  2044. <contents/>
  2045. </tableCell>
  2046. <tableCell>
  2047. <contents/>
  2048. </tableCell>
  2049. </tableCells>
  2050. </tableRow>
  2051. <tableRow>
  2052. <tableCells>
  2053. <tableCell>
  2054. <contents>
  2055. <textItem>
  2056. <dataSource>
  2057. <staticValue/>
  2058. </dataSource>
  2059. <style>
  2060. <CSS value="width:20px;height:30px"/>
  2061. </style>
  2062. </textItem>
  2063. </contents>
  2064. </tableCell>
  2065. <tableCell>
  2066. <contents/>
  2067. <style>
  2068. <CSS value="padding-top:10px;padding-bottom:10px"/>
  2069. </style>
  2070. </tableCell>
  2071. <tableCell>
  2072. <contents/>
  2073. </tableCell>
  2074. <tableCell>
  2075. <contents/>
  2076. </tableCell>
  2077. <tableCell>
  2078. <contents/>
  2079. </tableCell>
  2080. <tableCell>
  2081. <contents/>
  2082. </tableCell>
  2083. <tableCell>
  2084. <contents/>
  2085. </tableCell>
  2086. <tableCell>
  2087. <contents/>
  2088. </tableCell>
  2089. <tableCell>
  2090. <contents/>
  2091. <style>
  2092. <CSS value="width:13%"/>
  2093. </style>
  2094. </tableCell>
  2095. <tableCell>
  2096. <contents/>
  2097. <style>
  2098. <CSS value="width:17%"/>
  2099. </style>
  2100. </tableCell>
  2101. <tableCell>
  2102. <contents/>
  2103. </tableCell>
  2104. <tableCell>
  2105. <contents/>
  2106. </tableCell>
  2107. </tableCells>
  2108. </tableRow>
  2109. <tableRow>
  2110. <tableCells>
  2111. <tableCell>
  2112. <contents/>
  2113. </tableCell>
  2114. <tableCell>
  2115. <contents/>
  2116. <style>
  2117. <CSS value="border-top-style:none;border-bottom-style:none;border-left-style:none;border-right-style:none;vertical-align:top"/>
  2118. </style>
  2119. </tableCell>
  2120. <tableCell>
  2121. <contents/>
  2122. </tableCell>
  2123. <tableCell>
  2124. <contents/>
  2125. <style>
  2126. <CSS value="vertical-align:top"/>
  2127. </style>
  2128. </tableCell>
  2129. <tableCell>
  2130. <contents/>
  2131. </tableCell>
  2132. <tableCell>
  2133. <contents/>
  2134. <style>
  2135. <CSS value="vertical-align:top"/>
  2136. </style>
  2137. </tableCell>
  2138. <tableCell>
  2139. <contents/>
  2140. </tableCell>
  2141. <tableCell colSpan="3">
  2142. <contents/>
  2143. </tableCell>
  2144. <tableCell>
  2145. <contents/>
  2146. </tableCell>
  2147. <tableCell>
  2148. <contents/>
  2149. </tableCell>
  2150. </tableCells>
  2151. </tableRow>
  2152. <tableRow>
  2153. <tableCells>
  2154. <tableCell>
  2155. <contents>
  2156. <textItem>
  2157. <dataSource>
  2158. <staticValue/>
  2159. </dataSource>
  2160. <style>
  2161. <CSS value="width:20px;height:30px"/>
  2162. </style>
  2163. </textItem>
  2164. </contents>
  2165. </tableCell>
  2166. <tableCell>
  2167. <contents/>
  2168. </tableCell>
  2169. <tableCell>
  2170. <contents/>
  2171. </tableCell>
  2172. <tableCell>
  2173. <contents/>
  2174. </tableCell>
  2175. <tableCell>
  2176. <contents/>
  2177. </tableCell>
  2178. <tableCell>
  2179. <contents/>
  2180. </tableCell>
  2181. <tableCell>
  2182. <contents/>
  2183. </tableCell>
  2184. <tableCell>
  2185. <contents/>
  2186. </tableCell>
  2187. <tableCell>
  2188. <contents/>
  2189. <style>
  2190. <CSS value="width:13%"/>
  2191. </style>
  2192. </tableCell>
  2193. <tableCell>
  2194. <contents/>
  2195. <style>
  2196. <CSS value="width:17%"/>
  2197. </style>
  2198. </tableCell>
  2199. <tableCell>
  2200. <contents/>
  2201. </tableCell>
  2202. <tableCell>
  2203. <contents/>
  2204. </tableCell>
  2205. </tableCells>
  2206. </tableRow>
  2207. <tableRow>
  2208. <tableCells>
  2209. <tableCell>
  2210. <contents/>
  2211. </tableCell>
  2212. <tableCell>
  2213. <contents/>
  2214. </tableCell>
  2215. <tableCell>
  2216. <contents/>
  2217. </tableCell>
  2218. <tableCell>
  2219. <contents/>
  2220. </tableCell>
  2221. <tableCell>
  2222. <contents/>
  2223. </tableCell>
  2224. <tableCell>
  2225. <contents/>
  2226. </tableCell>
  2227. <tableCell>
  2228. <contents/>
  2229. </tableCell>
  2230. <tableCell>
  2231. <contents/>
  2232. </tableCell>
  2233. <tableCell>
  2234. <contents/>
  2235. <style>
  2236. <CSS value="width:13%"/>
  2237. </style>
  2238. </tableCell>
  2239. <tableCell>
  2240. <contents/>
  2241. <style>
  2242. <CSS value="width:17%"/>
  2243. </style>
  2244. </tableCell>
  2245. <tableCell>
  2246. <contents/>
  2247. </tableCell>
  2248. <tableCell>
  2249. <contents/>
  2250. </tableCell>
  2251. </tableCells>
  2252. </tableRow>
  2253. <tableRow>
  2254. <tableCells>
  2255. <tableCell>
  2256. <contents/>
  2257. </tableCell>
  2258. <tableCell>
  2259. <contents/>
  2260. </tableCell>
  2261. <tableCell>
  2262. <contents/>
  2263. </tableCell>
  2264. <tableCell>
  2265. <contents/>
  2266. </tableCell>
  2267. <tableCell>
  2268. <contents/>
  2269. </tableCell>
  2270. <tableCell>
  2271. <contents/>
  2272. </tableCell>
  2273. <tableCell>
  2274. <contents/>
  2275. </tableCell>
  2276. <tableCell>
  2277. <contents/>
  2278. </tableCell>
  2279. <tableCell>
  2280. <contents/>
  2281. <style>
  2282. <CSS value="width:13%"/>
  2283. </style>
  2284. </tableCell>
  2285. <tableCell>
  2286. <contents/>
  2287. <style>
  2288. <CSS value="width:17%"/>
  2289. </style>
  2290. </tableCell>
  2291. <tableCell>
  2292. <contents/>
  2293. </tableCell>
  2294. <tableCell>
  2295. <contents/>
  2296. </tableCell>
  2297. </tableCells>
  2298. </tableRow>
  2299. </tableRows>
  2300. </table>
  2301. </contents>
  2302. <style>
  2303. <defaultStyles>
  2304. <defaultStyle refStyle="py"/>
  2305. </defaultStyles>
  2306. <CSS value="background-color:white"/>
  2307. </style>
  2308. </pageBody>
  2309. <pageFooter>
  2310. <contents>
  2311. <promptButton type="cancel">
  2312. <contents/>
  2313. <style>
  2314. <defaultStyles>
  2315. <defaultStyle refStyle="bp"/>
  2316. </defaultStyles>
  2317. </style>
  2318. </promptButton>
  2319. <promptButton type="finish">
  2320. <contents/>
  2321. <style>
  2322. <defaultStyles>
  2323. <defaultStyle refStyle="bp"/>
  2324. </defaultStyles>
  2325. </style>
  2326. </promptButton>
  2327. </contents>
  2328. <style>
  2329. <CSS value="background-color:#C3CCD4;padding-top:10px;padding-bottom:10px"/>
  2330. </style>
  2331. </pageFooter>
  2332. <style>
  2333. <defaultStyles>
  2334. <defaultStyle refStyle="pp"/>
  2335. </defaultStyles>
  2336. </style>
  2337. </page>
  2338. </promptPages>
  2339. </layout>
  2340. </layouts>
  2341. <modelPath>/content/folder[@name=&quot;GC&quot;]/folder[@name=&quot;Packages&quot;]/package[@name=&quot;V_Bestand&quot;]/model[@name=&quot;2020-10-14T15:16:39.280Z&quot;]</modelPath>
  2342. <reportName>NW.08 Bestandsübersicht Neuwagen</reportName>
  2343. <queries>
  2344. <query name="qry_Main">
  2345. <source>
  2346. <model/>
  2347. </source>
  2348. <selection>
  2349. <dataItemMeasure name="Menge">
  2350. <dmMember>
  2351. <MUN>[V_Bestand].[Kennzahlen].[Menge]</MUN>
  2352. <itemCaption>Menge</itemCaption>
  2353. </dmMember>
  2354. <dmDimension>
  2355. <DUN>[V_Bestand].[Kennzahlen]</DUN>
  2356. <itemCaption>Kennzahlen</itemCaption>
  2357. </dmDimension>
  2358. <XMLAttributes>
  2359. <XMLAttribute name="RS_dataType" output="no" value="9"/>
  2360. </XMLAttributes>
  2361. </dataItemMeasure>
  2362. <dataItemMember name="Gesamt">
  2363. <dmMember>
  2364. <MUN>[V_Bestand].[Fahrzeugart].[Fahrzeugart].[Fahrzeugart1]-&gt;:[PC].[@MEMBER].[Neuwagen]</MUN>
  2365. <itemCaption>Neuwagen</itemCaption>
  2366. </dmMember>
  2367. <dmDimension>
  2368. <DUN>[V_Bestand].[Fahrzeugart]</DUN>
  2369. <itemCaption>Fahrzeugart</itemCaption>
  2370. </dmDimension>
  2371. <dmHierarchy>
  2372. <HUN>[V_Bestand].[Fahrzeugart].[Fahrzeugart]</HUN>
  2373. <itemCaption>Fahrzeugart</itemCaption>
  2374. </dmHierarchy>
  2375. <XMLAttributes>
  2376. <XMLAttribute name="RS_dataType" output="no" value="3"/>
  2377. </XMLAttributes>
  2378. </dataItemMember>
  2379. <dataItemLevelSet name="Fabrikat1">
  2380. <dmLevel>
  2381. <LUN>[V_Bestand].[Fabrikat].[Fabrikat].[Fabrikat1]</LUN>
  2382. <itemCaption>Fabrikat1</itemCaption>
  2383. </dmLevel>
  2384. <dmDimension>
  2385. <DUN>[V_Bestand].[Fabrikat]</DUN>
  2386. <itemCaption>Fabrikat</itemCaption>
  2387. </dmDimension>
  2388. <dmHierarchy>
  2389. <HUN>[V_Bestand].[Fabrikat].[Fabrikat]</HUN>
  2390. <itemCaption>Fabrikat</itemCaption>
  2391. </dmHierarchy>
  2392. <XMLAttributes>
  2393. <XMLAttribute name="RS_dataType" output="no" value="3"/>
  2394. </XMLAttributes>
  2395. </dataItemLevelSet>
  2396. <dataItemMeasure name="Einsatz">
  2397. <dmMember>
  2398. <MUN>[V_Bestand].[Kennzahlen].[Einsatz]</MUN>
  2399. <itemCaption>Einsatz</itemCaption>
  2400. </dmMember>
  2401. <dmDimension>
  2402. <DUN>[V_Bestand].[Kennzahlen]</DUN>
  2403. <itemCaption>Kennzahlen</itemCaption>
  2404. </dmDimension>
  2405. <XMLAttributes>
  2406. <XMLAttribute name="RS_dataType" output="no" value="9"/>
  2407. </XMLAttributes>
  2408. </dataItemMeasure>
  2409. <dataItemLevelSet name="Standtagestaffel1">
  2410. <dmLevel>
  2411. <LUN>[V_Bestand].[Standtagestaffel].[Standtagestaffel].[Standtagestaffel1]</LUN>
  2412. <itemCaption>Standtagestaffel1</itemCaption>
  2413. </dmLevel>
  2414. <dmDimension>
  2415. <DUN>[V_Bestand].[Standtagestaffel]</DUN>
  2416. <itemCaption>Standtagestaffel</itemCaption>
  2417. </dmDimension>
  2418. <dmHierarchy>
  2419. <HUN>[V_Bestand].[Standtagestaffel].[Standtagestaffel]</HUN>
  2420. <itemCaption>Standtagestaffel</itemCaption>
  2421. </dmHierarchy>
  2422. <XMLAttributes>
  2423. <XMLAttribute name="RS_dataType" output="no" value="3"/>
  2424. </XMLAttributes>
  2425. </dataItemLevelSet>
  2426. <dataItemHierarchySet name="Fabrikat" rootMembersOnly="true">
  2427. <dmDimension>
  2428. <DUN>[V_Bestand].[Fabrikat]</DUN>
  2429. <itemCaption>Fabrikat</itemCaption>
  2430. </dmDimension>
  2431. <dmHierarchy>
  2432. <HUN>[V_Bestand].[Fabrikat].[Fabrikat]</HUN>
  2433. <itemCaption>Fabrikat</itemCaption>
  2434. </dmHierarchy>
  2435. <XMLAttributes>
  2436. <XMLAttribute name="RS_dataType" output="no" value="3"/>
  2437. </XMLAttributes>
  2438. </dataItemHierarchySet>
  2439. <dataItemMeasure name="Standtage">
  2440. <dmMember>
  2441. <MUN>[V_Bestand].[Kennzahlen].[Standtage]</MUN>
  2442. <itemCaption>Standtage</itemCaption>
  2443. </dmMember>
  2444. <dmDimension>
  2445. <DUN>[V_Bestand].[Kennzahlen]</DUN>
  2446. <itemCaption>Kennzahlen</itemCaption>
  2447. </dmDimension>
  2448. <XMLAttributes>
  2449. <XMLAttribute name="RS_dataType" output="no" value="9"/>
  2450. </XMLAttributes>
  2451. </dataItemMeasure>
  2452. <dataItemLevelSet name="Standort">
  2453. <dmLevel>
  2454. <LUN>[V_Bestand].[AH-Gruppe].[AH-Gruppe].[Standort]</LUN>
  2455. <itemCaption>Standort</itemCaption>
  2456. </dmLevel>
  2457. <dmDimension>
  2458. <DUN>[V_Bestand].[AH-Gruppe]</DUN>
  2459. <itemCaption>AH-Gruppe</itemCaption>
  2460. </dmDimension>
  2461. <dmHierarchy>
  2462. <HUN>[V_Bestand].[AH-Gruppe].[AH-Gruppe]</HUN>
  2463. <itemCaption>AH-Gruppe</itemCaption>
  2464. </dmHierarchy>
  2465. <XMLAttributes>
  2466. <XMLAttribute name="RS_dataType" output="no" value="3"/>
  2467. </XMLAttributes>
  2468. </dataItemLevelSet>
  2469. <dataItemLevelSet name="Hauptbetrieb">
  2470. <dmLevel>
  2471. <LUN>[V_Bestand].[AH-Gruppe].[AH-Gruppe].[Hauptbetrieb]</LUN>
  2472. <itemCaption>Hauptbetrieb</itemCaption>
  2473. </dmLevel>
  2474. <dmDimension>
  2475. <DUN>[V_Bestand].[AH-Gruppe]</DUN>
  2476. <itemCaption>AH-Gruppe</itemCaption>
  2477. </dmDimension>
  2478. <dmHierarchy>
  2479. <HUN>[V_Bestand].[AH-Gruppe].[AH-Gruppe]</HUN>
  2480. <itemCaption>AH-Gruppe</itemCaption>
  2481. </dmHierarchy>
  2482. <XMLAttributes>
  2483. <XMLAttribute name="RS_dataType" output="no" value="3"/>
  2484. </XMLAttributes>
  2485. </dataItemLevelSet>
  2486. <dataItemLevelSet name="Fabrikat2">
  2487. <dmLevel>
  2488. <LUN>[V_Bestand].[Fabrikat].[Fabrikat].[Fabrikat1]</LUN>
  2489. <itemCaption>Fabrikat1</itemCaption>
  2490. </dmLevel>
  2491. <dmDimension>
  2492. <DUN>[V_Bestand].[Fabrikat]</DUN>
  2493. <itemCaption>Fabrikat</itemCaption>
  2494. </dmDimension>
  2495. <dmHierarchy>
  2496. <HUN>[V_Bestand].[Fabrikat].[Fabrikat]</HUN>
  2497. <itemCaption>Fabrikat</itemCaption>
  2498. </dmHierarchy>
  2499. <XMLAttributes>
  2500. <XMLAttribute name="RS_dataType" output="no" value="3"/>
  2501. </XMLAttributes>
  2502. </dataItemLevelSet>
  2503. <dataItemDimensionalEdgeSummary aggregateMethod="total" label="Summe" name="Summe(Standort)" refDataItem="Standort" solveOrder="1">
  2504. <dmDimension>
  2505. <DUN>[V_Bestand].[AH-Gruppe]</DUN>
  2506. <itemCaption>AH-Gruppe</itemCaption>
  2507. </dmDimension>
  2508. <dmHierarchy>
  2509. <HUN>[V_Bestand].[AH-Gruppe].[AH-Gruppe]</HUN>
  2510. <itemCaption>AH-Gruppe</itemCaption>
  2511. </dmHierarchy>
  2512. <XMLAttributes>
  2513. <XMLAttribute name="RS_dataType" output="no" value="3"/>
  2514. </XMLAttributes>
  2515. </dataItemDimensionalEdgeSummary>
  2516. <dataItem name="chdNeuwagen">
  2517. <expression>children([Gesamt])</expression>
  2518. <XMLAttributes>
  2519. <XMLAttribute name="RS_dataType" output="no" value="3"/>
  2520. <XMLAttribute name="RS_dataUsage" output="no" value="1"/>
  2521. <XMLAttribute name="RS_HUN" output="no" value="[V_Bestand].[Fahrzeugart].[Fahrzeugart]"/>
  2522. </XMLAttributes>
  2523. </dataItem>
  2524. </selection>
  2525. <detailFilters>
  2526. <detailFilter use="optional">
  2527. <filterExpression>[V_Bestand].[AH-Gruppe].[AH-Gruppe].[Hauptbetrieb] in( ?p_Mandant?)</filterExpression>
  2528. </detailFilter>
  2529. <detailFilter use="optional">
  2530. <filterExpression>[V_Bestand].[AH-Gruppe].[AH-Gruppe].[Standort] in( ?p_AH?)</filterExpression>
  2531. </detailFilter>
  2532. <detailFilter use="optional">
  2533. <filterExpression>[V_Bestand].[Fahrzeugart].[Fahrzeugart].[Fahrzeugart1] in(?p_Fahrzeugart?)</filterExpression>
  2534. </detailFilter>
  2535. <detailFilter use="optional">
  2536. <filterExpression>[V_Bestand].[Fabrikat].[Fabrikat].[Fabrikat1] in ( ?p_Fabrikat?)</filterExpression>
  2537. </detailFilter>
  2538. <detailFilter use="optional">
  2539. <filterExpression>[V_Bestand].[Fabrikat].[Fabrikat].[Model] in( ?p_Modell?)</filterExpression>
  2540. </detailFilter>
  2541. <detailFilter use="optional">
  2542. <filterExpression>[V_Bestand].[Lager / verkauft].[Lager / verkauft].[Lager / verkauft] in ( ?p_Lager_verkauft?)</filterExpression>
  2543. </detailFilter>
  2544. </detailFilters>
  2545. <slicer>
  2546. <slicerMemberSet>[Gesamt]</slicerMemberSet>
  2547. </slicer>
  2548. </query>
  2549. <query name="qry_Mandant">
  2550. <source>
  2551. <model/>
  2552. </source>
  2553. <selection>
  2554. <dataItemLevelSet name="Hauptbetrieb">
  2555. <dmLevel>
  2556. <LUN>[V_Bestand].[AH-Gruppe].[AH-Gruppe].[Hauptbetrieb]</LUN>
  2557. <itemCaption>Hauptbetrieb</itemCaption>
  2558. </dmLevel>
  2559. <dmDimension>
  2560. <DUN>[V_Bestand].[AH-Gruppe]</DUN>
  2561. <itemCaption>AH-Gruppe</itemCaption>
  2562. </dmDimension>
  2563. <dmHierarchy>
  2564. <HUN>[V_Bestand].[AH-Gruppe].[AH-Gruppe]</HUN>
  2565. <itemCaption>AH-Gruppe</itemCaption>
  2566. </dmHierarchy>
  2567. </dataItemLevelSet>
  2568. </selection>
  2569. </query>
  2570. <query name="qry_AH">
  2571. <source>
  2572. <model/>
  2573. </source>
  2574. <selection>
  2575. <dataItemLevelSet name="Standort">
  2576. <dmLevel>
  2577. <LUN>[V_Bestand].[AH-Gruppe].[AH-Gruppe].[Standort]</LUN>
  2578. <itemCaption>Standort</itemCaption>
  2579. </dmLevel>
  2580. <dmDimension>
  2581. <DUN>[V_Bestand].[AH-Gruppe]</DUN>
  2582. <itemCaption>AH-Gruppe</itemCaption>
  2583. </dmDimension>
  2584. <dmHierarchy>
  2585. <HUN>[V_Bestand].[AH-Gruppe].[AH-Gruppe]</HUN>
  2586. <itemCaption>AH-Gruppe</itemCaption>
  2587. </dmHierarchy>
  2588. </dataItemLevelSet>
  2589. </selection>
  2590. </query>
  2591. <query name="qry_Fahrzeugtyp">
  2592. <source>
  2593. <model/>
  2594. </source>
  2595. <selection>
  2596. <dataItemMember name="Neuwagen">
  2597. <dmMember>
  2598. <MUN>[V_Bestand].[Fahrzeugart].[Fahrzeugart].[Fahrzeugart1]-&gt;:[PC].[@MEMBER].[Neuwagen]</MUN>
  2599. <itemCaption>Neuwagen</itemCaption>
  2600. </dmMember>
  2601. <dmDimension>
  2602. <DUN>[V_Bestand].[Fahrzeugart]</DUN>
  2603. <itemCaption>Fahrzeugart</itemCaption>
  2604. </dmDimension>
  2605. <dmHierarchy>
  2606. <HUN>[V_Bestand].[Fahrzeugart].[Fahrzeugart]</HUN>
  2607. <itemCaption>Fahrzeugart</itemCaption>
  2608. </dmHierarchy>
  2609. </dataItemMember>
  2610. <dataItem name="chd_Neuwagen">
  2611. <expression>children([Neuwagen])</expression>
  2612. </dataItem>
  2613. </selection>
  2614. <slicer>
  2615. <slicerMemberSet>[Neuwagen]</slicerMemberSet>
  2616. </slicer>
  2617. </query>
  2618. <query name="qry_Kundenart">
  2619. <source>
  2620. <model/>
  2621. </source>
  2622. <selection>
  2623. <dataItemLevelSet name="Kundenart1">
  2624. <dmLevel>
  2625. <LUN>[V_Bestand].[Kundenart].[Kundenart].[Kundenart1]</LUN>
  2626. <itemCaption>Kundenart1</itemCaption>
  2627. </dmLevel>
  2628. <dmDimension>
  2629. <DUN>[V_Bestand].[Kundenart]</DUN>
  2630. <itemCaption>Kundenart</itemCaption>
  2631. </dmDimension>
  2632. <dmHierarchy>
  2633. <HUN>[V_Bestand].[Kundenart].[Kundenart]</HUN>
  2634. <itemCaption>Kundenart</itemCaption>
  2635. </dmHierarchy>
  2636. </dataItemLevelSet>
  2637. </selection>
  2638. </query>
  2639. <query name="qry_Tag">
  2640. <source>
  2641. <model/>
  2642. </source>
  2643. <selection>
  2644. <dataItem name="Aktueller Tag">
  2645. <expression>[V_Bestand].[Zeit].[Aktueller Tag].[Tag]</expression>
  2646. </dataItem>
  2647. </selection>
  2648. </query>
  2649. <query name="qry_Fabrikat">
  2650. <source>
  2651. <model/>
  2652. </source>
  2653. <selection>
  2654. <dataItemLevelSet name="Model">
  2655. <dmLevel>
  2656. <LUN>[V_Bestand].[Fabrikat].[Fabrikat].[Model]</LUN>
  2657. <itemCaption>Model</itemCaption>
  2658. </dmLevel>
  2659. <dmDimension>
  2660. <DUN>[V_Bestand].[Fabrikat]</DUN>
  2661. <itemCaption>Fabrikat</itemCaption>
  2662. </dmDimension>
  2663. <dmHierarchy>
  2664. <HUN>[V_Bestand].[Fabrikat].[Fabrikat]</HUN>
  2665. <itemCaption>Fabrikat</itemCaption>
  2666. </dmHierarchy>
  2667. </dataItemLevelSet>
  2668. <dataItemLevelSet name="Modell_Beschreibung">
  2669. <dmLevel>
  2670. <LUN>[V_Bestand].[Fabrikat].[Fabrikat].[Modell_Beschreibung]</LUN>
  2671. <itemCaption>Modell_Beschreibung</itemCaption>
  2672. </dmLevel>
  2673. <dmDimension>
  2674. <DUN>[V_Bestand].[Fabrikat]</DUN>
  2675. <itemCaption>Fabrikat</itemCaption>
  2676. </dmDimension>
  2677. <dmHierarchy>
  2678. <HUN>[V_Bestand].[Fabrikat].[Fabrikat]</HUN>
  2679. <itemCaption>Fabrikat</itemCaption>
  2680. </dmHierarchy>
  2681. </dataItemLevelSet>
  2682. <dataItem aggregate="none" name="Fabrikat1">
  2683. <expression>[V_Bestand].[Fabrikat].[Fabrikat].[Fabrikat1]</expression>
  2684. </dataItem>
  2685. </selection>
  2686. </query>
  2687. <query name="qry_Modell">
  2688. <source>
  2689. <model/>
  2690. </source>
  2691. <selection>
  2692. <dataItem name="members_Modell">
  2693. <expression>descendants([F_NW_GW_VK].[Fabrikat].[Fabrikat].[Fabrikat1];1)</expression>
  2694. </dataItem>
  2695. <dataItemLevelSet name="Fabrikat1">
  2696. <dmLevel>
  2697. <LUN>[F_NW_GW_VK].[Fabrikat].[Fabrikat].[Fabrikat1]</LUN>
  2698. <itemCaption>Fabrikat1</itemCaption>
  2699. </dmLevel>
  2700. <dmDimension>
  2701. <DUN>[F_NW_GW_VK].[Fabrikat]</DUN>
  2702. <itemCaption>Fabrikat</itemCaption>
  2703. </dmDimension>
  2704. <dmHierarchy>
  2705. <HUN>[F_NW_GW_VK].[Fabrikat].[Fabrikat]</HUN>
  2706. <itemCaption>Fabrikat</itemCaption>
  2707. </dmHierarchy>
  2708. </dataItemLevelSet>
  2709. <dataItemLevelSet name="Model">
  2710. <dmLevel>
  2711. <LUN>[F_NW_GW_VK].[Fabrikat].[Fabrikat].[Model]</LUN>
  2712. <itemCaption>Model</itemCaption>
  2713. </dmLevel>
  2714. <dmDimension>
  2715. <DUN>[F_NW_GW_VK].[Fabrikat]</DUN>
  2716. <itemCaption>Fabrikat</itemCaption>
  2717. </dmDimension>
  2718. <dmHierarchy>
  2719. <HUN>[F_NW_GW_VK].[Fabrikat].[Fabrikat]</HUN>
  2720. <itemCaption>Fabrikat</itemCaption>
  2721. </dmHierarchy>
  2722. </dataItemLevelSet>
  2723. <dataItemLevelSet name="Modell_Beschreibung">
  2724. <dmLevel>
  2725. <LUN>[V_Bestand].[Fabrikat].[Fabrikat].[Modell_Beschreibung]</LUN>
  2726. <itemCaption>Modell_Beschreibung</itemCaption>
  2727. </dmLevel>
  2728. <dmDimension>
  2729. <DUN>[V_Bestand].[Fabrikat]</DUN>
  2730. <itemCaption>Fabrikat</itemCaption>
  2731. </dmDimension>
  2732. <dmHierarchy>
  2733. <HUN>[V_Bestand].[Fabrikat].[Fabrikat]</HUN>
  2734. <itemCaption>Fabrikat</itemCaption>
  2735. </dmHierarchy>
  2736. </dataItemLevelSet>
  2737. </selection>
  2738. <detailFilters>
  2739. <detailFilter use="optional">
  2740. <filterExpression>[Fabrikat1] = ?p_Fabrikat?</filterExpression>
  2741. </detailFilter>
  2742. </detailFilters>
  2743. <memberSetStructure/>
  2744. </query>
  2745. <query name="qry_Lager_verkauft">
  2746. <source>
  2747. <model/>
  2748. </source>
  2749. <selection>
  2750. <dataItemLevelSet name="Lager / verkauft1">
  2751. <dmLevel>
  2752. <LUN>[V_Bestand].[Lager / verkauft].[Lager / verkauft].[Lager / verkauft1]</LUN>
  2753. <itemCaption>Lager / verkauft1</itemCaption>
  2754. </dmLevel>
  2755. <dmDimension>
  2756. <DUN>[V_Bestand].[Lager / verkauft]</DUN>
  2757. <itemCaption>Lager / verkauft</itemCaption>
  2758. </dmDimension>
  2759. <dmHierarchy>
  2760. <HUN>[V_Bestand].[Lager / verkauft].[Lager / verkauft]</HUN>
  2761. <itemCaption>Lager / verkauft</itemCaption>
  2762. </dmHierarchy>
  2763. </dataItemLevelSet>
  2764. </selection>
  2765. <memberSetStructure/>
  2766. </query>
  2767. </queries>
  2768. <classStyles>
  2769. <classStyle name="pg">
  2770. <CSS value="white-space:nowrap"/>
  2771. </classStyle>
  2772. <classStyle description="kreuztabelle gelb" label="kt_GELB" name="cls1">
  2773. <CSS value="padding:4px 5px 4px 6px;background-color:#FFE97E;line-break:strict"/>
  2774. </classStyle>
  2775. <classStyle description="kreuztabelle gelb" label="kt_GELB2" name="cls11">
  2776. <CSS value="padding:4px 5px 4px 6px;background-color:#FFE97E;line-break:strict"/>
  2777. </classStyle>
  2778. <classStyle description="kreuztabelle blau" label="kt_BLAU1" name="cls2">
  2779. <CSS value="padding:4px 5px 4px 6px;background-color:#CDD4DA;line-break:strict"/>
  2780. </classStyle>
  2781. <classStyle description="kreuztabelle blau" label="kt_BLAU2" name="cls3">
  2782. <CSS value="padding:4px 5px 4px 6px;background-color:#B1BCC7;line-break:strict"/>
  2783. </classStyle>
  2784. <classStyle description="kreuztabelle türkis" label="kt_BLAU3" name="cls4">
  2785. <CSS value="padding:4px 5px 4px 6px;background-color:#72889B;line-break:strict"/>
  2786. </classStyle>
  2787. <classStyle description="kreuztabelle türkis " label="kt_TUERKIS" name="cls5">
  2788. <CSS value="padding:4px 5px 4px 6px;background-color:#C7DEE7;line-break:strict"/>
  2789. </classStyle>
  2790. <classStyle description="kreuztabelle grün" label="kt_GRUEN1" name="cls6">
  2791. <CSS value="padding:4px 5px 4px 6px;background-color:#A5B98D;line-break:strict"/>
  2792. </classStyle>
  2793. <classStyle label="Hintergrund" name="cls14">
  2794. <CSS value="background-color:#C3CCD4"/>
  2795. </classStyle>
  2796. <classStyle description="kreuztabelle grün" label="kt_GRUEN2" name="cls7">
  2797. <CSS value="padding:4px 5px 4px 6px;background-color:#8EA375;line-break:strict"/>
  2798. </classStyle>
  2799. <classStyle description="kreuztabelle orange" label="kt_ORANGE" name="cls8">
  2800. <CSS value="padding:4px 5px 4px 6px;background-color:#E98751;line-break:strict"/>
  2801. </classStyle>
  2802. <classStyle description="kreuztabelle rot" label="kt_ROT1" name="cls9">
  2803. <CSS value="padding:4px 5px 4px 6px;background-color:#B10F2E;line-break:strict"/>
  2804. </classStyle>
  2805. <classStyle description="kreuztabelle rot" label="kt_ROT2" name="cls10">
  2806. <CSS value="padding:4px 5px 4px 6px;background-color:#E60606;line-break:strict"/>
  2807. </classStyle>
  2808. <classStyle description="kreuztabelle rot" label="kt_GRAU" name="cls15">
  2809. <CSS value="padding:4px 5px 4px 6px;background-color:#D3D3D3;line-break:strict"/>
  2810. </classStyle>
  2811. <classStyle label="Kopfzeilenfaktzelle für Kreuztabelle1" name="cls12">
  2812. <CSS value="display:block"/>
  2813. <generatedBackground>
  2814. <fill>
  2815. <linearGradient>
  2816. <gradientColor/>
  2817. <gradientColor colorPosition="100" gradientColor="white"/>
  2818. </linearGradient>
  2819. </fill>
  2820. <dropShadow/>
  2821. <border allowTransparentBleed="true" cornerRadius="2pt"/>
  2822. </generatedBackground>
  2823. </classStyle>
  2824. <classStyle label="Kopfzeilenzelle für Kreuztabelle1" name="cls13">
  2825. <CSS value="padding:4px 5px 4px 6px;color:#E98751;font-weight:bold;vertical-align:top;background-color:transparent;border:1px solid silver"/>
  2826. <generatedBackground>
  2827. <fill>
  2828. <linearGradient>
  2829. <gradientColor gradientColor="lime"/>
  2830. </linearGradient>
  2831. </fill>
  2832. </generatedBackground>
  2833. </classStyle>
  2834. <classStyle label="Eingabeaufforderungsschaltfläche1" name="cls16">
  2835. <CSS value="padding:0px 24px 0px 24px;margin-left:0px;background-color:rgb(255, 255, 255);color:#3E5C76;font-size:14px;text-align:center;white-space:nowrap;line-height:25px;overflow:hidden"/>
  2836. <generatedBackground>
  2837. <border borderColor="#E98751"/>
  2838. </generatedBackground>
  2839. </classStyle>
  2840. <classStyle name="lg">
  2841. <CSS value="direction:auto;unicode-bidi:embed"/>
  2842. </classStyle>
  2843. <classStyle name="bp">
  2844. <CSS value="color:#3E5C76;border:0.5pt solid #3E5C76"/>
  2845. </classStyle>
  2846. <classStyle name="bph">
  2847. <CSS value="color:#3E5C76;background-color:#E98751;border:0.5pt solid #3E5C76"/>
  2848. </classStyle>
  2849. <classStyle name="GuidedLayoutLeftPadding">
  2850. <CSS value="padding-left:5px;border-top-width:1px;border-bottom-width:1px;border-left-width:1px;border-right-width:1px"/>
  2851. </classStyle>
  2852. <classStyle name="GuidedLayoutTopPadding">
  2853. <CSS value="padding-top:5px;border-top-width:1px;border-bottom-width:1px;border-left-width:1px;border-right-width:1px"/>
  2854. </classStyle>
  2855. <classStyle name="GuidedLayoutRightPadding">
  2856. <CSS value="padding-right:5px;border-top-width:1px;border-bottom-width:1px;border-left-width:1px;border-right-width:1px"/>
  2857. </classStyle>
  2858. <classStyle name="GuidedLayoutBottomPadding">
  2859. <CSS value="padding-bottom:5px;border-top-width:1px;border-bottom-width:1px;border-left-width:1px;border-right-width:1px"/>
  2860. </classStyle>
  2861. <classStyle name="GuidedLayoutMargin">
  2862. <CSS value="margin-bottom:10px"/>
  2863. </classStyle>
  2864. </classStyles>
  2865. <namedConditionalStyles>
  2866. <advancedConditionalStyle name="Bedingter Stil 7">
  2867. <styleCases>
  2868. <styleCase>
  2869. <style>
  2870. <CSS value="background-color:#C3CCD4"/>
  2871. </style>
  2872. <reportCondition>(ReportOutput() contains &quot;HTML&quot;) </reportCondition>
  2873. </styleCase>
  2874. </styleCases>
  2875. <styleDefault>
  2876. <style>
  2877. <CSS value="background-color:white"/>
  2878. </style>
  2879. </styleDefault>
  2880. </advancedConditionalStyle>
  2881. <advancedConditionalStyle name="CV&lt;0_Gelb">
  2882. <styleCases>
  2883. <styleCase>
  2884. <style>
  2885. <defaultStyles>
  2886. <defaultStyle refStyle="pd_4"/>
  2887. </defaultStyles>
  2888. <CSS value="background-color:#FFE97E"/>
  2889. </style>
  2890. <reportCondition>CellValue () &lt; 0</reportCondition>
  2891. </styleCase>
  2892. </styleCases>
  2893. <styleDefault>
  2894. <style>
  2895. <CSS value="background-color:#FFE97E"/>
  2896. </style>
  2897. </styleDefault>
  2898. </advancedConditionalStyle>
  2899. <advancedConditionalStyle name="CV&lt;0_Blau">
  2900. <styleCases>
  2901. <styleCase>
  2902. <style>
  2903. <defaultStyles>
  2904. <defaultStyle refStyle="pd_4"/>
  2905. </defaultStyles>
  2906. <CSS value="background-color:#C7DEE7"/>
  2907. </style>
  2908. <reportCondition>CellValue() &lt; 0</reportCondition>
  2909. </styleCase>
  2910. </styleCases>
  2911. <styleDefault>
  2912. <style>
  2913. <CSS value="background-color:#C7DEE7"/>
  2914. </style>
  2915. </styleDefault>
  2916. </advancedConditionalStyle>
  2917. <advancedConditionalStyle name="DB1&lt;0_Grau">
  2918. <styleCases>
  2919. <styleCase>
  2920. <style>
  2921. <defaultStyles>
  2922. <defaultStyle refStyle="pd_4"/>
  2923. </defaultStyles>
  2924. <CSS value="background-color:#B1BCC7"/>
  2925. </style>
  2926. <reportCondition>CellValue() &lt; 0</reportCondition>
  2927. </styleCase>
  2928. </styleCases>
  2929. <styleDefault>
  2930. <style>
  2931. <CSS value="background-color:#B1BCC7"/>
  2932. </style>
  2933. </styleDefault>
  2934. </advancedConditionalStyle>
  2935. <advancedConditionalStyle name="Bedingter Stil 2">
  2936. <styleCases>
  2937. <styleCase>
  2938. <reportCondition>(ReportOutput() contains &quot;PDF&quot;) </reportCondition>
  2939. </styleCase>
  2940. </styleCases>
  2941. <styleDefault>
  2942. <style>
  2943. <CSS value="color:white"/>
  2944. </style>
  2945. </styleDefault>
  2946. </advancedConditionalStyle>
  2947. <advancedConditionalStyle name="letzte_13_Monate">
  2948. <styleCases>
  2949. <styleCase>
  2950. <reportCondition>ParamDisplayValue(&quot;p_Auswahl_Monate&quot;) is not null</reportCondition>
  2951. </styleCase>
  2952. </styleCases>
  2953. <styleDefault>
  2954. <style>
  2955. <CSS value="display:none"/>
  2956. </style>
  2957. </styleDefault>
  2958. </advancedConditionalStyle>
  2959. </namedConditionalStyles>
  2960. <reportVariables>
  2961. <reportVariable name="b_Anzeige_Tag" type="boolean">
  2962. <reportExpression>ParamDisplayValue(&quot;p_Zeit&quot;) is null</reportExpression>
  2963. <variableValues>
  2964. <variableValue value="1"/>
  2965. </variableValues>
  2966. </reportVariable>
  2967. <reportVariable name="b_Monat" type="boolean">
  2968. <reportExpression>ParamDisplayValue(&quot;p_Zeit&quot;) is null</reportExpression>
  2969. <variableValues>
  2970. <variableValue value="1"/>
  2971. </variableValues>
  2972. </reportVariable>
  2973. <reportVariable name="b_Footer" type="boolean">
  2974. <reportExpression>(ReportOutput() contains &quot;PDF&quot;)
  2975. </reportExpression>
  2976. <variableValues>
  2977. <variableValue value="1"/>
  2978. </variableValues>
  2979. </reportVariable>
  2980. </reportVariables>
  2981. </report>