<?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: Merging two tables using two keys in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Merging-two-tables-using-two-keys/m-p/1687808#M52432</link>
    <description>&lt;P&gt;just choose the right join based on your data/need&lt;/P&gt;&lt;P&gt;e.g.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;left join (&lt;SPAN&gt;bins)&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;LOAD _id,&lt;BR /&gt;time_series_idx,&lt;BR /&gt;time_series;&lt;/P&gt;&lt;P&gt;[time_series]:&lt;BR /&gt;SELECT [_id],&lt;BR /&gt;[time_series_idx],&lt;BR /&gt;[time_series]&lt;BR /&gt;FROM testdb.[time_series];&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/t5/QlikView-Creating-Analytics/Understanding-Join-Keep-and-Concatenate/td-p/328379" target="_blank"&gt;https://community.qlik.com/t5/QlikView-Creating-Analytics/Understanding-Join-Keep-and-Concatenate/td-p/328379&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 25 Mar 2020 18:40:39 GMT</pubDate>
    <dc:creator>dplr-rn</dc:creator>
    <dc:date>2020-03-25T18:40:39Z</dc:date>
    <item>
      <title>Merging two tables using two keys</title>
      <link>https://community.qlik.com/t5/App-Development/Merging-two-tables-using-two-keys/m-p/1687738#M52414</link>
      <description>&lt;P&gt;I am loading two tables from Mongo. The script is generated automatically by Qliksense&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;LOAD _id,&lt;BR /&gt;bin_idx&lt;BR /&gt;bins;&lt;/P&gt;&lt;P&gt;[bins]:&lt;BR /&gt;SELECT [_id],&lt;BR /&gt;[bin_idx],&lt;BR /&gt;[bins]&lt;BR /&gt;FROM testdb.[bins];&lt;/P&gt;&lt;P&gt;LOAD _id,&lt;BR /&gt;time_series_idx,&lt;BR /&gt;time_series;&lt;/P&gt;&lt;P&gt;[time_series]:&lt;BR /&gt;SELECT [_id],&lt;BR /&gt;[time_series_idx],&lt;BR /&gt;[time_series]&lt;BR /&gt;FROM testdb.[time_series];&lt;/P&gt;&lt;P&gt;How can I put [time_series] and [bins] into one table, so that the time_series and bins are on the same line if the [_id] is the same in both table and&amp;nbsp;time_series_idx and bin_idx are the same?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 02:52:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Merging-two-tables-using-two-keys/m-p/1687738#M52414</guid>
      <dc:creator>johnnyjohn</dc:creator>
      <dc:date>2024-11-16T02:52:57Z</dc:date>
    </item>
    <item>
      <title>Re: Merging two tables using two keys</title>
      <link>https://community.qlik.com/t5/App-Development/Merging-two-tables-using-two-keys/m-p/1687808#M52432</link>
      <description>&lt;P&gt;just choose the right join based on your data/need&lt;/P&gt;&lt;P&gt;e.g.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;left join (&lt;SPAN&gt;bins)&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;LOAD _id,&lt;BR /&gt;time_series_idx,&lt;BR /&gt;time_series;&lt;/P&gt;&lt;P&gt;[time_series]:&lt;BR /&gt;SELECT [_id],&lt;BR /&gt;[time_series_idx],&lt;BR /&gt;[time_series]&lt;BR /&gt;FROM testdb.[time_series];&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/t5/QlikView-Creating-Analytics/Understanding-Join-Keep-and-Concatenate/td-p/328379" target="_blank"&gt;https://community.qlik.com/t5/QlikView-Creating-Analytics/Understanding-Join-Keep-and-Concatenate/td-p/328379&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 25 Mar 2020 18:40:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Merging-two-tables-using-two-keys/m-p/1687808#M52432</guid>
      <dc:creator>dplr-rn</dc:creator>
      <dc:date>2020-03-25T18:40:39Z</dc:date>
    </item>
  </channel>
</rss>

