GW.08 Bestandsübersicht Gebrauchtwagen.xml 140 KB

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