<?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: Last 3 sales dates by item per customer in Search the Community</title>
    <link>https://community.qlik.com/t5/Search-the-Community/Last-3-sales-dates-by-item-per-customer/m-p/1785973#M156</link>
    <description>&lt;P&gt;I'm still waiting for assistance on this question. I don't think Rank will work because I still want the date to display in the same column but I only want it to display the last 3 transactions dates for each item and customer.&lt;/P&gt;</description>
    <pubDate>Wed, 24 Feb 2021 23:05:27 GMT</pubDate>
    <dc:creator>EmpireDist</dc:creator>
    <dc:date>2021-02-24T23:05:27Z</dc:date>
    <item>
      <title>Last 3 sales dates by item per customer</title>
      <link>https://community.qlik.com/t5/Search-the-Community/Last-3-sales-dates-by-item-per-customer/m-p/1783240#M56</link>
      <description>&lt;P&gt;I have a straight table with expression Customer, Txn Date, and Item. I want to display only the last 3 Txn Date per item per customer.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 16 Feb 2021 21:59:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Search-the-Community/Last-3-sales-dates-by-item-per-customer/m-p/1783240#M56</guid>
      <dc:creator>EmpireDist</dc:creator>
      <dc:date>2021-02-16T21:59:54Z</dc:date>
    </item>
    <item>
      <title>Re: Last 3 sales dates by item per customer</title>
      <link>https://community.qlik.com/t5/Search-the-Community/Last-3-sales-dates-by-item-per-customer/m-p/1783572#M63</link>
      <description>&lt;P&gt;Try using Rank function. If you could not, please post a sample file with expected output&lt;/P&gt;</description>
      <pubDate>Wed, 17 Feb 2021 20:23:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Search-the-Community/Last-3-sales-dates-by-item-per-customer/m-p/1783572#M63</guid>
      <dc:creator>Saravanan_Desingh</dc:creator>
      <dc:date>2021-02-17T20:23:00Z</dc:date>
    </item>
    <item>
      <title>Re: Last 3 sales dates by item per customer</title>
      <link>https://community.qlik.com/t5/Search-the-Community/Last-3-sales-dates-by-item-per-customer/m-p/1783615#M64</link>
      <description>&lt;P&gt;I need it to display only the last 3 sales transactions per customer per item.&lt;/P&gt;</description>
      <pubDate>Wed, 17 Feb 2021 21:58:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Search-the-Community/Last-3-sales-dates-by-item-per-customer/m-p/1783615#M64</guid>
      <dc:creator>EmpireDist</dc:creator>
      <dc:date>2021-02-17T21:58:14Z</dc:date>
    </item>
    <item>
      <title>Re: Last 3 sales dates by item per customer</title>
      <link>https://community.qlik.com/t5/Search-the-Community/Last-3-sales-dates-by-item-per-customer/m-p/1783623#M65</link>
      <description>&lt;P&gt;I can not get a sample file to load&lt;/P&gt;</description>
      <pubDate>Wed, 17 Feb 2021 22:23:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Search-the-Community/Last-3-sales-dates-by-item-per-customer/m-p/1783623#M65</guid>
      <dc:creator>EmpireDist</dc:creator>
      <dc:date>2021-02-17T22:23:17Z</dc:date>
    </item>
    <item>
      <title>Re: Last 3 sales dates by item per customer</title>
      <link>https://community.qlik.com/t5/Search-the-Community/Last-3-sales-dates-by-item-per-customer/m-p/1783644#M66</link>
      <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="EmpireDist_0-1613605650975.png" style="width: 899px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/49323iB3677649C4E6A65F/image-dimensions/899x506?v=v2" width="899" height="506" role="button" title="EmpireDist_0-1613605650975.png" alt="EmpireDist_0-1613605650975.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;This is a sample report. I want to display only the last 3 sales transactions for each item per customer.&lt;/P&gt;</description>
      <pubDate>Wed, 17 Feb 2021 23:50:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Search-the-Community/Last-3-sales-dates-by-item-per-customer/m-p/1783644#M66</guid>
      <dc:creator>EmpireDist</dc:creator>
      <dc:date>2021-02-17T23:50:39Z</dc:date>
    </item>
    <item>
      <title>Re: Last 3 sales dates by item per customer</title>
      <link>https://community.qlik.com/t5/Search-the-Community/Last-3-sales-dates-by-item-per-customer/m-p/1783650#M67</link>
      <description>&lt;P&gt;Try this,&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;tab1:
