<?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: Get the last 5 weeks that a customer ordered in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Get-the-last-5-weeks-that-a-customer-ordered/m-p/1460662#M793825</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sunny but how will I match that up with the weeks that each customer purchased?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 08 Jan 2018 14:54:13 GMT</pubDate>
    <dc:creator>djbloiss</dc:creator>
    <dc:date>2018-01-08T14:54:13Z</dc:date>
    <item>
      <title>Get the last 5 weeks that a customer ordered</title>
      <link>https://community.qlik.com/t5/QlikView/Get-the-last-5-weeks-that-a-customer-ordered/m-p/1460655#M793818</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am new to QlikView and am working on a project that is quite intensive.&amp;nbsp; We need to look at each customer in a straight table and do the following:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) Determine when was the last 5 weeks that each customer purchased&lt;/P&gt;&lt;P&gt;2) use that within set analysis&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this is currently what I have:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sum({WEEK_COUNT =,[Invoice Number]={"&amp;gt;=$(=Max([Invoice Number])-5)&amp;lt;=$(=Max([Invoice Number]))"} &amp;gt;} [Ext sales-net])&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but there are 2 problems with that.&amp;nbsp; First, it only looks at the last 5 customer orders; regardless of the weeks it was in.&amp;nbsp; Second, every customer comes out wtih zero right now when it is unfiltered but when you click on a customer it then shows a value.&amp;nbsp; Something is telling me this must be done within the script editor, not within the table itself.&amp;nbsp; Can someone help at least point me in the right direction?&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/Get-the-last-5-weeks-that-a-customer-ordered/m-p/1460655#M793818</guid>
      <dc:creator>djbloiss</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Get the last 5 weeks that a customer ordered</title>
      <link>https://community.qlik.com/t5/QlikView/Get-the-last-5-weeks-that-a-customer-ordered/m-p/1460656#M793819</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Perhaps this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;sum({WEEK_COUNT =,[Invoice Number]={"&lt;SPAN style="color: #ff0000;"&gt;=Customer&lt;/SPAN&gt;&amp;gt;=$(=Max([Invoice Number])-5)&lt;SPAN style="color: #ff0000;"&gt; and Customer&lt;/SPAN&gt;&amp;lt;=$(=Max([Invoice Number]))"} &amp;gt;} [Ext sales-net])&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Jan 2018 14:08:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Get-the-last-5-weeks-that-a-customer-ordered/m-p/1460656#M793819</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2018-01-08T14:08:41Z</dc:date>
    </item>
    <item>
      <title>Re: Get the last 5 weeks that a customer ordered</title>
      <link>https://community.qlik.com/t5/QlikView/Get-the-last-5-weeks-that-a-customer-ordered/m-p/1460657#M793820</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think it would be best to not use set analysis in this case, but use Aggr() with if statement.... Set analysis is evaluated once per chart and will not give you max invoice number per customer.... &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Jan 2018 14:11:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Get-the-last-5-weeks-that-a-customer-ordered/m-p/1460657#M793820</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-01-08T14:11:48Z</dc:date>
    </item>
    <item>
      <title>Re: Get the last 5 weeks that a customer ordered</title>
      <link>https://community.qlik.com/t5/QlikView/Get-the-last-5-weeks-that-a-customer-ordered/m-p/1460658#M793821</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;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;Sum(Aggr(If([Invoice Number] &amp;gt;= (Max(TOTAL &amp;lt;Customer&amp;gt; [Invoice Number]) - 5) and [Invoice Number] &amp;lt;= Max(TOTAL &amp;lt;Customer&amp;gt; [Invoice Number), Sum(&lt;/STRONG&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;[Ext sales-net])), Customer, [Invoice Number]))&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Don't really understand this issue&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;First, it only looks at the last 5 customer orders; regardless of the weeks it was in.&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What exactly do you mean here?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Jan 2018 14:14:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Get-the-last-5-weeks-that-a-customer-ordered/m-p/1460658#M793821</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-01-08T14:14:41Z</dc:date>
    </item>
    <item>
      <title>Re: Get the last 5 weeks that a customer ordered</title>
      <link>https://community.qlik.com/t5/QlikView/Get-the-last-5-weeks-that-a-customer-ordered/m-p/1460659#M793822</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Anil, I just tried that to see if it will get me closer to what I need but now it always comes out as zero.&amp;nbsp; The Field I would need to use for Customer is [Customer Code] but it stilll comes as zero.&amp;nbsp; Also, looking at that syntax it seems to still only look at the last 5 orders regardless of what weeks they are in.&amp;nbsp; if there are 10 orders in last week then it would only look at last week but what I want is to look at that week and the 4 weeks prior that they had orders. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Jan 2018 14:16:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Get-the-last-5-weeks-that-a-customer-ordered/m-p/1460659#M793822</guid>
      <dc:creator>djbloiss</dc:creator>
      <dc:date>2018-01-08T14:16:07Z</dc:date>
    </item>
    <item>
      <title>Re: Get the last 5 weeks that a customer ordered</title>
      <link>https://community.qlik.com/t5/QlikView/Get-the-last-5-weeks-that-a-customer-ordered/m-p/1460660#M793823</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Take this hypothetical data for a customer, assuming the week we are in is 58&lt;/P&gt;&lt;P&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;Week#&lt;BR /&gt;&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;Amount or Orders&lt;/STRONG&gt;&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;57&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;10&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;54&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;5&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;50&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;1&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;49&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;1&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;48&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;12&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;45&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;5&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With that syntax it will look at last week (Week#57) and choose the last 5 orders within there and ignore the other weeks.&amp;nbsp; However, what we want is to look at week 57, 54, 50, 49, and 48 (and it would not look at 45) because those are the last 5 weeks that the customer purchased, regardless of how many orders were within 1 week.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I made modifications to your syntax. Added set analysis that we do need and fixed the name of the field, it isn't Customer, it is [Customer Num].&amp;nbsp; However, I am always getting zeros now. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Jan 2018 14:25:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Get-the-last-5-weeks-that-a-customer-ordered/m-p/1460660#M793823</guid>
      <dc:creator>djbloiss</dc:creator>
      <dc:date>2018-01-08T14:25:32Z</dc:date>
    </item>
    <item>
      <title>Re: Get the last 5 weeks that a customer ordered</title>
      <link>https://community.qlik.com/t5/QlikView/Get-the-last-5-weeks-that-a-customer-ordered/m-p/1460661#M793824</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think case, you should be able to do this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;gt;= Max(Week#, 5)&amp;lt;=Max(Week#)&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Jan 2018 14:33:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Get-the-last-5-weeks-that-a-customer-ordered/m-p/1460661#M793824</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-01-08T14:33:53Z</dc:date>
    </item>
    <item>
      <title>Re: Get the last 5 weeks that a customer ordered</title>
      <link>https://community.qlik.com/t5/QlikView/Get-the-last-5-weeks-that-a-customer-ordered/m-p/1460662#M793825</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sunny but how will I match that up with the weeks that each customer purchased?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Jan 2018 14:54:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Get-the-last-5-weeks-that-a-customer-ordered/m-p/1460662#M793825</guid>
      <dc:creator>djbloiss</dc:creator>
      <dc:date>2018-01-08T14:54:13Z</dc:date>
    </item>
    <item>
      <title>Re: Get the last 5 weeks that a customer ordered</title>
      <link>https://community.qlik.com/t5/QlikView/Get-the-last-5-weeks-that-a-customer-ordered/m-p/1460663#M793826</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think it would be better if you can share a more comprehensive sample data and explain what is the expected output needed from it... would you be able to do that?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Jan 2018 14:58:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Get-the-last-5-weeks-that-a-customer-ordered/m-p/1460663#M793826</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-01-08T14:58:51Z</dc:date>
    </item>
    <item>
      <title>Re: Get the last 5 weeks that a customer ordered</title>
      <link>https://community.qlik.com/t5/QlikView/Get-the-last-5-weeks-that-a-customer-ordered/m-p/1460664#M793827</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am new to the forum, what is the best way to to do that? Create a fake qvw file with data and structure?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Jan 2018 14:59:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Get-the-last-5-weeks-that-a-customer-ordered/m-p/1460664#M793827</guid>
      <dc:creator>djbloiss</dc:creator>
      <dc:date>2018-01-08T14:59:53Z</dc:date>
    </item>
    <item>
      <title>Re: Get the last 5 weeks that a customer ordered</title>
      <link>https://community.qlik.com/t5/QlikView/Get-the-last-5-weeks-that-a-customer-ordered/m-p/1460665#M793828</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can either do that or just share raw data in an Excel file&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/docs/DOC-1290"&gt;Preparing examples for Upload - Reduction and Data Scrambling&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/docs/DOC-16454"&gt;Uploading a Sample&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Jan 2018 15:00:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Get-the-last-5-weeks-that-a-customer-ordered/m-p/1460665#M793828</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-01-08T15:00:51Z</dc:date>
    </item>
    <item>
      <title>Re: Get the last 5 weeks that a customer ordered</title>
      <link>https://community.qlik.com/t5/QlikView/Get-the-last-5-weeks-that-a-customer-ordered/m-p/1460666#M793829</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;I just some sample data. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Jan 2018 16:53:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Get-the-last-5-weeks-that-a-customer-ordered/m-p/1460666#M793829</guid>
      <dc:creator>djbloiss</dc:creator>
      <dc:date>2018-01-08T16:53:14Z</dc:date>
    </item>
    <item>
      <title>Re: Get the last 5 weeks that a customer ordered</title>
      <link>https://community.qlik.com/t5/QlikView/Get-the-last-5-weeks-that-a-customer-ordered/m-p/1460667#M793830</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Sum(Aggr(If([Invoice Number] &amp;gt;= (Max(TOTAL &amp;lt;[Customer Code]&amp;gt; [Invoice Number]) - 5) and [Invoice Number] &amp;lt;= Max(TOTAL &amp;lt;[Customer Code]&amp;gt; [Invoice Number]), Sum([Ext Sales - Net])), [Customer Code], [Invoice Number]))&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/189337_Capture.PNG" style="height: 197px; width: 620px;" /&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Jan 2018 17:26:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Get-the-last-5-weeks-that-a-customer-ordered/m-p/1460667#M793830</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-01-08T17:26:06Z</dc:date>
    </item>
    <item>
      <title>Re: Get the last 5 weeks that a customer ordered</title>
      <link>https://community.qlik.com/t5/QlikView/Get-the-last-5-weeks-that-a-customer-ordered/m-p/1460668#M793831</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sunny can you explain what the Total keyword is doing here? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Jan 2018 18:15:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Get-the-last-5-weeks-that-a-customer-ordered/m-p/1460668#M793831</guid>
      <dc:creator>djbloiss</dc:creator>
      <dc:date>2018-01-08T18:15:58Z</dc:date>
    </item>
    <item>
      <title>Re: Get the last 5 weeks that a customer ordered</title>
      <link>https://community.qlik.com/t5/QlikView/Get-the-last-5-weeks-that-a-customer-ordered/m-p/1460669#M793832</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check here&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/qlik-blogpost/4160"&gt;What does the TOTAL qualifier do?&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Jan 2018 19:17:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Get-the-last-5-weeks-that-a-customer-ordered/m-p/1460669#M793832</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-01-08T19:17:11Z</dc:date>
    </item>
    <item>
      <title>Re: Get the last 5 weeks that a customer ordered</title>
      <link>https://community.qlik.com/t5/QlikView/Get-the-last-5-weeks-that-a-customer-ordered/m-p/1460670#M793833</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sunny,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you that helped me understand what Total does but not how to fix my issue.&amp;nbsp; The script you gave me works on the small workbook that I faked and sent to you.&amp;nbsp; However, it does not work on the real workbook within the organization.&amp;nbsp; It is still coming out to be all zeros in the real workbook.&amp;nbsp;&amp;nbsp; I thought I supplied you with all the relevant fields and where they are located.&amp;nbsp; What might I be missing that I would need to send you to prevent this? I thought all the fields that were used in the expression would be sufficient but it seems not.&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Jan 2018 19:28:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Get-the-last-5-weeks-that-a-customer-ordered/m-p/1460670#M793833</guid>
      <dc:creator>djbloiss</dc:creator>
      <dc:date>2018-01-08T19:28:50Z</dc:date>
    </item>
    <item>
      <title>Re: Get the last 5 weeks that a customer ordered</title>
      <link>https://community.qlik.com/t5/QlikView/Get-the-last-5-weeks-that-a-customer-ordered/m-p/1460671#M793834</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are you making selections which might be throwing this off?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Jan 2018 19:30:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Get-the-last-5-weeks-that-a-customer-ordered/m-p/1460671#M793834</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-01-08T19:30:55Z</dc:date>
    </item>
    <item>
      <title>Re: Get the last 5 weeks that a customer ordered</title>
      <link>https://community.qlik.com/t5/QlikView/Get-the-last-5-weeks-that-a-customer-ordered/m-p/1460672#M793835</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I figured it out.&amp;nbsp; Even though it was saying the Expression was okay; there was an issue with one of the fields case sensitivity. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for the help.&amp;nbsp; This is half way there.&amp;nbsp; This fixed the issue of the difference between the full list and when I click on a customer.&amp;nbsp; However, it still is only looking at the last 5 invoices, not the last 5 weeks of each customers invoices?&amp;nbsp; Each customer I need to look at what were the last 5 weeks they purchased and then get all the invoices within those weeks.&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Jan 2018 19:50:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Get-the-last-5-weeks-that-a-customer-ordered/m-p/1460672#M793835</guid>
      <dc:creator>djbloiss</dc:creator>
      <dc:date>2018-01-08T19:50:53Z</dc:date>
    </item>
    <item>
      <title>Re: Get the last 5 weeks that a customer ordered</title>
      <link>https://community.qlik.com/t5/QlikView/Get-the-last-5-weeks-that-a-customer-ordered/m-p/1460673#M793836</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am sort of confused.... you want to look at last 5 transactions or last 5 weeks of transactions? or both (last 5 transaction within the last 5 weeks)?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Jan 2018 19:54:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Get-the-last-5-weeks-that-a-customer-ordered/m-p/1460673#M793836</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-01-08T19:54:58Z</dc:date>
    </item>
    <item>
      <title>Re: Get the last 5 weeks that a customer ordered</title>
      <link>https://community.qlik.com/t5/QlikView/Get-the-last-5-weeks-that-a-customer-ordered/m-p/1460674#M793837</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I want to look at the last 5 weeks for each customer.&amp;nbsp; So not the previous 5 weeks from the current week.&amp;nbsp; The previous 5 weeks each customer purchased. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Jan 2018 20:15:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Get-the-last-5-weeks-that-a-customer-ordered/m-p/1460674#M793837</guid>
      <dc:creator>djbloiss</dc:creator>
      <dc:date>2018-01-08T20:15:48Z</dc:date>
    </item>
  </channel>
</rss>

