VC.04 Vertriebsperformance Dacia.xml 148 KB

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