<?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 Get all possible combinations in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Get-all-possible-combinations/m-p/2003855#M1221475</link>
    <description>&lt;P&gt;Hi All,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I would like to obtain all possible combinations between two variables.&lt;BR /&gt;I currently have 2 variables, Names and Cities&lt;BR /&gt;Table 1:&lt;BR /&gt;Name1&lt;BR /&gt;Name2&lt;BR /&gt;Name3&lt;/P&gt;
&lt;P&gt;Table 2:&lt;BR /&gt;City1&lt;BR /&gt;City2&lt;BR /&gt;City3&lt;/P&gt;
&lt;P&gt;The final table should be:&lt;BR /&gt;Name City&lt;BR /&gt;Name1 City1&lt;BR /&gt;Name1 City2&lt;BR /&gt;Name1 City3&lt;BR /&gt;Name2 City1&lt;BR /&gt;Name2 City2&lt;BR /&gt;Name2 City3&lt;BR /&gt;Name3 City1&lt;BR /&gt;Name3 City2&lt;BR /&gt;Name3 City3&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I'd greatly appreciate some insight on how to deal with this in QlikSense.&lt;/P&gt;
&lt;P&gt;Many thanks,&lt;/P&gt;</description>
    <pubDate>Mon, 14 Nov 2022 02:05:33 GMT</pubDate>
    <dc:creator>jvelasqu3</dc:creator>
    <dc:date>2022-11-14T02:05:33Z</dc:date>
    <item>
      <title>Get all possible combinations</title>
      <link>https://community.qlik.com/t5/QlikView/Get-all-possible-combinations/m-p/2003855#M1221475</link>
      <description>&lt;P&gt;Hi All,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I would like to obtain all possible combinations between two variables.&lt;BR /&gt;I currently have 2 variables, Names and Cities&lt;BR /&gt;Table 1:&lt;BR /&gt;Name1&lt;BR /&gt;Name2&lt;BR /&gt;Name3&lt;/P&gt;
&lt;P&gt;Table 2:&lt;BR /&gt;City1&lt;BR /&gt;City2&lt;BR /&gt;City3&lt;/P&gt;
&lt;P&gt;The final table should be:&lt;BR /&gt;Name City&lt;BR /&gt;Name1 City1&lt;BR /&gt;Name1 City2&lt;BR /&gt;Name1 City3&lt;BR /&gt;Name2 City1&lt;BR /&gt;Name2 City2&lt;BR /&gt;Name2 City3&lt;BR /&gt;Name3 City1&lt;BR /&gt;Name3 City2&lt;BR /&gt;Name3 City3&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I'd greatly appreciate some insight on how to deal with this in QlikSense.&lt;/P&gt;
&lt;P&gt;Many thanks,&lt;/P&gt;</description>
      <pubDate>Mon, 14 Nov 2022 02:05:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Get-all-possible-combinations/m-p/2003855#M1221475</guid>
      <dc:creator>jvelasqu3</dc:creator>
      <dc:date>2022-11-14T02:05:33Z</dc:date>
    </item>
    <item>
      <title>Re: Get all possible combinations</title>
      <link>https://community.qlik.com/t5/QlikView/Get-all-possible-combinations/m-p/2003858#M1221476</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;do cross join&lt;/P&gt;
&lt;P&gt;Final:&lt;/P&gt;
&lt;P&gt;Load Name from table1;&lt;/P&gt;
&lt;P&gt;Join&lt;/P&gt;
&lt;P&gt;Load City from table2;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Prashant Sangle&lt;/P&gt;</description>
      <pubDate>Mon, 14 Nov 2022 02:17:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Get-all-possible-combinations/m-p/2003858#M1221476</guid>
      <dc:creator>PrashantSangle</dc:creator>
      <dc:date>2022-11-14T02:17:15Z</dc:date>
    </item>
    <item>
      <title>Re: Get all possible combinations</title>
      <link>https://community.qlik.com/t5/QlikView/Get-all-possible-combinations/m-p/2003859#M1221477</link>
      <description>&lt;P&gt;HI&lt;/P&gt;
&lt;P&gt;Load&amp;nbsp;&lt;SPAN&gt;Name from table1;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Join&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Load&amp;nbsp;City from table2;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;it will become cartesian product and&amp;nbsp;give expected values.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 14 Nov 2022 02:18:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Get-all-possible-combinations/m-p/2003859#M1221477</guid>
      <dc:creator>MayilVahanan</dc:creator>
      <dc:date>2022-11-14T02:18:06Z</dc:date>
    </item>
  </channel>
</rss>

