NW.08 Bestandsübersicht Neuwagen.xml 160 KB

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