<?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 in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Line-chart/m-p/1290440#M860512</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Anil, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If we use this Formula in an expression it will return only the current month data.&amp;nbsp; I want to show the last 12 month trend of these top products. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 22 Jan 2017 03:57:25 GMT</pubDate>
    <dc:creator />
    <dc:date>2017-01-22T03:57:25Z</dc:date>
    <item>
      <title>Line chart</title>
      <link>https://community.qlik.com/t5/QlikView/Line-chart/m-p/1290438#M860510</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi guys, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to show last 12 month sales of products&amp;nbsp; based on the top 5 products sold in the current month. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Line-chart/m-p/1290438#M860510</guid>
      <dc:creator />
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Line chart</title>
      <link>https://community.qlik.com/t5/QlikView/Line-chart/m-p/1290439#M860511</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Sum({&amp;lt;Products = {'$(=Rank(products)&amp;lt;=5)'}, month = {'$(=AddYears(Max(month),-1))'}&amp;gt;} sales)&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 21 Jan 2017 20:03:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Line-chart/m-p/1290439#M860511</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2017-01-21T20:03:56Z</dc:date>
    </item>
    <item>
      <title>Re: Line chart</title>
      <link>https://community.qlik.com/t5/QlikView/Line-chart/m-p/1290440#M860512</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Anil, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If we use this Formula in an expression it will return only the current month data.&amp;nbsp; I want to show the last 12 month trend of these top products. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 22 Jan 2017 03:57:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Line-chart/m-p/1290440#M860512</guid>
      <dc:creator />
      <dc:date>2017-01-22T03:57:25Z</dc:date>
    </item>
    <item>
      <title>Re: Line chart</title>
      <link>https://community.qlik.com/t5/QlikView/Line-chart/m-p/1290441#M860513</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Sum({&amp;lt;Products = {"=Rank(Sum({&amp;lt;&lt;STRONG style="color: #ff0000; font-size: 13.3333px;"&gt;MonthYear&lt;/STRONG&gt; = {'$(=Date(Max(&lt;STRONG style="color: #ff0000; font-size: 13.3333px;"&gt;MonthYear&lt;/STRONG&gt;)))'}&amp;gt;}Sales)) &amp;lt; 6"}, &lt;STRONG style="color: #ff0000; font-size: 13.3333px;"&gt;MonthYear&lt;/STRONG&gt; = {"$(='&amp;gt;=' &amp;amp; Date(MonthStart(Max(&lt;SPAN style="color: #ff0000;"&gt;MonthYear&lt;/SPAN&gt;), -12)) &amp;amp; '&amp;lt;=' Date(Max(&lt;STRONG style="color: #ff0000; font-size: 13.3333px;"&gt;MonthYear&lt;/STRONG&gt;)))"}&amp;gt;} Sales)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here, create MonthYear field in the script like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD TempDate,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="color: #ff0000;"&gt;Date(MonthStart(TempDate)) as MonthYear&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;FROM ....&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 22 Jan 2017 18:47:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Line-chart/m-p/1290441#M860513</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-01-22T18:47:59Z</dc:date>
    </item>
    <item>
      <title>Re: Line chart</title>
      <link>https://community.qlik.com/t5/QlikView/Line-chart/m-p/1290442#M860514</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I like the way you derive solution... The most simplified form.. &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/cool.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Jan 2017 05:20:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Line-chart/m-p/1290442#M860514</guid>
      <dc:creator>rahulpawarb</dc:creator>
      <dc:date>2017-01-23T05:20:34Z</dc:date>
    </item>
    <item>
      <title>Re: Line chart</title>
      <link>https://community.qlik.com/t5/QlikView/Line-chart/m-p/1290443#M860515</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Would you mind, Please share the application?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Jan 2017 05:35:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Line-chart/m-p/1290443#M860515</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2017-01-23T05:35:38Z</dc:date>
    </item>
    <item>
      <title>Re: Line chart</title>
      <link>https://community.qlik.com/t5/QlikView/Line-chart/m-p/1290444#M860516</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Jan 2017 10:08:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Line-chart/m-p/1290444#M860516</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-01-23T10:08:08Z</dc:date>
    </item>
  </channel>
</rss>

