<?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: permutation in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/permutation/m-p/2456630#M98519</link>
    <description>&lt;P&gt;If your product list is really that well structured with " and " you can parse out the individual products with SubField:&lt;/P&gt;
&lt;PRE&gt;Load *,&lt;BR /&gt;&amp;nbsp; SubField(Products, ' and ') as Product &lt;BR /&gt;Inline [&lt;BR /&gt;Invoice, Products&lt;BR /&gt;Invoice No. 233, Milk and Egg&lt;BR /&gt;Invoice No. 234, Egg and Milk&lt;BR /&gt;Invoice No. 235, Egg and Milk&lt;BR /&gt;Invoice No. 236, Egg&lt;BR /&gt;Invoice No. 237, Egg and Milk and Bananna&lt;BR /&gt;];&lt;/PRE&gt;
&lt;P&gt;You can then calculate the product counts and ratios using that data.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;-Rob&lt;/P&gt;</description>
    <pubDate>Mon, 27 May 2024 14:37:23 GMT</pubDate>
    <dc:creator>rwunderlich</dc:creator>
    <dc:date>2024-05-27T14:37:23Z</dc:date>
    <item>
      <title>permutation</title>
      <link>https://community.qlik.com/t5/App-Development/permutation/m-p/2456581#M98513</link>
      <description>&lt;P&gt;so you will have all permutations of two items based on the invoice number (use month-year if the conditional probability looks weird with invoice number)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;e.g.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Invoice No. 233, Milk and Egg&lt;/P&gt;
&lt;P&gt;Invoice No. 234, Egg and Milk&lt;/P&gt;
&lt;P&gt;Invoice No. 235, Egg and Milk&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Given Egg, what is the probability of Milk?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For this to happen I think you need to play with the load script to generate the permutations&lt;/P&gt;
&lt;P&gt;&lt;LI-WRAPPER&gt;&lt;/LI-WRAPPER&gt;how can I&lt;/P&gt;
&lt;P&gt;achieve these&lt;/P&gt;</description>
      <pubDate>Fri, 15 Nov 2024 20:57:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/permutation/m-p/2456581#M98513</guid>
      <dc:creator>shs21</dc:creator>
      <dc:date>2024-11-15T20:57:36Z</dc:date>
    </item>
    <item>
      <title>Re: permutation</title>
      <link>https://community.qlik.com/t5/App-Development/permutation/m-p/2456630#M98519</link>
      <description>&lt;P&gt;If your product list is really that well structured with " and " you can parse out the individual products with SubField:&lt;/P&gt;
&lt;PRE&gt;Load *,&lt;BR /&gt;&amp;nbsp; SubField(Products, ' and ') as Product &lt;BR /&gt;Inline [&lt;BR /&gt;Invoice, Products&lt;BR /&gt;Invoice No. 233, Milk and Egg&lt;BR /&gt;Invoice No. 234, Egg and Milk&lt;BR /&gt;Invoice No. 235, Egg and Milk&lt;BR /&gt;Invoice No. 236, Egg&lt;BR /&gt;Invoice No. 237, Egg and Milk and Bananna&lt;BR /&gt;];&lt;/PRE&gt;
&lt;P&gt;You can then calculate the product counts and ratios using that data.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;-Rob&lt;/P&gt;</description>
      <pubDate>Mon, 27 May 2024 14:37:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/permutation/m-p/2456630#M98519</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2024-05-27T14:37:23Z</dc:date>
    </item>
    <item>
      <title>Re: permutation</title>
      <link>https://community.qlik.com/t5/App-Development/permutation/m-p/2457739#M98591</link>
      <description>&lt;P&gt;It it just example in my model many invoce and product&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 30 May 2024 08:36:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/permutation/m-p/2457739#M98591</guid>
      <dc:creator>shs21</dc:creator>
      <dc:date>2024-05-30T08:36:41Z</dc:date>
    </item>
    <item>
      <title>Re: permutation</title>
      <link>https://community.qlik.com/t5/App-Development/permutation/m-p/2457930#M98603</link>
      <description>&lt;P&gt;There is no limit on numbers of Invoices or Products in the solution I proposed. The only limitation I questioned was the actual format of the Products list.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;-Rob&lt;/P&gt;</description>
      <pubDate>Thu, 30 May 2024 15:56:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/permutation/m-p/2457930#M98603</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2024-05-30T15:56:32Z</dc:date>
    </item>
    <item>
      <title>Re: permutation</title>
      <link>https://community.qlik.com/t5/App-Development/permutation/m-p/2458034#M98620</link>
      <description>&lt;P&gt;why we use inline load ?? in my dashboard one column for invoice no and other is product_name so for each invoice&amp;nbsp; no of product like for 1 invoice there are 2 ,3 , 4 on products so i want conditional probability ...&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;Eg. if inv no 1 has product 1. 2. 3&lt;BR /&gt;then whats probability of 1 given 2 , 1 given 3 , 2 given 1 , 2 given 3, 3 given 1 , 3 given 2&lt;/P&gt;</description>
      <pubDate>Fri, 31 May 2024 04:47:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/permutation/m-p/2458034#M98620</guid>
      <dc:creator>shs21</dc:creator>
      <dc:date>2024-05-31T04:47:11Z</dc:date>
    </item>
    <item>
      <title>Re: permutation</title>
      <link>https://community.qlik.com/t5/App-Development/permutation/m-p/2458348#M98646</link>
      <description>&lt;P&gt;I was using Inline load only to demonstrate with data. The Load Inline has nothing to do with the proposed solution was to use Subfield() function in the load script to break product_name down into individual products. SubField() is not available as a chart function, so you would need to do this preprocessing in the script.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Once you have the individual products you still need to do the arithmetic to calculate probability, but it will be easier.&lt;/P&gt;
&lt;P&gt;-Rob&lt;/P&gt;</description>
      <pubDate>Fri, 31 May 2024 16:20:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/permutation/m-p/2458348#M98646</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2024-05-31T16:20:30Z</dc:date>
    </item>
  </channel>
</rss>

