<?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 Connect Tables by two columns in Connectivity &amp; Data Prep</title>
    <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Connect-Tables-by-two-columns/m-p/2442033#M13563</link>
    <description>&lt;P&gt;Hello&lt;/P&gt;
&lt;P&gt;I have problem with synth keys. Im trying to solve it by preparing key but it won't work.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Here's my data:&lt;/P&gt;
&lt;P&gt;LOAD&lt;BR /&gt;ORDER_NO as PROD_ORDER_NO,&lt;BR /&gt;SEQ as QM_PROD_SK_SEQ,&lt;BR /&gt;TT_NO as PTT,&lt;BR /&gt;RESULTS1&lt;/P&gt;
&lt;P&gt;RESULTS2&lt;/P&gt;
&lt;P&gt;RESULTS3 ...&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;2nd table&lt;/P&gt;
&lt;P&gt;ORDER_NO as PROD_ORDER_NO,&lt;BR /&gt;SEQ as QM_PROD_SK_SEQ,&lt;BR /&gt;TT_NO as PTT,&lt;BR /&gt;DIF_RESULTS1&lt;/P&gt;
&lt;P&gt;DIF_RESULTS2&lt;/P&gt;
&lt;P&gt;DIF_RESULTS3 ...&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;How to prepare a key which will connect PTT and PROD_ORDER_NO without syth key, so that i will still be able to use PTT or PROD_ORDER_NO filter?&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 17 Apr 2024 10:36:38 GMT</pubDate>
    <dc:creator>rav3k</dc:creator>
    <dc:date>2024-04-17T10:36:38Z</dc:date>
    <item>
      <title>Connect Tables by two columns</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Connect-Tables-by-two-columns/m-p/2442033#M13563</link>
      <description>&lt;P&gt;Hello&lt;/P&gt;
&lt;P&gt;I have problem with synth keys. Im trying to solve it by preparing key but it won't work.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Here's my data:&lt;/P&gt;
&lt;P&gt;LOAD&lt;BR /&gt;ORDER_NO as PROD_ORDER_NO,&lt;BR /&gt;SEQ as QM_PROD_SK_SEQ,&lt;BR /&gt;TT_NO as PTT,&lt;BR /&gt;RESULTS1&lt;/P&gt;
&lt;P&gt;RESULTS2&lt;/P&gt;
&lt;P&gt;RESULTS3 ...&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;2nd table&lt;/P&gt;
&lt;P&gt;ORDER_NO as PROD_ORDER_NO,&lt;BR /&gt;SEQ as QM_PROD_SK_SEQ,&lt;BR /&gt;TT_NO as PTT,&lt;BR /&gt;DIF_RESULTS1&lt;/P&gt;
&lt;P&gt;DIF_RESULTS2&lt;/P&gt;
&lt;P&gt;DIF_RESULTS3 ...&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;How to prepare a key which will connect PTT and PROD_ORDER_NO without syth key, so that i will still be able to use PTT or PROD_ORDER_NO filter?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 17 Apr 2024 10:36:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Connect-Tables-by-two-columns/m-p/2442033#M13563</guid>
      <dc:creator>rav3k</dc:creator>
      <dc:date>2024-04-17T10:36:38Z</dc:date>
    </item>
    <item>
      <title>Re: Connect Tables by two columns</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Connect-Tables-by-two-columns/m-p/2442051#M13564</link>
      <description>&lt;P&gt;Given this scenario, force concatenation will suffice.&lt;/P&gt;
&lt;P&gt;Table1:&lt;BR /&gt;LOAD&lt;BR /&gt;...&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#FF0000"&gt;&lt;EM&gt;&lt;STRONG&gt;Concatenate&lt;/STRONG&gt;&lt;/EM&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;Table2:&lt;BR /&gt;LOAD&lt;BR /&gt;...&lt;/P&gt;</description>
      <pubDate>Wed, 17 Apr 2024 11:08:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Connect-Tables-by-two-columns/m-p/2442051#M13564</guid>
      <dc:creator>BrunPierre</dc:creator>
      <dc:date>2024-04-17T11:08:00Z</dc:date>
    </item>
    <item>
      <title>Re: Connect Tables by two columns</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Connect-Tables-by-two-columns/m-p/2442069#M13565</link>
      <description>&lt;P&gt;I have a lot of simmilar tables but with totally different measurements and measurements results so i don't want to have all the data in one table.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Is there any other way to connect them? I was thinking about composition key but i dont know if i will be still able to use PTT and PROD_ORDER_NO filters. And i don't know how to create it.&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 17 Apr 2024 11:33:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Connect-Tables-by-two-columns/m-p/2442069#M13565</guid>
      <dc:creator>rav3k</dc:creator>
      <dc:date>2024-04-17T11:33:07Z</dc:date>
    </item>
    <item>
      <title>Re: Connect Tables by two columns</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Connect-Tables-by-two-columns/m-p/2442097#M13566</link>
      <description>&lt;P&gt;Are you using the filter in the script or in an expression?&lt;/P&gt;
