<?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 mix analysis in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/mix-analysis/m-p/401345#M569187</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear All&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need help and I hope that you have the solution for my problem. I would like to have an expression that extrapolate, if I select a product or a family product, the other Families that cusomers buy with. I try to explain, if I have a db with these values in the column Family: meat, fish, vegetable, bread and I select fish, I would like to know which other types of Family the customers buy and how.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you need more information, please let me know.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Andrea &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 10 Oct 2012 17:05:22 GMT</pubDate>
    <dc:creator>andyrebs</dc:creator>
    <dc:date>2012-10-10T17:05:22Z</dc:date>
    <item>
      <title>mix analysis</title>
      <link>https://community.qlik.com/t5/QlikView/mix-analysis/m-p/401345#M569187</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear All&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need help and I hope that you have the solution for my problem. I would like to have an expression that extrapolate, if I select a product or a family product, the other Families that cusomers buy with. I try to explain, if I have a db with these values in the column Family: meat, fish, vegetable, bread and I select fish, I would like to know which other types of Family the customers buy and how.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you need more information, please let me know.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Andrea &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Oct 2012 17:05:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/mix-analysis/m-p/401345#M569187</guid>
      <dc:creator>andyrebs</dc:creator>
      <dc:date>2012-10-10T17:05:22Z</dc:date>
    </item>
    <item>
      <title>Re: mix analysis</title>
      <link>https://community.qlik.com/t5/QlikView/mix-analysis/m-p/401346#M569189</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri,verdana,arial,sans-serif;"&gt;Hi Andrea,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri,verdana,arial,sans-serif;"&gt;Can you explian in detail.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri,verdana,arial,sans-serif;"&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri,verdana,arial,sans-serif;"&gt;Tom&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Oct 2012 02:41:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/mix-analysis/m-p/401346#M569189</guid>
      <dc:creator>thomas_skariah</dc:creator>
      <dc:date>2012-10-12T02:41:41Z</dc:date>
    </item>
    <item>
      <title>Re: mix analysis</title>
      <link>https://community.qlik.com/t5/QlikView/mix-analysis/m-p/401347#M569192</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sounds like Basket Analysis.&lt;/P&gt;&lt;P&gt;Set analysis with expressions such as this may help (taken from Advanced training manual page 75) ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sum({$&amp;lt;Customer=&lt;/P&gt;&lt;P&gt;{'=sum({1&amp;lt;Product={'A'}&amp;gt;} LineSalesAmount) &amp;gt; 0'}&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;P&gt;{'=sum({1&amp;lt;Product={'D'} LineSalesAmount&amp;gt;) &amp;gt; 0'}&lt;/P&gt;&lt;P&gt;LineSalesAmount)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think it all has to be on the one line, but I split it up to aid understanding.&lt;/P&gt;&lt;P&gt;Jonathan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Oct 2012 06:37:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/mix-analysis/m-p/401347#M569192</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-10-12T06:37:59Z</dc:date>
    </item>
    <item>
      <title>Re: mix analysis</title>
      <link>https://community.qlik.com/t5/QlikView/mix-analysis/m-p/401348#M569198</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;first of all , thank you both for help. Jonathan, I think you are right when you talk about Basket Analysis.&lt;/P&gt;&lt;P&gt;Meanwhile I asked another similar question on the community.&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" class="loading active_link" href="https://community.qlik.com/message/268481#268481" title="http://community.qlik.com/message/268481#268481"&gt;http://community.qlik.com/message/268481#268481&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think I have found the right expression&amp;nbsp; but, certainly, I will try your suggestion.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Oct 2012 07:30:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/mix-analysis/m-p/401348#M569198</guid>
      <dc:creator>andyrebs</dc:creator>
      <dc:date>2012-10-12T07:30:35Z</dc:date>
    </item>
  </channel>
</rss>

