<?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 cross sales in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/cross-sales/m-p/200429#M58952</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I am analyzing our customers purchasing patterns and I need to identify which are the products most commonly sold in conjunction with a given product. In concrete terms, I need to build a table like this:&lt;/P&gt;&lt;P&gt;Column 1: dimension 1 = product&lt;/P&gt;&lt;P&gt;Column 2: dimensions 2 = product AS cross-sold product&lt;/P&gt;&lt;P&gt;Column 3: expression = ratio: number of transactions with both product and cross-sold product / number of transactions with product&lt;/P&gt;&lt;P&gt;Column 4: expression = avg number of units of cross-sold product sold for each transaction where both product and cross-sold product are sold&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;I have a products table, a transactions table, and a transactions_content table in between that contains the product key, the transaction key, and the related information like number of units sold for each product... So basically what I need qlikview to do is, for each product, select the corresponding entries in the transactions_content and then in the transaction tables, and then "forget" about the product (but not the transactions) and come back to the products table. I hope it's clear...&lt;/P&gt;&lt;P&gt;I have tried a lot of potential solutions, but nothing works. I thought it would be as simple as aliasing the products field, but apparently it's not possible to alias fileds in QV... I'm a bit lost!&lt;/P&gt;&lt;P&gt;Of course, there's always the solution of loading the transactions_content and products tables twice and to retrieve the cross sales through the copy, but I find this both very inelegant and confusing as a user clicking the cross sold products is expecting the products to be selected...&lt;/P&gt;&lt;P&gt;Thanks for the help,&lt;/P&gt;&lt;P&gt;Andong&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 06 Apr 2011 12:51:21 GMT</pubDate>
    <dc:creator />
    <dc:date>2011-04-06T12:51:21Z</dc:date>
    <item>
      <title>cross sales</title>
      <link>https://community.qlik.com/t5/QlikView/cross-sales/m-p/200429#M58952</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I am analyzing our customers purchasing patterns and I need to identify which are the products most commonly sold in conjunction with a given product. In concrete terms, I need to build a table like this:&lt;/P&gt;&lt;P&gt;Column 1: dimension 1 = product&lt;/P&gt;&lt;P&gt;Column 2: dimensions 2 = product AS cross-sold product&lt;/P&gt;&lt;P&gt;Column 3: expression = ratio: number of transactions with both product and cross-sold product / number of transactions with product&lt;/P&gt;&lt;P&gt;Column 4: expression = avg number of units of cross-sold product sold for each transaction where both product and cross-sold product are sold&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;I have a products table, a transactions table, and a transactions_content table in between that contains the product key, the transaction key, and the related information like number of units sold for each product... So basically what I need qlikview to do is, for each product, select the corresponding entries in the transactions_content and then in the transaction tables, and then "forget" about the product (but not the transactions) and come back to the products table. I hope it's clear...&lt;/P&gt;&lt;P&gt;I have tried a lot of potential solutions, but nothing works. I thought it would be as simple as aliasing the products field, but apparently it's not possible to alias fileds in QV... I'm a bit lost!&lt;/P&gt;&lt;P&gt;Of course, there's always the solution of loading the transactions_content and products tables twice and to retrieve the cross sales through the copy, but I find this both very inelegant and confusing as a user clicking the cross sold products is expecting the products to be selected...&lt;/P&gt;&lt;P&gt;Thanks for the help,&lt;/P&gt;&lt;P&gt;Andong&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Apr 2011 12:51:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/cross-sales/m-p/200429#M58952</guid>
      <dc:creator />
      <dc:date>2011-04-06T12:51:21Z</dc:date>
    </item>
    <item>
      <title>cross sales</title>
      <link>https://community.qlik.com/t5/QlikView/cross-sales/m-p/200430#M58953</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please can you post QV document with some sample data. I think you can alais the field names... however it would be really helpful , if you can take the effort to explain the issue with an example.&lt;/P&gt;&lt;P&gt;Cheers - DV&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Apr 2011 13:00:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/cross-sales/m-p/200430#M58953</guid>
      <dc:creator>IAMDV</dc:creator>
      <dc:date>2011-04-06T13:00:51Z</dc:date>
    </item>
    <item>
      <title>cross sales</title>
      <link>https://community.qlik.com/t5/QlikView/cross-sales/m-p/200431#M58954</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I'm still using the free version of QV, I still need to convince my boss to buy it. You won't be able to open it, right? Anyway, it's attached.&lt;/P&gt;&lt;P&gt;Actually, what I want to do is very simple, and you will get it just by looking at the diagram attached. There are the 3 tables involved, and I need to build a pivot table that will help me get which products are the most frequently found in the same transactions as each product. A kind of "the customers who bought this item also liked..." chart.&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Andong&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Apr 2011 09:32:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/cross-sales/m-p/200431#M58954</guid>
      <dc:creator />
      <dc:date>2011-04-08T09:32:46Z</dc:date>
    </item>
    <item>
      <title>cross sales</title>
      <link>https://community.qlik.com/t5/QlikView/cross-sales/m-p/200432#M58955</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry my 2nd attachment erased the 1st one... the QV doc is attached.&lt;/P&gt;&lt;P&gt;Andong&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Apr 2011 17:01:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/cross-sales/m-p/200432#M58955</guid>
      <dc:creator />
      <dc:date>2011-04-08T17:01:49Z</dc:date>
    </item>
  </channel>
</rss>

