VC.01 Vertriebsperformance Toyota.xml 158 KB

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