<?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: Line Chart Top 20 Customer Sales in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Line-Chart-Top-20-Customer-Sales/m-p/1750877#M506162</link>
    <description>&lt;P&gt;Hi Edwin&lt;/P&gt;&lt;P&gt;I actually have 7 expressions. and all of these need to consider the Top 20 Customer sales only.&lt;/P&gt;&lt;P&gt;I have added a comment which provides a little more detail on what I am trying to achieve&lt;/P&gt;</description>
    <pubDate>Fri, 09 Oct 2020 00:23:23 GMT</pubDate>
    <dc:creator>Louie</dc:creator>
    <dc:date>2020-10-09T00:23:23Z</dc:date>
    <item>
      <title>Line Chart Top 20 Customer Sales</title>
      <link>https://community.qlik.com/t5/QlikView/Line-Chart-Top-20-Customer-Sales/m-p/1750530#M506158</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;I have a request to show the top 20 Customer Sales, By Month on the x-Axis and Sales by Order Type on the y-Axis on a Line Chart. (Refer to screen shot)&lt;/P&gt;&lt;P&gt;One of the expressions to show "Hybris" Sales is as follows:&lt;/P&gt;&lt;P&gt;&lt;FONT size="4"&gt;=&lt;FONT color="#0000ff"&gt;SUM&lt;/FONT&gt;({&amp;lt;&lt;FONT color="#800000"&gt;[Order Type Code]&lt;/FONT&gt; = {'H*'}-{'HS'} &amp;gt;} &lt;FONT color="#800000"&gt;Value&lt;/FONT&gt; * &lt;FONT color="#800000"&gt;fSaleToInclude&lt;/FONT&gt;) &lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;My question is:&lt;/P&gt;&lt;P&gt;How do I limit the Sales value returned by the Expression to only Include the Top 20 Customer Sales for Hybris Orders?&lt;/P&gt;&lt;P&gt;Is this possible?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 08 Oct 2020 05:40:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Line-Chart-Top-20-Customer-Sales/m-p/1750530#M506158</guid>
      <dc:creator>Louie</dc:creator>
      <dc:date>2020-10-08T05:40:15Z</dc:date>
    </item>
    <item>
      <title>Re: Line Chart Top 20 Customer Sales</title>
      <link>https://community.qlik.com/t5/QlikView/Line-Chart-Top-20-Customer-Sales/m-p/1750765#M506159</link>
      <description>&lt;P&gt;have you tried using the dimension limit - set to 20, and move Hybris as the first expression&lt;/P&gt;</description>
      <pubDate>Thu, 08 Oct 2020 15:08:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Line-Chart-Top-20-Customer-Sales/m-p/1750765#M506159</guid>
      <dc:creator>edwin</dc:creator>
      <dc:date>2020-10-08T15:08:54Z</dc:date>
    </item>
    <item>
      <title>Re: Line Chart Top 20 Customer Sales</title>
      <link>https://community.qlik.com/t5/QlikView/Line-Chart-Top-20-Customer-Sales/m-p/1750770#M506160</link>
      <description>&lt;P&gt;add on, its actually based on which expression is sorted first.&amp;nbsp; the tow 20 will then depend on what is on top of your sort order.&amp;nbsp; if you use a straight table,&amp;nbsp; the top 20 will depend on which expression the user clicks in interactive sort&lt;/P&gt;</description>
      <pubDate>Thu, 08 Oct 2020 15:13:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Line-Chart-Top-20-Customer-Sales/m-p/1750770#M506160</guid>
      <dc:creator>edwin</dc:creator>
      <dc:date>2020-10-08T15:13:41Z</dc:date>
    </item>
    <item>
      <title>Re: Line Chart Top 20 Customer Sales</title>
      <link>https://community.qlik.com/t5/QlikView/Line-Chart-Top-20-Customer-Sales/m-p/1750876#M506161</link>
      <description>&lt;P&gt;I need to add more detail so that what I want to achieve is a little clearer.&lt;/P&gt;&lt;P&gt;The Line chart contains 7 Expressions: (I have added another screen shot)&lt;/P&gt;&lt;P&gt;&lt;FONT size="3"&gt;Hybirs = &lt;FONT color="#0000ff"&gt;SUM&lt;/FONT&gt;({&amp;lt;&lt;FONT color="#800000"&gt;[Order Type Code]&lt;/FONT&gt; = {'H*'}-{'HS'} &amp;gt;} &lt;FONT color="#800000"&gt;Value&lt;/FONT&gt; * &lt;FONT color="#800000"&gt;fSaleToInclude&lt;/FONT&gt;) &lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="3"&gt;Normal =&amp;nbsp; &lt;FONT color="#0000ff"&gt;SUM&lt;/FONT&gt;({&amp;lt;&lt;FONT color="#800000"&gt;[Order Type Code]&lt;/FONT&gt; = {'NO'} &amp;gt;} &lt;FONT color="#800000"&gt;Value&lt;/FONT&gt; * &lt;FONT color="#800000"&gt;fSaleToInclude&lt;/FONT&gt;) &lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="3"&gt;eStore&amp;nbsp; = &lt;FONT color="#0000ff"&gt;SUM&lt;/FONT&gt;({&amp;lt;&lt;FONT color="#800000"&gt;[Order Type Code]&lt;/FONT&gt; = {'S*'} &amp;gt;} &lt;FONT color="#800000"&gt;Value&lt;/FONT&gt; * &lt;FONT color="#800000"&gt;fSaleToInclude&lt;/FONT&gt;) &lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="3"&gt;Credit/Returns =&lt;FONT color="#0000ff"&gt;fabs&lt;/FONT&gt;(&lt;FONT color="#0000ff"&gt;SUM&lt;/FONT&gt;({&amp;lt;&lt;FONT color="#800000"&gt;[Order Type Code]&lt;/FONT&gt; = {'RS', 'BR', 'CN', 'BP'} &amp;gt;} &lt;FONT color="#800000"&gt;Value&lt;/FONT&gt; * &lt;FONT color="#800000"&gt;fSaleToInclude&lt;/FONT&gt;)) &lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="3"&gt;CBD = &lt;FONT color="#0000ff"&gt;SUM&lt;/FONT&gt;({&amp;lt;&lt;FONT color="#800000"&gt;[Order Type]&lt;/FONT&gt; = {'*CBD*'} &amp;gt;} &lt;FONT color="#800000"&gt;Value&lt;/FONT&gt; * &lt;FONT color="#800000"&gt;fSaleToInclude&lt;/FONT&gt;)&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="3"&gt;Debitss = &lt;FONT color="#0000ff"&gt;SUM&lt;/FONT&gt;({&amp;lt;&lt;FONT color="#800000"&gt;[Order Type Code]&lt;/FONT&gt; = {'DN'} &amp;gt;} &lt;FONT color="#800000"&gt;Value&lt;/FONT&gt; * &lt;FONT color="#800000"&gt;fSaleToInclude&lt;/FONT&gt;)&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="3"&gt;Pick Ups = &lt;FONT color="#0000ff"&gt;SUM&lt;/FONT&gt;({&amp;lt;&lt;FONT color="#800000"&gt;[Order Type Code]&lt;/FONT&gt; = {'PE', 'PU', 'PS', 'PT'} &amp;gt;} &lt;FONT color="#800000"&gt;Value&lt;/FONT&gt; * &lt;FONT color="#800000"&gt;fSaleToInclude&lt;/FONT&gt;)&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="3"&gt;For each of these expressions , I only would like the top 20 Customer Sales for each Month returned.&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="3"&gt;E.g For Dimension on the x-axis = 2020-Sept, show the Sales value for each expression (which is working), but I also want to only consider the Top 20 Customer sales for Sept 2020 and so on for each other month.&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="3"&gt;I cannot use Dimension Limits for this scenario as this would only consider the top 20 for the first expression.&amp;nbsp;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 09 Oct 2020 00:20:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Line-Chart-Top-20-Customer-Sales/m-p/1750876#M506161</guid>
      <dc:creator>Louie</dc:creator>
      <dc:date>2020-10-09T00:20:41Z</dc:date>
    </item>
    <item>
      <title>Re: Line Chart Top 20 Customer Sales</title>
      <link>https://community.qlik.com/t5/QlikView/Line-Chart-Top-20-Customer-Sales/m-p/1750877#M506162</link>
      <description>&lt;P&gt;Hi Edwin&lt;/P&gt;&lt;P&gt;I actually have 7 expressions. and all of these need to consider the Top 20 Customer sales only.&lt;/P&gt;&lt;P&gt;I have added a comment which provides a little more detail on what I am trying to achieve&lt;/P&gt;</description>
      <pubDate>Fri, 09 Oct 2020 00:23:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Line-Chart-Top-20-Customer-Sales/m-p/1750877#M506162</guid>
      <dc:creator>Louie</dc:creator>
      <dc:date>2020-10-09T00:23:23Z</dc:date>
    </item>
    <item>
      <title>Re: Line Chart Top 20 Customer Sales</title>
      <link>https://community.qlik.com/t5/QlikView/Line-Chart-Top-20-Customer-Sales/m-p/1750891#M506163</link>
      <description>&lt;P&gt;if the requirement is to restrict all expressions with the top 20 of one of the expression, then i would first create a variable determining the top 20 based on a single expression, then use that to limit the customers in all the expressions in the chart.&lt;BR /&gt;&lt;BR /&gt;{&amp;lt; ....&amp;nbsp; &amp;nbsp;Customer={$(vTop20Customers)} ... &amp;gt;}&lt;BR /&gt;&lt;BR /&gt;the variable should use the following format:&lt;BR /&gt;&lt;BR /&gt;'xxxx', 'xxxx', 'xxxx'&lt;/P&gt;&lt;P&gt;use concat( distinct chr(39) &amp;amp; Customer &amp;amp; crh(39), ',')&amp;nbsp;&lt;/P&gt;&lt;P&gt;of course you need to add rank into it as set analysis:&lt;BR /&gt;&lt;BR /&gt;=concat(distinct&amp;nbsp; {&amp;lt;&lt;SPAN&gt;{&amp;lt;&lt;/SPAN&gt;&lt;FONT color="#800000"&gt;[Order Type Code]&lt;/FONT&gt;&lt;SPAN&gt;&amp;nbsp;= {'H*'}-{'HS'} &amp;gt;},&amp;nbsp;&lt;/SPAN&gt;Customer={"=rank(&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;FONT color="#0000ff"&gt;SUM&lt;/FONT&gt;&lt;SPAN&gt;({&amp;lt;&lt;/SPAN&gt;&lt;FONT color="#800000"&gt;[Order Type Code]&lt;/FONT&gt;&lt;SPAN&gt;&amp;nbsp;= {'H*'}-{'HS'} &amp;gt;}&amp;nbsp;&lt;/SPAN&gt;&lt;FONT color="#800000"&gt;Value&lt;/FONT&gt;&lt;SPAN&gt;&amp;nbsp;*&amp;nbsp;&lt;/SPAN&gt;&lt;FONT color="#800000"&gt;fSaleToInclude&lt;/FONT&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;)&amp;lt;=20"}&amp;gt;} chr(39) &amp;amp; Customer &amp;amp; chr(39) ,',')&lt;/P&gt;</description>
      <pubDate>Fri, 09 Oct 2020 03:00:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Line-Chart-Top-20-Customer-Sales/m-p/1750891#M506163</guid>
      <dc:creator>edwin</dc:creator>
      <dc:date>2020-10-09T03:00:21Z</dc:date>
    </item>
    <item>
      <title>Re: Line Chart Top 20 Customer Sales</title>
      <link>https://community.qlik.com/t5/QlikView/Line-Chart-Top-20-Customer-Sales/m-p/1750892#M506164</link>
      <description>&lt;P&gt;&lt;SPAN&gt;=concat(distinct &lt;/SPAN&gt;&lt;SPAN&gt;{&amp;lt;&lt;/SPAN&gt;&lt;FONT color="#800000"&gt;[Order Type Code]&lt;/FONT&gt;&lt;SPAN&gt;&amp;nbsp;= {'H*'}-{'HS'} &amp;gt;},&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;Customer={"=rank(&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;FONT color="#0000ff"&gt;SUM&lt;/FONT&gt;&lt;SPAN&gt;({&amp;lt;&lt;/SPAN&gt;&lt;FONT color="#800000"&gt;[Order Type Code]&lt;/FONT&gt;&lt;SPAN&gt;&amp;nbsp;= {'H*'}-{'HS'} &amp;gt;}&amp;nbsp;&lt;/SPAN&gt;&lt;FONT color="#800000"&gt;Value&lt;/FONT&gt;&lt;SPAN&gt;&amp;nbsp;*&amp;nbsp;&lt;/SPAN&gt;&lt;FONT color="#800000"&gt;fSaleToInclude&lt;/FONT&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;SPAN&gt;)&amp;lt;=20"}&amp;gt;} chr(39) &amp;amp; Customer &amp;amp; chr(39) ,',')&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 09 Oct 2020 03:01:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Line-Chart-Top-20-Customer-Sales/m-p/1750892#M506164</guid>
      <dc:creator>edwin</dc:creator>
      <dc:date>2020-10-09T03:01:50Z</dc:date>
    </item>
    <item>
      <title>Re: Line Chart Top 20 Customer Sales</title>
      <link>https://community.qlik.com/t5/QlikView/Line-Chart-Top-20-Customer-Sales/m-p/1751392#M506165</link>
      <description>&lt;P&gt;Hi Edwin&lt;/P&gt;&lt;P&gt;I have applied your suggestion:&lt;/P&gt;&lt;P&gt;This is the expression I now have, however, it is returning zero values:&lt;/P&gt;&lt;P&gt;&lt;FONT size="4"&gt;=&lt;FONT color="#0000ff"&gt;sum&lt;/FONT&gt;({&amp;lt; &lt;FONT color="#800000"&gt;[Order Group]&lt;/FONT&gt; = {'Hybris'}, &lt;FONT color="#800000"&gt;[Order Type Code]&lt;/FONT&gt; =-{'HS'}, &lt;FONT color="#800000"&gt;[Order Type]&lt;/FONT&gt; =, &lt;FONT color="#800000"&gt;[Order Type Desc]&lt;/FONT&gt; =, &lt;FONT color="#800000"&gt;[Customer ID]&lt;/FONT&gt; = {&lt;STRONG&gt;&lt;I&gt;&lt;FONT color="#808080"&gt;$(=concat(Distinct {&amp;lt; rank( SUM({&amp;lt;[Order Group] = {'Hybris'}, [Order Type Code] =- {'HS'}, [Order Type]=, [Order Type Desc]= &amp;gt;} Value * fSaleToInclude))&amp;lt;=20} &amp;gt;} chr(39) &amp;amp; [Customer ID] &amp;amp; chr(39),',') )&lt;/FONT&gt;&lt;/I&gt;&lt;/STRONG&gt;&lt;/FONT&gt;&lt;FONT size="1"&gt;&lt;FONT size="4"&gt;} &amp;gt;} Value * fSaleToInclude)&lt;/FONT&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="4"&gt;Can you advise where I have gone wrong?&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="4"&gt;Note that the following expression is working but does not consider the top 20.&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="4"&gt;=&lt;FONT color="#0000ff"&gt;sum&lt;/FONT&gt;({&amp;lt; &lt;FONT color="#800000"&gt;[Order Group]&lt;/FONT&gt; = {'Hybris'}, &lt;FONT color="#800000"&gt;[Order Type Code]&lt;/FONT&gt; =-{'HS'}, &lt;FONT color="#800000"&gt;[Order Type]&lt;/FONT&gt; =, &lt;FONT color="#800000"&gt;[Order Type Desc]&lt;/FONT&gt; =, &lt;FONT color="#800000"&gt;[Customer ID]&lt;/FONT&gt; = {&lt;STRONG&gt;&lt;I&gt;&lt;FONT color="#808080"&gt;$(=concat(Distinct {&amp;lt;[Order Group] = {'Hybris'}, [Order Type Code] =-{'HS'}, [Order Type] =, [Order Type Desc] = &amp;gt;} chr(39) &amp;amp; [Customer ID] &amp;amp; chr(39),',') )&lt;/FONT&gt;&lt;/I&gt;&lt;/STRONG&gt;&lt;/FONT&gt;&lt;FONT size="1"&gt;&lt;FONT size="4"&gt;} &amp;gt;} Value * fSaleToInclude)&lt;/FONT&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 12 Oct 2020 02:41:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Line-Chart-Top-20-Customer-Sales/m-p/1751392#M506165</guid>
      <dc:creator>Louie</dc:creator>
      <dc:date>2020-10-12T02:41:54Z</dc:date>
    </item>
    <item>
      <title>Re: Line Chart Top 20 Customer Sales</title>
      <link>https://community.qlik.com/t5/QlikView/Line-Chart-Top-20-Customer-Sales/m-p/1751737#M506166</link>
      <description>&lt;P&gt;try it as a variable that is immediately calculated.&amp;nbsp; you want the determination of the top 20 outside of your chart.&amp;nbsp; if you include the determination of the top 20 inside your chart, the top 20 will be determined dynamically and you wont get teh result you need.&lt;/P&gt;&lt;P&gt;vTop20:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;=concat(distinct&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;{&amp;lt;&lt;/SPAN&gt;&lt;FONT color="#800000"&gt;[Order Type Code]&lt;/FONT&gt;&lt;SPAN&gt;&amp;nbsp;= {'H*'}-{'HS'} &amp;gt;},&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;Customer={"=rank(&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;FONT color="#0000ff"&gt;SUM&lt;/FONT&gt;&lt;SPAN&gt;({&amp;lt;&lt;/SPAN&gt;&lt;FONT color="#800000"&gt;[Order Type Code]&lt;/FONT&gt;&lt;SPAN&gt;&amp;nbsp;= {'H*'}-{'HS'} &amp;gt;}&amp;nbsp;&lt;/SPAN&gt;&lt;FONT color="#800000"&gt;Value&lt;/FONT&gt;&lt;SPAN&gt;&amp;nbsp;*&amp;nbsp;&lt;/SPAN&gt;&lt;FONT color="#800000"&gt;fSaleToInclude&lt;/FONT&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;SPAN&gt;)&amp;lt;=20"}&amp;gt;} chr(39) &amp;amp; Customer &amp;amp; chr(39) ,',')&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;dont forget the = sign so it is immediate.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;then in your expression&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;Customer={$(vTop20)}&amp;nbsp; - it almost becomes a static list.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;thats actually how you test it:&amp;nbsp; create a text box with&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;=vTop20&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;and you should see the top 20 in a comma separated list each enclosed with quotes&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 12 Oct 2020 23:48:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Line-Chart-Top-20-Customer-Sales/m-p/1751737#M506166</guid>
      <dc:creator>edwin</dc:creator>
      <dc:date>2020-10-12T23:48:32Z</dc:date>
    </item>
    <item>
      <title>Re: Line Chart Top 20 Customer Sales</title>
      <link>https://community.qlik.com/t5/QlikView/Line-Chart-Top-20-Customer-Sales/m-p/1755154#M506167</link>
      <description>&lt;P&gt;Just adding a couple of Design Blog posts that may be helpful too:&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/t5/Qlik-Design-Blog/Recipe-for-a-Pareto-Analysis/ba-p/1468497" target="_blank"&gt;https://community.qlik.com/t5/Qlik-Design-Blog/Recipe-for-a-Pareto-Analysis/ba-p/1468497&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/t5/Qlik-Design-Blog/Recipe-for-a-Pareto-Analysis-Revisited/ba-p/1473684" target="_blank"&gt;https://community.qlik.com/t5/Qlik-Design-Blog/Recipe-for-a-Pareto-Analysis-Revisited/ba-p/1473684&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;BR /&gt;Brett&lt;/P&gt;</description>
      <pubDate>Thu, 22 Oct 2020 19:25:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Line-Chart-Top-20-Customer-Sales/m-p/1755154#M506167</guid>
      <dc:creator>Brett_Bleess</dc:creator>
      <dc:date>2020-10-22T19:25:17Z</dc:date>
    </item>
  </channel>
</rss>

