<?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 Basket Anlyse with more then 3 article in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Basket-Anlyse-with-more-then-3-article/m-p/2114981#M90998</link>
    <description>&lt;P&gt;I would like to create a dashboard for a Basket-Analyse.&lt;/P&gt;
&lt;P&gt;I've been looking in the Community and the only thing I found is this solution.&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.qlik.com/t5/Member-Articles/Field-selections-AND-mode-for-Market-Basket-Analysis/ta-p/1484761" target="_blank"&gt;https://community.qlik.com/t5/Member-Articles/Field-selections-AND-mode-for-Market-Basket-Analysis/ta-p/1484761&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;I would like to use the second solution. The only thin is that I don't know how much articles there are. (We've tickets with 39 articles on.)&lt;/P&gt;
&lt;P&gt;We would like to choose max 3 articles and then show all the solutions in one row seperated by a Comma.&lt;/P&gt;
&lt;P&gt;Who can help me toc edit the script so I can read more then 3 articles?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Kris&lt;/P&gt;</description>
    <pubDate>Fri, 08 Sep 2023 12:42:24 GMT</pubDate>
    <dc:creator>kris_vliegen</dc:creator>
    <dc:date>2023-09-08T12:42:24Z</dc:date>
    <item>
      <title>Basket Anlyse with more then 3 article</title>
      <link>https://community.qlik.com/t5/App-Development/Basket-Anlyse-with-more-then-3-article/m-p/2114981#M90998</link>
      <description>&lt;P&gt;I would like to create a dashboard for a Basket-Analyse.&lt;/P&gt;
&lt;P&gt;I've been looking in the Community and the only thing I found is this solution.&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.qlik.com/t5/Member-Articles/Field-selections-AND-mode-for-Market-Basket-Analysis/ta-p/1484761" target="_blank"&gt;https://community.qlik.com/t5/Member-Articles/Field-selections-AND-mode-for-Market-Basket-Analysis/ta-p/1484761&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;I would like to use the second solution. The only thin is that I don't know how much articles there are. (We've tickets with 39 articles on.)&lt;/P&gt;
&lt;P&gt;We would like to choose max 3 articles and then show all the solutions in one row seperated by a Comma.&lt;/P&gt;
&lt;P&gt;Who can help me toc edit the script so I can read more then 3 articles?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Kris&lt;/P&gt;</description>
      <pubDate>Fri, 08 Sep 2023 12:42:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Basket-Anlyse-with-more-then-3-article/m-p/2114981#M90998</guid>
      <dc:creator>kris_vliegen</dc:creator>
      <dc:date>2023-09-08T12:42:24Z</dc:date>
    </item>
    <item>
      <title>Re: Basket Anlyse with more then 3 article</title>
      <link>https://community.qlik.com/t5/App-Development/Basket-Anlyse-with-more-then-3-article/m-p/2115003#M90999</link>
      <description>&lt;P&gt;Hi Kris,&lt;/P&gt;
&lt;P&gt;The article by Radovan that you quoted describes a beautiful solution for various forms of basket analysis, however I have to admit, it's not very scalable for larger numbers of products, because it involves extra scripting, additional fields, and at times a lot of extra memory space, to store all of these concatenated strings.&lt;/P&gt;
&lt;P&gt;I tried to come up with a more universal way of providing an "END" selection - when a number of products is selected, show me those customers that ordered all of the selected products. I arrived at this formula, and it appears to work for my scenario:&lt;/P&gt;
&lt;P&gt;count(distinct {&amp;lt;Customer={"=count(distinct total Product)= count(distinct Product)"}&amp;gt;} Customer)&lt;/P&gt;
&lt;P&gt;In a nutshell, it says "the total number of (possible) Products is the same as the number of (possible) Products per Customer. So, if you selected 10 products, this formula will count 1 for those clients that ordered all 10 of the selected products.&lt;/P&gt;
&lt;P&gt;If this is working for your needs, then you don't need any extra scripting, just adopt this formula for your particular scenario.&lt;/P&gt;
&lt;P&gt;To learn more advanced development techniques, including Advanced Set Analysis and AGGR(), check out the agenda of the &lt;A href="https://masterssummit.com" target="_blank"&gt;Masters Summit for Qlik&lt;/A&gt; - coming soon to Orlando and to Dublin!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 08 Sep 2023 13:28:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Basket-Anlyse-with-more-then-3-article/m-p/2115003#M90999</guid>
      <dc:creator>Oleg_Troyansky</dc:creator>
      <dc:date>2023-09-08T13:28:14Z</dc:date>
    </item>
  </channel>
</rss>

