<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Daten filtern in Pivottabellen in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Daten-filtern-in-Pivottabellen/m-p/501052#M187240</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try&amp;nbsp; this&amp;nbsp; dimension side&lt;/P&gt;&lt;P&gt;aggr(if(Rang&amp;gt;2,Rang),Rang)&lt;/P&gt;&lt;P&gt;and in expression used other fields&lt;/P&gt;&lt;P&gt;if you want other fields on the basis of this like &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Artikel&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;then &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;aggr(if(Rang&amp;gt;2,&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Artikel&lt;/SPAN&gt;),Rang)&lt;/P&gt;&lt;P&gt;in label side write this&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Artikel&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;hope it helps&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 10 Sep 2013 06:52:46 GMT</pubDate>
    <dc:creator>er_mohit</dc:creator>
    <dc:date>2013-09-10T06:52:46Z</dc:date>
    <item>
      <title>Daten filtern in Pivottabellen</title>
      <link>https://community.qlik.com/t5/QlikView/Daten-filtern-in-Pivottabellen/m-p/501051#M187239</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;BR /&gt;in meinem Datenmodell verwende ich die Tabellen "Artikel" und "Preisliste". Die Verbindung folgt über die Artikelnummer, zu einem Artikel kann es n Preislisteneinträge geben mit unterschiedlichem Gültigkeitszeitraum.&lt;BR /&gt;Artikel&amp;nbsp;&amp;nbsp; Gültig ab&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Preis&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Rang&lt;BR /&gt;4711&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 01.01.2013&amp;nbsp;&amp;nbsp;&amp;nbsp; 122€&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1&lt;BR /&gt;4711&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 01.01.2012&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 115€&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2&lt;BR /&gt;4711&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 01.01.2011&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 109€&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 3&lt;BR /&gt;....&lt;/P&gt;&lt;P&gt;Ich möchte in der Pivottabelle nur die letzten zwei&amp;nbsp; Preise pro Artikel anzeigen. Wie kann ich alles was RANG &amp;gt; 2 hat ausblenden bzw. wegfiltern?&lt;BR /&gt;Danke vorab für die Hilfe&lt;BR /&gt;Wolfgang &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Sep 2013 06:31:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Daten-filtern-in-Pivottabellen/m-p/501051#M187239</guid>
      <dc:creator />
      <dc:date>2013-09-10T06:31:43Z</dc:date>
    </item>
    <item>
      <title>Re: Daten filtern in Pivottabellen</title>
      <link>https://community.qlik.com/t5/QlikView/Daten-filtern-in-Pivottabellen/m-p/501052#M187240</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try&amp;nbsp; this&amp;nbsp; dimension side&lt;/P&gt;&lt;P&gt;aggr(if(Rang&amp;gt;2,Rang),Rang)&lt;/P&gt;&lt;P&gt;and in expression used other fields&lt;/P&gt;&lt;P&gt;if you want other fields on the basis of this like &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Artikel&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;then &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;aggr(if(Rang&amp;gt;2,&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Artikel&lt;/SPAN&gt;),Rang)&lt;/P&gt;&lt;P&gt;in label side write this&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Artikel&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;hope it helps&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Sep 2013 06:52:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Daten-filtern-in-Pivottabellen/m-p/501052#M187240</guid>
      <dc:creator>er_mohit</dc:creator>
      <dc:date>2013-09-10T06:52:46Z</dc:date>
    </item>
    <item>
      <title>Re: Daten filtern in Pivottabellen</title>
      <link>https://community.qlik.com/t5/QlikView/Daten-filtern-in-Pivottabellen/m-p/501053#M187241</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hello mohit (and everybody else), &lt;/P&gt;&lt;P&gt;thanks for your answer. im total new with qlikview, so i could not really understand your solution. &lt;/P&gt;&lt;P&gt;i restate my question one more time in english.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;im using the tables "produkt" and "pricelist". one record of the table "Produkt " has n records in the table "pricelist".   &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this ist the data shown in a pivot-table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Produkt  Price effective from         Price     Ranking&lt;/P&gt;&lt;P&gt;4711          01.01.2013                 122€        1&lt;/P&gt;&lt;P&gt;4711          01.01.2012                 115€        2&lt;/P&gt;&lt;P&gt;4711           01.01.2011                109€        3&lt;/P&gt;&lt;P&gt;4711           01.01.2010                105€        4&lt;/P&gt;&lt;P&gt;4712          01.01.2013                 164€        1&lt;/P&gt;&lt;P&gt;4712          01.01.2012                 162€        2&lt;/P&gt;&lt;P&gt;4712           01.01.2011                157€        3&lt;/P&gt;&lt;P&gt;4712           01.01.2010                151€        4&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The Column "Ranking" is created by the following statement &lt;/P&gt;&lt;P&gt;Rank(V_PRLP.PRLD_DTVON)  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and now the challenge. i want to supress all lines in the Pivot-table where the Ranking is &amp;gt; 2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this is the data that shoud be shown in the table after supressing the lines&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Produkt  Price effective from         Price     Ranking&lt;/P&gt;&lt;P&gt;4711          01.01.2013                 122€        1&lt;/P&gt;&lt;P&gt;4711          01.01.2012                 115€        2&lt;/P&gt;&lt;P&gt;4712          01.01.2013                 164€        1&lt;/P&gt;&lt;P&gt;4712          01.01.2012                 162€        2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i hope i could explain my problem now and maybe you can help me one more time?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thank you very mutch&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;wolfgang&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Sep 2013 13:53:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Daten-filtern-in-Pivottabellen/m-p/501053#M187241</guid>
      <dc:creator />
      <dc:date>2013-09-10T13:53:35Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Daten filtern in Pivottabellen</title>
      <link>https://community.qlik.com/t5/QlikView/Daten-filtern-in-Pivottabellen/m-p/501054#M187242</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hallo Wolfgang,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you can define the ranking in the script. Then is is easier to filter in the pivot table&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;find attached exemple&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;Bumin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 19 Jan 2014 15:14:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Daten-filtern-in-Pivottabellen/m-p/501054#M187242</guid>
      <dc:creator>bumin</dc:creator>
      <dc:date>2014-01-19T15:14:47Z</dc:date>
    </item>
  </channel>
</rss>

