<?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 Vector multiplication with Strings in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Vector-multiplication-with-Strings/m-p/1827928#M1214126</link>
    <description>&lt;P&gt;Good afternoon,&lt;/P&gt;&lt;P&gt;i have a problem that i can not solve on my own.&lt;/P&gt;&lt;P&gt;I want to create a data model with two tables, which I already loaded. Table A&amp;nbsp; and Table B. My target should be Table C with two &lt;SPAN class="Y2IQFc"&gt;columns, which include all combinations of Table A and Table B.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Table A:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Person1&lt;/P&gt;&lt;P&gt;Person2&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Table B:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;01.01.1990&lt;/P&gt;&lt;P&gt;01.02.1990&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Target Table C:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Person1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 01.01.1990&lt;/P&gt;&lt;P&gt;Person1&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp; &amp;nbsp; 01.02.1990&lt;/P&gt;&lt;P&gt;Person2 &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 01.01.1990&lt;/P&gt;&lt;P&gt;Person2 &amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp; &amp;nbsp; 01.02.1990&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I hope that you can give me al solution.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best regards.&lt;/P&gt;</description>
    <pubDate>Wed, 11 Aug 2021 10:14:37 GMT</pubDate>
    <dc:creator>hospitalfinance</dc:creator>
    <dc:date>2021-08-11T10:14:37Z</dc:date>
    <item>
      <title>Vector multiplication with Strings</title>
      <link>https://community.qlik.com/t5/QlikView/Vector-multiplication-with-Strings/m-p/1827928#M1214126</link>
      <description>&lt;P&gt;Good afternoon,&lt;/P&gt;&lt;P&gt;i have a problem that i can not solve on my own.&lt;/P&gt;&lt;P&gt;I want to create a data model with two tables, which I already loaded. Table A&amp;nbsp; and Table B. My target should be Table C with two &lt;SPAN class="Y2IQFc"&gt;columns, which include all combinations of Table A and Table B.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Table A:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Person1&lt;/P&gt;&lt;P&gt;Person2&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Table B:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;01.01.1990&lt;/P&gt;&lt;P&gt;01.02.1990&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Target Table C:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Person1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 01.01.1990&lt;/P&gt;&lt;P&gt;Person1&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp; &amp;nbsp; 01.02.1990&lt;/P&gt;&lt;P&gt;Person2 &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 01.01.1990&lt;/P&gt;&lt;P&gt;Person2 &amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp; &amp;nbsp; 01.02.1990&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I hope that you can give me al solution.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best regards.&lt;/P&gt;</description>
      <pubDate>Wed, 11 Aug 2021 10:14:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Vector-multiplication-with-Strings/m-p/1827928#M1214126</guid>
      <dc:creator>hospitalfinance</dc:creator>
      <dc:date>2021-08-11T10:14:37Z</dc:date>
    </item>
    <item>
      <title>Re: Vector multiplication with Strings</title>
      <link>https://community.qlik.com/t5/QlikView/Vector-multiplication-with-Strings/m-p/1827933#M1214128</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/147355"&gt;@hospitalfinance&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;you can just add a join between two table&lt;/P&gt;&lt;LI-CODE lang="python"&gt;TableA:
load * inline [
Person
Person1
Person2
];

join
TableB:

load * inline [
Date
01.01.1990
01.02.1990
];&lt;/LI-CODE&gt;&lt;P&gt;output:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Taoufiq_Zarra_0-1628678108580.png"&gt;&lt;img src="https://community.qlik.com/skins/images/02770EC0BC01C66F20EC4EACC3851929/responsive_peak/images/image_not_found.png" alt="Taoufiq_Zarra_0-1628678108580.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 11 Aug 2021 10:35:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Vector-multiplication-with-Strings/m-p/1827933#M1214128</guid>
      <dc:creator>Taoufiq_Zarra</dc:creator>
      <dc:date>2021-08-11T10:35:21Z</dc:date>
    </item>
  </channel>
</rss>

