<?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: Products sales from launch date in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Products-sales-from-launch-date/m-p/1117017#M368602</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Elegant solution. I tried using Only instead of Min, but couldn't make it work out...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks again!! &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 30 Aug 2016 21:18:38 GMT</pubDate>
    <dc:creator>kira_whopper</dc:creator>
    <dc:date>2016-08-30T21:18:38Z</dc:date>
    <item>
      <title>Products sales from launch date</title>
      <link>https://community.qlik.com/t5/QlikView/Products-sales-from-launch-date/m-p/1117011#M368596</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi there,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm having issue regarding the following situation:&lt;/P&gt;&lt;P&gt;I need to show in a line chart or straight table the sales of each product starting from it's launch date.&lt;/P&gt;&lt;P&gt;The rules are:&lt;BR /&gt;- Chart/Table must consider only Products with Launch Date more recent then 24 months;&lt;/P&gt;&lt;P&gt;- Each line/row mus show the Sales value of the product's respective month. For example, Product1, released in 2016-01, will show in "Sales 1st Month" the Sales of 2016-01, Product2, release in 2015-08, will show in "Sales 1st Month" the Sales of 2015-08. The obective is to compare each product's start among the market.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm sending attached a qvw file and a xls sheet with an example of what I need.&lt;/P&gt;&lt;P&gt;In the qvw bottom, there are 5 straight tables with what I need to do. &lt;/P&gt;&lt;P&gt;Then, in the middle there's a straight table titled "Launch Sales", which should display all the products with the respective sales for each, from the 1st to the 6th month after its launch date.&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>Tue, 30 Aug 2016 17:21:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Products-sales-from-launch-date/m-p/1117011#M368596</guid>
      <dc:creator>kira_whopper</dc:creator>
      <dc:date>2016-08-30T17:21:43Z</dc:date>
    </item>
    <item>
      <title>Re: Products sales from launch date</title>
      <link>https://community.qlik.com/t5/QlikView/Products-sales-from-launch-date/m-p/1117012#M368597</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is this what the goal is?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/136034_Capture.PNG" style="height: 125px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Aug 2016 18:21:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Products-sales-from-launch-date/m-p/1117012#M368597</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-08-30T18:21:22Z</dc:date>
    </item>
    <item>
      <title>Re: Products sales from launch date</title>
      <link>https://community.qlik.com/t5/QlikView/Products-sales-from-launch-date/m-p/1117013#M368598</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks a lot, that's exactly it!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In my case, I need to show 1st month, even if it's 0, so my expression went like this:&lt;/P&gt;&lt;P&gt;FirstSortedValue(Aggr(Sum(SalesValue), SKU, [Launch Date SKU], SalesDate),&lt;/P&gt;&lt;P&gt;Aggr(Min(SalesDate), SKU, [Launch Date SKU], SalesDate))&lt;/P&gt;&lt;P&gt;withou the if&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;o/&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Aug 2016 19:05:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Products-sales-from-launch-date/m-p/1117013#M368598</guid>
      <dc:creator>kira_whopper</dc:creator>
      <dc:date>2016-08-30T19:05:46Z</dc:date>
    </item>
    <item>
      <title>Re: Products sales from launch date</title>
      <link>https://community.qlik.com/t5/QlikView/Products-sales-from-launch-date/m-p/1117014#M368599</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Awesome &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;I am glad it helped you move in the right direction.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;Sunny&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Aug 2016 19:06:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Products-sales-from-launch-date/m-p/1117014#M368599</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-08-30T19:06:30Z</dc:date>
    </item>
    <item>
      <title>Re: Products sales from launch date</title>
      <link>https://community.qlik.com/t5/QlikView/Products-sales-from-launch-date/m-p/1117015#M368600</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi again, Sunny...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any ideas on how to make it work keeping one value of Year/Month or SalesDate selected?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Aug 2016 20:37:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Products-sales-from-launch-date/m-p/1117015#M368600</guid>
      <dc:creator>kira_whopper</dc:creator>
      <dc:date>2016-08-30T20:37:26Z</dc:date>
    </item>
    <item>
      <title>Re: Products sales from launch date</title>
      <link>https://community.qlik.com/t5/QlikView/Products-sales-from-launch-date/m-p/1117016#M368601</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Like the attached?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/136038_Capture.PNG" style="height: 122px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Aug 2016 20:46:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Products-sales-from-launch-date/m-p/1117016#M368601</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-08-30T20:46:03Z</dc:date>
    </item>
    <item>
      <title>Re: Products sales from launch date</title>
      <link>https://community.qlik.com/t5/QlikView/Products-sales-from-launch-date/m-p/1117017#M368602</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Elegant solution. I tried using Only instead of Min, but couldn't make it work out...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks again!! &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Aug 2016 21:18:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Products-sales-from-launch-date/m-p/1117017#M368602</guid>
      <dc:creator>kira_whopper</dc:creator>
      <dc:date>2016-08-30T21:18:38Z</dc:date>
    </item>
    <item>
      <title>Re: Products sales from launch date</title>
      <link>https://community.qlik.com/t5/QlikView/Products-sales-from-launch-date/m-p/1117018#M368603</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You tried Only here?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;FirstSortedValue({&amp;lt;SalesDate = {"$(='&amp;gt;=' &amp;amp; &lt;SPAN style="color: #ff0000;"&gt;Min&lt;/SPAN&gt;(SalesDate))"}, SalesMonth, SalesYear&amp;gt;}Aggr(Sum({&amp;lt;SalesDate = {"$(='&amp;gt;=' &amp;amp; &lt;STRONG style="color: #ff0000; font-size: 13.3333px;"&gt;Min&lt;/STRONG&gt;(SalesDate))"}, SalesMonth, SalesYear&amp;gt;}SalesValue), SKU, [Launch Date SKU], SalesDate),&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Aggr(Only({&amp;lt;SalesDate = {"$(='&amp;gt;=' &amp;amp; &lt;STRONG style="color: #ff0000; font-size: 13.3333px;"&gt;Min&lt;/STRONG&gt;(SalesDate))"}, SalesMonth, SalesYear&amp;gt;}SalesDate), SKU, [Launch Date SKU], SalesDate), 2)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think only will work if you have made a single selection, Min will work with multiple selections in SalesDate field &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Aug 2016 21:31:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Products-sales-from-launch-date/m-p/1117018#M368603</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-08-30T21:31:21Z</dc:date>
    </item>
    <item>
      <title>Re: Products sales from launch date</title>
      <link>https://community.qlik.com/t5/QlikView/Products-sales-from-launch-date/m-p/1117019#M368604</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In my case, I used it with the Launch Date as reference:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FirstSortedValue({&amp;lt;SalesDate = {"$(='&amp;gt;=' &amp;amp; &lt;STRONG&gt;Only([Launch Date SKU])&lt;/STRONG&gt;)"}, SalesMonth, SalesYear&amp;gt;}Aggr(Sum({&amp;lt;SalesDate = {"$(='&amp;gt;=' &amp;amp; &lt;STRONG&gt;Only([Launch Date SKU])&lt;/STRONG&gt;)"}, SalesMonth, SalesYear&amp;gt;}SalesValue), SKU, [Launch Date SKU], SalesDate),&lt;/P&gt;&lt;P&gt;Aggr(Only({&amp;lt;SalesDate = {"$(='&amp;gt;=' &amp;amp; &lt;STRONG&gt;Only([Launch Date SKU])&lt;/STRONG&gt;)"}, SalesMonth, SalesYear&amp;gt;}SalesDate), SKU, [Launch Date SKU], SalesDate))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 Aug 2016 12:34:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Products-sales-from-launch-date/m-p/1117019#M368604</guid>
      <dc:creator>kira_whopper</dc:creator>
      <dc:date>2016-08-31T12:34:25Z</dc:date>
    </item>
    <item>
      <title>Re: Products sales from launch date</title>
      <link>https://community.qlik.com/t5/QlikView/Products-sales-from-launch-date/m-p/1117020#M368605</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Got it... &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 Aug 2016 12:36:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Products-sales-from-launch-date/m-p/1117020#M368605</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-08-31T12:36:22Z</dc:date>
    </item>
    <item>
      <title>Re: Products sales from launch date</title>
      <link>https://community.qlik.com/t5/QlikView/Products-sales-from-launch-date/m-p/1117021#M368606</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;One last thing, is it possible to use a dynamic rank for the FirstSortedValue()?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example, in the expression of the second Month:&lt;/P&gt;&lt;P&gt;FirstSortedValue({&amp;lt;SalesDate = {"$(='&amp;gt;=' &amp;amp; Only([Launch Date SKU]))"}, SalesMonth, SalesYear&amp;gt;}Aggr(Sum({&amp;lt;SalesDate = {"$(='&amp;gt;=' &amp;amp; Only([Launch Date SKU]))"}, SalesMonth, SalesYear&amp;gt;}SalesValue), SKU, [Launch Date SKU], SalesDate),&lt;/P&gt;&lt;P&gt;Aggr(Only({&amp;lt;SalesDate = {"$(='&amp;gt;=' &amp;amp; Only([Launch Date SKU]))"}, SalesMonth, SalesYear&amp;gt;}SalesDate), SKU, [Launch Date SKU], SalesDate), &lt;STRONG&gt;2&lt;/STRONG&gt;)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Change this last 2 to a calculated value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried using the formula:&lt;/P&gt;&lt;P&gt;1+((year(Only([Launch Date SKU]))*12)+month(Only([Launch Date SKU])))-(((year(Min({1}SalesDate))*12)+month(Min({1}SalesDate))))&lt;/P&gt;&lt;P&gt;which gives me the difference in months between the Launch Date to the First Calendar Month.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And some variations with Aggr and variables, but it was no go.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The idea is to show in the Sales 1st Month, the sales value of each product's sale value in its respective first month. With the last formula I send you, all Products consider only one month as start, but each one should have their.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sample following attached.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 Aug 2016 19:09:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Products-sales-from-launch-date/m-p/1117021#M368606</guid>
      <dc:creator>kira_whopper</dc:creator>
      <dc:date>2016-08-31T19:09:31Z</dc:date>
    </item>
    <item>
      <title>Re: Products sales from launch date</title>
      <link>https://community.qlik.com/t5/QlikView/Products-sales-from-launch-date/m-p/1117022#M368607</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think it would be helpful to know what the expected output here is? Would you be able to provide an Excel file with the expected output?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 Aug 2016 19:12:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Products-sales-from-launch-date/m-p/1117022#M368607</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-08-31T19:12:47Z</dc:date>
    </item>
    <item>
      <title>Re: Products sales from launch date</title>
      <link>https://community.qlik.com/t5/QlikView/Products-sales-from-launch-date/m-p/1117023#M368608</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sure!&lt;/P&gt;&lt;P&gt;Following attached &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It`s in the second sheet.&lt;/P&gt;&lt;P&gt;The 1st month is the first month of sales regarding the launch date of the respective product, then the 2nd, 3rd as the same.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 Aug 2016 19:22:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Products-sales-from-launch-date/m-p/1117023#M368608</guid>
      <dc:creator>kira_whopper</dc:creator>
      <dc:date>2016-08-31T19:22:57Z</dc:date>
    </item>
    <item>
      <title>Re: Products sales from launch date</title>
      <link>https://community.qlik.com/t5/QlikView/Products-sales-from-launch-date/m-p/1117024#M368609</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I've managed using a new field in the table that calculates the difference between the launch date and the month-year of sales.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is the field created:&lt;/P&gt;&lt;P&gt;Fact:&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;&amp;nbsp; *,&lt;/P&gt;&lt;P&gt;&amp;nbsp; ((year(SalesDate)*12)&amp;nbsp; +&amp;nbsp; month(SalesDate))&amp;nbsp; -&lt;/P&gt;&lt;P&gt;&amp;nbsp; (((year([Launch Date]))*12)&amp;nbsp; +&amp;nbsp; month([Launch Date])) as [Launch Date Diff]&lt;/P&gt;&lt;P&gt;Resident Fact_Tmp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And this is how it worked in the formula:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sum({&amp;lt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; [Launch Date] = {"&amp;gt;=$(=Date(AddMonths(Max(YearMonth), -23), 'MMM-YY'))&amp;lt;=$(=Date(Max(YearMonth), 'MMM-YY'))"},&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;SPAN style="font-size: 13.3333px;"&gt;[Launch Date Diff]&lt;/SPAN&gt; = {&lt;STRONG&gt;0-n&lt;/STRONG&gt;},&lt;/P&gt;&lt;P&gt;&amp;nbsp; Year=, Month=&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;gt;} SalesValue)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;0-n is the Month I would like to display (First, second, etc)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anyway, your formula helped a lot! So I'll keep it as the right answer.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Sep 2016 19:01:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Products-sales-from-launch-date/m-p/1117024#M368609</guid>
      <dc:creator>kira_whopper</dc:creator>
      <dc:date>2016-09-01T19:01:52Z</dc:date>
    </item>
    <item>
      <title>Re: Products sales from launch date</title>
      <link>https://community.qlik.com/t5/QlikView/Products-sales-from-launch-date/m-p/1117025#M368610</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is awesome, thanks for sharing this information. I will suggest to actually mark your own response as correct as this may be helpful for someone else in the future. By seeing my response as correct, they might never see this last response. So I recommend changing the correct answer to something that actually worked.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;Sunny&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Sep 2016 19:04:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Products-sales-from-launch-date/m-p/1117025#M368610</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-09-01T19:04:40Z</dc:date>
    </item>
    <item>
      <title>Re: Products sales from launch date</title>
      <link>https://community.qlik.com/t5/QlikView/Products-sales-from-launch-date/m-p/1117026#M368611</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Done!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot, Sunny!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Sep 2016 19:38:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Products-sales-from-launch-date/m-p/1117026#M368611</guid>
      <dc:creator>kira_whopper</dc:creator>
      <dc:date>2016-09-01T19:38:23Z</dc:date>
    </item>
    <item>
      <title>Re: Products sales from launch date</title>
      <link>https://community.qlik.com/t5/QlikView/Products-sales-from-launch-date/m-p/1117027#M368612</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for a chance to learn a new thing here &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;Sunny&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Sep 2016 20:49:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Products-sales-from-launch-date/m-p/1117027#M368612</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-09-01T20:49:42Z</dc:date>
    </item>
  </channel>
</rss>

