<?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: How do I connect data from two tables for training my first Qlik Automl experiment in Qlik Predict</title>
    <link>https://community.qlik.com/t5/Qlik-Predict/How-do-I-connect-data-from-two-tables-for-training-my-first-Qlik/m-p/2529003#M1166</link>
    <description>&lt;P&gt;Can you give a sample or example of the files you are looking to use? Typically we will have one file for training and another for dong predictions.&lt;/P&gt;</description>
    <pubDate>Sun, 31 Aug 2025 23:47:22 GMT</pubDate>
    <dc:creator>Lisa_P</dc:creator>
    <dc:date>2025-08-31T23:47:22Z</dc:date>
    <item>
      <title>How do I connect data from two tables for training my first Qlik Automl experiment</title>
      <link>https://community.qlik.com/t5/Qlik-Predict/How-do-I-connect-data-from-two-tables-for-training-my-first-Qlik/m-p/2528868#M1165</link>
      <description>&lt;P&gt;Hi everyone,&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am working on my first Qlik Automl experiment and I need to use data from two excel files for the model training. I would appreciate if anyone could give me some guide on how to go about this.&lt;/P&gt;&lt;P&gt;Thank you.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 29 Aug 2025 15:17:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Predict/How-do-I-connect-data-from-two-tables-for-training-my-first-Qlik/m-p/2528868#M1165</guid>
      <dc:creator>HenryE</dc:creator>
      <dc:date>2025-08-29T15:17:08Z</dc:date>
    </item>
    <item>
      <title>Re: How do I connect data from two tables for training my first Qlik Automl experiment</title>
      <link>https://community.qlik.com/t5/Qlik-Predict/How-do-I-connect-data-from-two-tables-for-training-my-first-Qlik/m-p/2529003#M1166</link>
      <description>&lt;P&gt;Can you give a sample or example of the files you are looking to use? Typically we will have one file for training and another for dong predictions.&lt;/P&gt;</description>
      <pubDate>Sun, 31 Aug 2025 23:47:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Predict/How-do-I-connect-data-from-two-tables-for-training-my-first-Qlik/m-p/2529003#M1166</guid>
      <dc:creator>Lisa_P</dc:creator>
      <dc:date>2025-08-31T23:47:22Z</dc:date>
    </item>
    <item>
      <title>Re: How do I connect data from two tables for training my first Qlik Automl experiment</title>
      <link>https://community.qlik.com/t5/Qlik-Predict/How-do-I-connect-data-from-two-tables-for-training-my-first-Qlik/m-p/2529100#M1167</link>
      <description>&lt;P&gt;I am trying to forecast sales quantity. I have data on 2 excel files, one has the sales data while the other has data on factors that can influence sales. I plan to join them using the month columns on both sheets but I am struggling to do this on Qlik Automl.&lt;/P&gt;&lt;P&gt;Please find data sample in the screenshot below.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="HenryE_0-1756743566572.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/183295iBE7F863FB74DBB9C/image-size/medium?v=v2&amp;amp;px=400" role="button" title="HenryE_0-1756743566572.png" alt="HenryE_0-1756743566572.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 01 Sep 2025 16:24:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Predict/How-do-I-connect-data-from-two-tables-for-training-my-first-Qlik/m-p/2529100#M1167</guid>
      <dc:creator>HenryE</dc:creator>
      <dc:date>2025-09-01T16:24:00Z</dc:date>
    </item>
    <item>
      <title>Re: How do I connect data from two tables for training my first Qlik Automl experiment</title>
      <link>https://community.qlik.com/t5/Qlik-Predict/How-do-I-connect-data-from-two-tables-for-training-my-first-Qlik/m-p/2529222#M1168</link>
      <description>&lt;P&gt;You will need to prepare the data before creating the experiment. As you want to join the tables on the MonthYear and this is not the lowest granularity, you will also need to aggregate the precipitation, GTI Count and GTE Count&amp;nbsp; in the second table to a monthly value or you will get repetition in the joined table which is not then giving one row of data per Invoice Cust.&lt;/P&gt;
&lt;P&gt;You could do this in another app or script to create the one table.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 02 Sep 2025 23:58:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Predict/How-do-I-connect-data-from-two-tables-for-training-my-first-Qlik/m-p/2529222#M1168</guid>
      <dc:creator>Lisa_P</dc:creator>
      <dc:date>2025-09-02T23:58:07Z</dc:date>
    </item>
    <item>
      <title>Re: How do I connect data from two tables for training my first Qlik Automl experiment</title>
      <link>https://community.qlik.com/t5/Qlik-Predict/How-do-I-connect-data-from-two-tables-for-training-my-first-Qlik/m-p/2529251#M1169</link>
      <description>&lt;P&gt;Thank you.&lt;/P&gt;</description>
      <pubDate>Wed, 03 Sep 2025 07:29:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Predict/How-do-I-connect-data-from-two-tables-for-training-my-first-Qlik/m-p/2529251#M1169</guid>
      <dc:creator>HenryE</dc:creator>
      <dc:date>2025-09-03T07:29:08Z</dc:date>
    </item>
  </channel>
</rss>

