<?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: Create FirstOrderMonth and OrderMonth in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Create-FirstOrderMonth-and-OrderMonth/m-p/1429216#M797204</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Youssef,&lt;/P&gt;&lt;P&gt;I am trying this at script level. &lt;/P&gt;&lt;P&gt;Thank you &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 19 Dec 2017 11:42:26 GMT</pubDate>
    <dc:creator>madhuqliklondon</dc:creator>
    <dc:date>2017-12-19T11:42:26Z</dc:date>
    <item>
      <title>Create FirstOrderMonth and OrderMonth</title>
      <link>https://community.qlik.com/t5/QlikView/Create-FirstOrderMonth-and-OrderMonth/m-p/1429214#M797201</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;I have datefield "Orderdate" from this I would like to create two columns "customerfirstordermonth" and "customerordermonth" .W&lt;SPAN style="font-size: 10pt;"&gt;hat I am trying to do is see how customers are buying behavior over the time from their first order. Could you please guide me .&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Example: &lt;/SPAN&gt;&lt;/P&gt;&lt;TABLE border="1" class="jiveBorder" style="border: 1px solid #000000; width: 100%;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;Customer no&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;Ordernumber&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;Orderdate &lt;/STRONG&gt;&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;1&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;123&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;01/01/2017&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;2&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;124&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;05/01/2017&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;3&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;125&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;10/01/2017&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;4&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;126&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;15/01/2017&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;1&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;320&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;10/02/2017&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;2&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;325&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;15/02/2017&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;3&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;330&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;20/02/2017&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;4&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;335&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;25/02/2017&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the above example customer no 1 shopped in 1st Jan so I would to track it as his"customerfirstordermonth" - Jan2017&amp;nbsp; and order again in Feb track it as "customerordermonth" - Feb2017.&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/Create-FirstOrderMonth-and-OrderMonth/m-p/1429214#M797201</guid>
      <dc:creator>madhuqliklondon</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Create FirstOrderMonth and OrderMonth</title>
      <link>https://community.qlik.com/t5/QlikView/Create-FirstOrderMonth-and-OrderMonth/m-p/1429215#M797202</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;try this for the first order month: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=aggr(max( month( Orderdate)),[Customer no])&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Dec 2017 11:30:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Create-FirstOrderMonth-and-OrderMonth/m-p/1429215#M797202</guid>
      <dc:creator>YoussefBelloum</dc:creator>
      <dc:date>2017-12-19T11:30:38Z</dc:date>
    </item>
    <item>
      <title>Re: Create FirstOrderMonth and OrderMonth</title>
      <link>https://community.qlik.com/t5/QlikView/Create-FirstOrderMonth-and-OrderMonth/m-p/1429216#M797204</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Youssef,&lt;/P&gt;&lt;P&gt;I am trying this at script level. &lt;/P&gt;&lt;P&gt;Thank you &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Dec 2017 11:42:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Create-FirstOrderMonth-and-OrderMonth/m-p/1429216#M797204</guid>
      <dc:creator>madhuqliklondon</dc:creator>
      <dc:date>2017-12-19T11:42:26Z</dc:date>
    </item>
    <item>
      <title>Re: Create FirstOrderMonth and OrderMonth</title>
      <link>https://community.qlik.com/t5/QlikView/Create-FirstOrderMonth-and-OrderMonth/m-p/1429217#M797205</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sample:&lt;/P&gt;&lt;P&gt;Load [Customer No], Ordernumber, Orderdate, Max(Orderdate) as Month From Table;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Left Join (Sample)&lt;/P&gt;&lt;P&gt;Load [Customer No], Max(Month) as Month Resident Sample Group By [Customer No];&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Dec 2017 11:49:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Create-FirstOrderMonth-and-OrderMonth/m-p/1429217#M797205</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2017-12-19T11:49:05Z</dc:date>
    </item>
    <item>
      <title>Re: Create FirstOrderMonth and OrderMonth</title>
      <link>https://community.qlik.com/t5/QlikView/Create-FirstOrderMonth-and-OrderMonth/m-p/1429218#M797207</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are you hoping to create two new columns where &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;customerfirstordermonth will always be populated with the first order month for a particular customer (Jan2017 for Customer 1 for both instances of customer 1?) and the other field, &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;customerordermonth will show the monthyear related to the order date?&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Dec 2017 12:21:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Create-FirstOrderMonth-and-OrderMonth/m-p/1429218#M797207</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-12-19T12:21:43Z</dc:date>
    </item>
    <item>
      <title>Re: Create FirstOrderMonth and OrderMonth</title>
      <link>https://community.qlik.com/t5/QlikView/Create-FirstOrderMonth-and-OrderMonth/m-p/1429219#M797209</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sunny,&lt;/P&gt;&lt;P&gt;Yes , I am trying to create new two columns , "&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;customerfirstordermonth" will be always&amp;nbsp; where customer ordered for very first time. "customerordermonth"&amp;nbsp; will be monthyear related to order date.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Dec 2017 13:01:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Create-FirstOrderMonth-and-OrderMonth/m-p/1429219#M797209</guid>
      <dc:creator>madhuqliklondon</dc:creator>
      <dc:date>2017-12-19T13:01:47Z</dc:date>
    </item>
    <item>
      <title>Re: Create FirstOrderMonth and OrderMonth</title>
      <link>https://community.qlik.com/t5/QlikView/Create-FirstOrderMonth-and-OrderMonth/m-p/1429220#M797210</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;Table:&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;LOAD *,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.3333px;"&gt; MonthName(Orderdate) as customerordermonth;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;LOAD * INLINE [&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Customer no, Ordernumber, Orderdate&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1, 123, 01/01/2017&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2, 124, 05/01/2017&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 3, 125, 10/01/2017&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 4, 126, 15/01/2017&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1, 320, 10/02/2017&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2, 325, 15/02/2017&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 3, 330, 20/02/2017&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 4, 335, 25/02/2017&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;];&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;Left Join (Table)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;LOAD [Customer no],&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.3333px;"&gt; MonthName(Min(Orderdate)) as customerfirstordermonth&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;Resident Table&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;Group By [Customer no];&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/187538_Capture.PNG" style="height: auto;" /&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Dec 2017 13:05:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Create-FirstOrderMonth-and-OrderMonth/m-p/1429220#M797210</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-12-19T13:05:37Z</dc:date>
    </item>
    <item>
      <title>Re: Create FirstOrderMonth and OrderMonth</title>
      <link>https://community.qlik.com/t5/QlikView/Create-FirstOrderMonth-and-OrderMonth/m-p/1429221#M797212</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I Have created "customerordermonth" by&amp;nbsp; using the below &lt;/P&gt;&lt;P&gt;Monthname(Date(Floor([Order Date])))as Ordermonth&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for Customerfirstordermonth&amp;nbsp; if I use &lt;/P&gt;&lt;P&gt;Monthname(Date(Floor(Min([Order Date]))))as customerfirstordermonth&amp;nbsp; error is invalid expression. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Dec 2017 13:25:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Create-FirstOrderMonth-and-OrderMonth/m-p/1429221#M797212</guid>
      <dc:creator>madhuqliklondon</dc:creator>
      <dc:date>2017-12-19T13:25:56Z</dc:date>
    </item>
    <item>
      <title>Re: Create FirstOrderMonth and OrderMonth</title>
      <link>https://community.qlik.com/t5/QlikView/Create-FirstOrderMonth-and-OrderMonth/m-p/1429222#M797214</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Min needs a group by statement... that is why I did a left join... do you have a left join?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Dec 2017 13:29:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Create-FirstOrderMonth-and-OrderMonth/m-p/1429222#M797214</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-12-19T13:29:51Z</dc:date>
    </item>
    <item>
      <title>Re: Create FirstOrderMonth and OrderMonth</title>
      <link>https://community.qlik.com/t5/QlikView/Create-FirstOrderMonth-and-OrderMonth/m-p/1429223#M797216</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;On the FR Sales tab?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Dec 2017 13:43:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Create-FirstOrderMonth-and-OrderMonth/m-p/1429223#M797216</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-12-19T13:43:17Z</dc:date>
    </item>
    <item>
      <title>Re: Create FirstOrderMonth and OrderMonth</title>
      <link>https://community.qlik.com/t5/QlikView/Create-FirstOrderMonth-and-OrderMonth/m-p/1429224#M797217</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have to do this for tabs : J ,uk, Mir,Uk_arch,ems and FR.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Dec 2017 13:46:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Create-FirstOrderMonth-and-OrderMonth/m-p/1429224#M797217</guid>
      <dc:creator>madhuqliklondon</dc:creator>
      <dc:date>2017-12-19T13:46:33Z</dc:date>
    </item>
    <item>
      <title>Re: Create FirstOrderMonth and OrderMonth</title>
      <link>https://community.qlik.com/t5/QlikView/Create-FirstOrderMonth-and-OrderMonth/m-p/1429225#M797218</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You are doing concatenate, but to do this, you will have to first create a temptable and then left join to the temptable and then concatenate&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;TempTable:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD....&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;FROM ...;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Left Join (TempTable)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD ...&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Resident TempTable;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Concatenate (...)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD *&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Resident TempTable;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;DROP Table TempTable;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Dec 2017 13:54:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Create-FirstOrderMonth-and-OrderMonth/m-p/1429225#M797218</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-12-19T13:54:46Z</dc:date>
    </item>
    <item>
      <title>Re: Create FirstOrderMonth and OrderMonth</title>
      <link>https://community.qlik.com/t5/QlikView/Create-FirstOrderMonth-and-OrderMonth/m-p/1429226#M797219</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I will try that Sunny.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Dec 2017 14:15:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Create-FirstOrderMonth-and-OrderMonth/m-p/1429226#M797219</guid>
      <dc:creator>madhuqliklondon</dc:creator>
      <dc:date>2017-12-19T14:15:30Z</dc:date>
    </item>
  </channel>
</rss>

