<?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: Help concatenating product purchases in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Help-concatenating-product-purchases/m-p/443028#M487193</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I work for an insurance company.&amp;nbsp; We sell prob about a dozen different types of policies, but most customers will only hold a few so it's not really transaction based like market basket analysis.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'll check the file you've attached when I get into work tomorrow and hopefully it will do the trick&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 17 Feb 2013 18:41:51 GMT</pubDate>
    <dc:creator>mikkeltaylor</dc:creator>
    <dc:date>2013-02-17T18:41:51Z</dc:date>
    <item>
      <title>Help concatenating product purchases</title>
      <link>https://community.qlik.com/t5/QlikView/Help-concatenating-product-purchases/m-p/443024#M487189</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;I am fairly new to Qlikview and struggling to come up with the correct expression.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am looking to calculate all product purchases for each customer into one string based on the order the products were purchased. i.e. A | B | C.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="1" cellpadding="3" cellspacing="0" class="jiveBorder" style="width: 100%; border: 1px solid #000000;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH align="center" style="background-color: #6690bc;" valign="middle"&gt;&lt;SPAN style="color: #ffffff;"&gt;&lt;STRONG&gt;CustomerID &lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/TH&gt;&lt;TH align="center" style="background-color: #6690bc;" valign="middle"&gt;&lt;SPAN style="color: #ffffff;"&gt;&lt;STRONG&gt;Product&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/TH&gt;&lt;TH align="center" style="background-color: #6690bc;" valign="middle"&gt;&lt;SPAN style="color: #ffffff;"&gt;&lt;STRONG&gt;Purchase Date&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;1&lt;/TD&gt;&lt;TD&gt;A&lt;/TD&gt;&lt;TD&gt;1/1/2010&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;1&lt;/TD&gt;&lt;TD&gt;B&lt;/TD&gt;&lt;TD&gt;1/1/2011&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;1&lt;/TD&gt;&lt;TD&gt;C&lt;/TD&gt;&lt;TD&gt;1/1/2012&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;2&lt;/TD&gt;&lt;TD&gt;C&lt;/TD&gt;&lt;TD&gt;1/1/2010&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;2&lt;/TD&gt;&lt;TD&gt;A&lt;/TD&gt;&lt;TD&gt;1/1/2012&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It needs to be dynamic, which means it will update as and when selections are made relating to the product table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many thanks in advance for any help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Michael.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 17 Feb 2013 15:24:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-concatenating-product-purchases/m-p/443024#M487189</guid>
      <dc:creator>mikkeltaylor</dc:creator>
      <dc:date>2013-02-17T15:24:19Z</dc:date>
    </item>
    <item>
      <title>Re: Help concatenating product purchases</title>
      <link>https://community.qlik.com/t5/QlikView/Help-concatenating-product-purchases/m-p/443025#M487190</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Add &lt;EM&gt;concatenate(Product, ' | ',[Purchase Date])&lt;/EM&gt; as expression to your chart and CustomerID as dimension.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 17 Feb 2013 15:27:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-concatenating-product-purchases/m-p/443025#M487190</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2013-02-17T15:27:22Z</dc:date>
    </item>
    <item>
      <title>Re: Help concatenating product purchases</title>
      <link>https://community.qlik.com/t5/QlikView/Help-concatenating-product-purchases/m-p/443026#M487191</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gysbert, thanks for the reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To add further context, I am looking to create a chart that shows the most common product purchases, which would mean I would need to order the products by purchase date for each customer and then aggregate up to show a count of customers by the newly defined field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How would I need to accomplish this?&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 17 Feb 2013 16:46:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-concatenating-product-purchases/m-p/443026#M487191</guid>
      <dc:creator>mikkeltaylor</dc:creator>
      <dc:date>2013-02-17T16:46:24Z</dc:date>
    </item>
    <item>
      <title>Re: Help concatenating product purchases</title>
      <link>https://community.qlik.com/t5/QlikView/Help-concatenating-product-purchases/m-p/443027#M487192</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I probably don't understand what you want, because I don't see how something like that could be of any use. Only if more than one customer buys exactly the same products in exactly the same order will you get any other count than 1. See attached qvw. Seems like an exercise in futility to me to be honest. If you're trying to do what's often called basket analysis try searching the forums and see &lt;A _jive_internal="true" href="https://community.qlik.com/message/293925"&gt;here&lt;/A&gt; for some links.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 17 Feb 2013 18:01:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-concatenating-product-purchases/m-p/443027#M487192</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2013-02-17T18:01:29Z</dc:date>
    </item>
    <item>
      <title>Re: Help concatenating product purchases</title>
      <link>https://community.qlik.com/t5/QlikView/Help-concatenating-product-purchases/m-p/443028#M487193</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I work for an insurance company.&amp;nbsp; We sell prob about a dozen different types of policies, but most customers will only hold a few so it's not really transaction based like market basket analysis.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'll check the file you've attached when I get into work tomorrow and hopefully it will do the trick&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 17 Feb 2013 18:41:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-concatenating-product-purchases/m-p/443028#M487193</guid>
      <dc:creator>mikkeltaylor</dc:creator>
      <dc:date>2013-02-17T18:41:51Z</dc:date>
    </item>
    <item>
      <title>Re: Help concatenating product purchases</title>
      <link>https://community.qlik.com/t5/QlikView/Help-concatenating-product-purchases/m-p/443029#M487194</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It worked! I haven't used concat before and was expecting to have to apply a nested ranking for the order of purchase date, but it was even simpler than expected.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your help!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Feb 2013 11:12:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-concatenating-product-purchases/m-p/443029#M487194</guid>
      <dc:creator>mikkeltaylor</dc:creator>
      <dc:date>2013-02-18T11:12:20Z</dc:date>
    </item>
  </channel>
</rss>

