Vertriebsperformance Renault-Dacia.xml 150 KB

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