<?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 Qlikview - How to create a line chart with selected item (Dimension: Product, selected by filters) and the other top 5 (Dimension: Product), all in the same chart? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Qlikview-How-to-create-a-line-chart-with-selected-item-Dimension/m-p/1317872#M408874</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Qlikview - How to create a line chart with selected item (Dimension: Product, selected by filters) and the other top 5 (Dimension: Product), all in the same chart?&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 19 Jun 2017 19:03:44 GMT</pubDate>
    <dc:creator />
    <dc:date>2017-06-19T19:03:44Z</dc:date>
    <item>
      <title>Qlikview - How to create a line chart with selected item (Dimension: Product, selected by filters) and the other top 5 (Dimension: Product), all in the same chart?</title>
      <link>https://community.qlik.com/t5/QlikView/Qlikview-How-to-create-a-line-chart-with-selected-item-Dimension/m-p/1317872#M408874</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Qlikview - How to create a line chart with selected item (Dimension: Product, selected by filters) and the other top 5 (Dimension: Product), all in the same chart?&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Jun 2017 19:03:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlikview-How-to-create-a-line-chart-with-selected-item-Dimension/m-p/1317872#M408874</guid>
      <dc:creator />
      <dc:date>2017-06-19T19:03:44Z</dc:date>
    </item>
    <item>
      <title>Re: Qlikview - How to create a line chart with selected item (Dimension: Product, selected by filters) and the other top 5 (Dimension: Product), all in the same chart?</title>
      <link>https://community.qlik.com/t5/QlikView/Qlikview-How-to-create-a-line-chart-with-selected-item-Dimension/m-p/1317873#M408875</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="text-decoration: line-through;"&gt;you could use a synthetic dimension&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-decoration: line-through;"&gt;for example valuelist('Selection','Top5')&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-decoration: line-through;"&gt;and then an expression something like that&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-decoration: line-through;"&gt;if(valuelist('Selection','Top5')='Selection',&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-decoration: line-through;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; //Selection&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-decoration: line-through;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; sum(YourFIELD),&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-decoration: line-through;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; //top 5 ingnored selection&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-decoration: line-through;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; sum({1&amp;lt;&amp;nbsp; YourFIELD={"=Rank(sum(YourField),4)&amp;lt;=5"}&amp;nbsp; &amp;gt; } YourFIELD)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-decoration: line-through;"&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-decoration: line-through;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;I think I was wrong, you can just use 2 separate expression like that&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; sum(YourFIELD)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; sum({1&amp;lt;&amp;nbsp; YourFIELD={"=Rank(sum(YourField),4)&amp;lt;=5"}&amp;nbsp; &amp;gt; } YourFIELD)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Jun 2017 19:10:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlikview-How-to-create-a-line-chart-with-selected-item-Dimension/m-p/1317873#M408875</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-06-19T19:10:11Z</dc:date>
    </item>
    <item>
      <title>Re: Qlikview - How to create a line chart with selected item (Dimension: Product, selected by filters) and the other top 5 (Dimension: Product), all in the same chart?</title>
      <link>https://community.qlik.com/t5/QlikView/Qlikview-How-to-create-a-line-chart-with-selected-item-Dimension/m-p/1317874#M408876</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Robin, Thanks! &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Would be possible Top 5 - item by item together with the item selected? (6 lines)&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Jun 2017 19:21:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlikview-How-to-create-a-line-chart-with-selected-item-Dimension/m-p/1317874#M408876</guid>
      <dc:creator />
      <dc:date>2017-06-19T19:21:34Z</dc:date>
    </item>
    <item>
      <title>Re: Qlikview - How to create a line chart with selected item (Dimension: Product, selected by filters) and the other top 5 (Dimension: Product), all in the same chart?</title>
      <link>https://community.qlik.com/t5/QlikView/Qlikview-How-to-create-a-line-chart-with-selected-item-Dimension/m-p/1317875#M408877</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if(&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; rank(total sum(YourField),4)&amp;lt;=5,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; sum(YourField)&lt;/P&gt;&lt;P&gt;)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;----------------&lt;/P&gt;&lt;P&gt;total is optional&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Jun 2017 16:54:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlikview-How-to-create-a-line-chart-with-selected-item-Dimension/m-p/1317875#M408877</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-06-20T16:54:45Z</dc:date>
    </item>
  </channel>
</rss>