&lt;P&gt;Table1:&lt;BR /&gt;&lt;FONT color="#FF0000"&gt;&lt;EM&gt;&lt;STRONG&gt;LOAD ORDER_NO&amp;amp;'-'&amp;amp;SEQ&amp;amp;'-'&amp;amp;TT_NO as %Key,&lt;/STRONG&gt;&lt;/EM&gt;&lt;/FONT&gt;&lt;BR /&gt;//ORDER_NO as PROD_ORDER_NO,&lt;BR /&gt;//SEQ as QM_PROD_SK_SEQ,&lt;BR /&gt;//TT_NO as PTT,&lt;BR /&gt;RESULTS1&lt;BR /&gt;RESULTS2&lt;BR /&gt;RESULTS3 ...&lt;/P&gt;
&lt;P&gt;Table2:&lt;BR /&gt;LOAD &lt;FONT color="#FF0000"&gt;&lt;EM&gt;&lt;STRONG&gt;ORDER_NO&amp;amp;'-'&amp;amp;SEQ&amp;amp;'-'&amp;amp;TT_NO as %Key,&lt;/STRONG&gt;&lt;/EM&gt;&lt;/FONT&gt;&lt;BR /&gt;//ORDER_NO as PROD_ORDER_NO,&lt;BR /&gt;//SEQ as QM_PROD_SK_SEQ,&lt;BR /&gt;//TT_NO as PTT,&lt;BR /&gt;DIF_RESULTS1&lt;BR /&gt;DIF_RESULTS2&lt;BR /&gt;DIF_RESULTS3 ...&lt;/P&gt;</description>
      <pubDate>Wed, 17 Apr 2024 12:21:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Connect-Tables-by-two-columns/m-p/2442097#M13566</guid>
      <dc:creator>BrunPierre</dc:creator>
      <dc:date>2024-04-17T12:21:47Z</dc:date>
    </item>
    <item>
      <title>Re: Connect Tables by two columns</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Connect-Tables-by-two-columns/m-p/2442099#M13567</link>
      <description>&lt;P&gt;I want to select data by ORDER_NO or PTT or STT.&lt;/P&gt;
&lt;P&gt;That's why i want also change TT_NO to PTT, because in other table TT_NO is STT no, not PTT no.&lt;/P&gt;</description>
      <pubDate>Wed, 17 Apr 2024 12:25:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Connect-Tables-by-two-columns/m-p/2442099#M13567</guid>
      <dc:creator>rav3k</dc:creator>
      <dc:date>2024-04-17T12:25:23Z</dc:date>
    </item>
    <item>
      <title>Re: Connect Tables by two columns</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Connect-Tables-by-two-columns/m-p/2442162#M13568</link>
      <description>&lt;P&gt;Clarify "&lt;STRONG&gt;I want to select data by ORDER_NO or PTT or STT&lt;/STRONG&gt;".&lt;/P&gt;</description>
      <pubDate>Wed, 17 Apr 2024 13:56:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Connect-Tables-by-two-columns/m-p/2442162#M13568</guid>
      <dc:creator>BrunPierre</dc:creator>
      <dc:date>2024-04-17T13:56:56Z</dc:date>
    </item>
    <item>
      <title>Re: Connect Tables by two columns</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Connect-Tables-by-two-columns/m-p/2442371#M13571</link>
      <description>&lt;P&gt;In ready application i want to use "filters" to filtrate data that will be shown.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In filters i want to have "ORDER_NO" and "PTT" and "STT".&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 18 Apr 2024 05:27:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Connect-Tables-by-two-columns/m-p/2442371#M13571</guid>
      <dc:creator>rav3k</dc:creator>
      <dc:date>2024-04-18T05:27:45Z</dc:date>
    </item>
    <item>
      <title>Re: Connect Tables by two columns</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Connect-Tables-by-two-columns/m-p/2442442#M13572</link>
      <description>&lt;P&gt;You might find it intriguing to learn that consolidating measures into a single table enhances simplicity, consistency, and efficiency within your data model, resulting in improved analytics results.&lt;/P&gt;
&lt;P&gt;I think that if you share your complete requirements at once, you'll receive more assistance.&lt;/P&gt;
&lt;P&gt;However, you can obtain the values within the composite key using a number of string functions.&lt;/P&gt;
&lt;P&gt;For example, using SubField(%Key,'-',1) would give values corresponding to ORDER_NO.&lt;/P&gt;</description>
      <pubDate>Thu, 18 Apr 2024 07:50:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Connect-Tables-by-two-columns/m-p/2442442#M13572</guid>
      <dc:creator>BrunPierre</dc:creator>
      <dc:date>2024-04-18T07:50:59Z</dc:date>
    </item>
  </channel>
</rss>