LOAD F1, 
     F2, 
     Date, 
     F4, 
     Num, 
     F6, 
     Name, 
     F8, 
     Item, 
     F10, 
     Qty, 
     F12, 
     [U/M], 
     F14, 
     [Sales Price], 
     F16, 
     Amount, 
     F18, 
     [Loaded Cost]
FROM
[C:\Users\sarav\Downloads\6-6-3 PAT TEST.xlsx]
(ooxml, embedded labels, table is Sheet1);

Left Join(tab1)
LOAD Name, Item, Date, AutoNumber(Name&amp;amp;Item&amp;amp;Date) As Rank
Resident tab1
Order By Name, Item, Date Desc;&lt;/LI-CODE&gt;</description>
      <pubDate>Thu, 18 Feb 2021 01:00:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Search-the-Community/Last-3-sales-dates-by-item-per-customer/m-p/1783650#M67</guid>
      <dc:creator>Saravanan_Desingh</dc:creator>
      <dc:date>2021-02-18T01:00:56Z</dc:date>
    </item>
    <item>
      <title>Re: Last 3 sales dates by item per customer</title>
      <link>https://community.qlik.com/t5/Search-the-Community/Last-3-sales-dates-by-item-per-customer/m-p/1783652#M68</link>
      <description>&lt;P&gt;You can use any Field in the place of Date here:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="commQV04.PNG" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/49324i2B1A5C4F27E09332/image-size/large?v=v2&amp;amp;px=999" role="button" title="commQV04.PNG" alt="commQV04.PNG" /&gt;&lt;/span&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 18 Feb 2021 01:01:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Search-the-Community/Last-3-sales-dates-by-item-per-customer/m-p/1783652#M68</guid>
      <dc:creator>Saravanan_Desingh</dc:creator>
      <dc:date>2021-02-18T01:01:43Z</dc:date>
    </item>
    <item>
      <title>Re: Last 3 sales dates by item per customer</title>
      <link>https://community.qlik.com/t5/Search-the-Community/Last-3-sales-dates-by-item-per-customer/m-p/1783904#M71</link>
      <description>&lt;P&gt;I still want it sorted the same way with the Customer first then sorted and grouped by item# and with the transaction dates descending. And show one column for the dates but only with the last 3 most recent dates for each transaction item per customer&lt;/P&gt;</description>
      <pubDate>Thu, 18 Feb 2021 15:34:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Search-the-Community/Last-3-sales-dates-by-item-per-customer/m-p/1783904#M71</guid>
      <dc:creator>EmpireDist</dc:creator>
      <dc:date>2021-02-18T15:34:33Z</dc:date>
    </item>
    <item>
      <title>Re: Last 3 sales dates by item per customer</title>
      <link>https://community.qlik.com/t5/Search-the-Community/Last-3-sales-dates-by-item-per-customer/m-p/1785973#M156</link>
      <description>&lt;P&gt;I'm still waiting for assistance on this question. I don't think Rank will work because I still want the date to display in the same column but I only want it to display the last 3 transactions dates for each item and customer.&lt;/P&gt;</description>
      <pubDate>Wed, 24 Feb 2021 23:05:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Search-the-Community/Last-3-sales-dates-by-item-per-customer/m-p/1785973#M156</guid>
      <dc:creator>EmpireDist</dc:creator>
      <dc:date>2021-02-24T23:05:27Z</dc:date>
    </item>
    <item>
      <title>Re: Last 3 sales dates by item per customer</title>
      <link>https://community.qlik.com/t5/Search-the-Community/Last-3-sales-dates-by-item-per-customer/m-p/1792594#M227</link>
      <description>&lt;P&gt;Do you have any more insight into this request? I need this to display only the last 3 TXNDATE per Item/Customer. I only want the date displayed in one column. I've been trying to get answers to this for way too long. I'm new to QLIK so a step by step answer would be helpful.&lt;/P&gt;</description>
      <pubDate>Thu, 18 Mar 2021 14:56:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Search-the-Community/Last-3-sales-dates-by-item-per-customer/m-p/1792594#M227</guid>
      <dc:creator>EmpireDist</dc:creator>
      <dc:date>2021-03-18T14:56:38Z</dc:date>
    </item>
  </channel>
</rss>

