<?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 &amp;quot;Connect&amp;quot; two fields from 2 different tabels in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/quot-Connect-quot-two-fields-from-2-different-tabels/m-p/125850#M764805</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Lets say I have one table with &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ID,&lt;/P&gt;&lt;P&gt;Date,&lt;/P&gt;&lt;P&gt;something else,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and another with&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ID,&lt;/P&gt;&lt;P&gt;Tons,&lt;/P&gt;&lt;P&gt;something else(2),&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How would i use the Date and Tons to calculate how many tons i have for a specific date&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2020-11-25T16:16:04Z</dc:date>
    <item>
      <title>"Connect" two fields from 2 different tabels</title>
      <link>https://community.qlik.com/t5/QlikView/quot-Connect-quot-two-fields-from-2-different-tabels/m-p/125850#M764805</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Lets say I have one table with &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ID,&lt;/P&gt;&lt;P&gt;Date,&lt;/P&gt;&lt;P&gt;something else,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and another with&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ID,&lt;/P&gt;&lt;P&gt;Tons,&lt;/P&gt;&lt;P&gt;something else(2),&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How would i use the Date and Tons to calculate how many tons i have for a specific date&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/quot-Connect-quot-two-fields-from-2-different-tabels/m-p/125850#M764805</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: "Connect" two fields from 2 different tabels</title>
      <link>https://community.qlik.com/t5/QlikView/quot-Connect-quot-two-fields-from-2-different-tabels/m-p/125851#M764806</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Qlikview should automatically join both the tables based on common field ID. Can you show your data model and expr your are trying?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Jul 2018 18:35:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/quot-Connect-quot-two-fields-from-2-different-tabels/m-p/125851#M764806</guid>
      <dc:creator>vishsaggi</dc:creator>
      <dc:date>2018-07-09T18:35:50Z</dc:date>
    </item>
    <item>
      <title>Re: "Connect" two fields from 2 different tabels</title>
      <link>https://community.qlik.com/t5/QlikView/quot-Connect-quot-two-fields-from-2-different-tabels/m-p/125852#M764807</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;They have the line in between them but I just want to know what an expression like that would look like?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Jul 2018 18:37:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/quot-Connect-quot-two-fields-from-2-different-tabels/m-p/125852#M764807</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-07-09T18:37:39Z</dc:date>
    </item>
    <item>
      <title>Re: "Connect" two fields from 2 different tabels</title>
      <link>https://community.qlik.com/t5/QlikView/quot-Connect-quot-two-fields-from-2-different-tabels/m-p/125853#M764808</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I need to Sum all of the tons for dates that are today.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Jul 2018 18:40:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/quot-Connect-quot-two-fields-from-2-different-tabels/m-p/125853#M764808</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-07-09T18:40:20Z</dc:date>
    </item>
    <item>
      <title>Re: "Connect" two fields from 2 different tabels</title>
      <link>https://community.qlik.com/t5/QlikView/quot-Connect-quot-two-fields-from-2-different-tabels/m-p/125854#M764809</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;so like IF(date = Today(), Sum(tons_actual))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Jul 2018 18:40:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/quot-Connect-quot-two-fields-from-2-different-tabels/m-p/125854#M764809</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-07-09T18:40:56Z</dc:date>
    </item>
    <item>
      <title>Re: "Connect" two fields from 2 different tabels</title>
      <link>https://community.qlik.com/t5/QlikView/quot-Connect-quot-two-fields-from-2-different-tabels/m-p/125855#M764810</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok. So is your Date field same format as Today() format? What is the issue you are facing. Any sample file to look into?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;May be you can try like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;= Sum(IF(Date = Today(), tons_actual)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Jul 2018 18:42:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/quot-Connect-quot-two-fields-from-2-different-tabels/m-p/125855#M764810</guid>
      <dc:creator>vishsaggi</dc:creator>
      <dc:date>2018-07-09T18:42:03Z</dc:date>
    </item>
    <item>
      <title>Re: "Connect" two fields from 2 different tabels</title>
      <link>https://community.qlik.com/t5/QlikView/quot-Connect-quot-two-fields-from-2-different-tabels/m-p/125856#M764811</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;=IF(Date(date_arrivee, 'dd/mm/yyyy') &amp;lt; Date(today(), 'dd/mm/yyyy'), Sum(tons_actual))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Jul 2018 18:53:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/quot-Connect-quot-two-fields-from-2-different-tabels/m-p/125856#M764811</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-07-09T18:53:25Z</dc:date>
    </item>
    <item>
      <title>Re: "Connect" two fields from 2 different tabels</title>
      <link>https://community.qlik.com/t5/QlikView/quot-Connect-quot-two-fields-from-2-different-tabels/m-p/125857#M764812</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Try like this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;DATA_EMP:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;LOAD ID,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; // date(DATE#(Date,'MM/DD/YYYY')) as Date,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Date,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; S1,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; S2&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;FROM&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;TEST_DATA.xlsx&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;(ooxml, embedded labels, table is Sheet1);&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;JOIN (DATA_EMP)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;LOAD ID,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Tons,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; S3,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; S4&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;FROM&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;TEST_DATA.xlsx&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;(ooxml, embedded labels, table is Sheet2);&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;NoConcatenate&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;DATA:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 12pt;"&gt;&lt;EM&gt;LOAD *, if(Date=Today(),Tons) as Today_Tons;&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;LOAD * Resident DATA_EMP;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;DROP TABLE DATA_EMP;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff;"&gt;&lt;IMG __jive_id="207407" alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/207407_Capture.PNG" style="height: auto;" /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Jul 2018 04:25:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/quot-Connect-quot-two-fields-from-2-different-tabels/m-p/125857#M764812</guid>
      <dc:creator>qlikviewwizard</dc:creator>
      <dc:date>2018-07-10T04:25:01Z</dc:date>
    </item>
  </channel>
</rss>

