<?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: Baby user - learning in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Baby-user-learning/m-p/1225641#M852773</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Figured it out using the "INNER JOIN".&amp;nbsp; What if, this table is in memory.&amp;nbsp; Then, the other is in memory.&amp;nbsp; Then you want to create an "INNER JOIN" - linktable.&amp;nbsp; How does one get data in where they both have a match?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 03 Mar 2017 19:20:11 GMT</pubDate>
    <dc:creator>derekledbetter</dc:creator>
    <dc:date>2017-03-03T19:20:11Z</dc:date>
    <item>
      <title>Baby user - learning</title>
      <link>https://community.qlik.com/t5/QlikView/Baby-user-learning/m-p/1225640#M852769</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Good Morning and Happy Friday!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Our company has embarked on using QLIK.&amp;nbsp; I am in the training phase and have been working through a book reading, while using my data for building an application.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECT &lt;/P&gt;&lt;P&gt; a.PatientID&lt;/P&gt;&lt;P&gt; , a.MRN&lt;/P&gt;&lt;P&gt; , a.CurrentActiveDTS&amp;nbsp;&amp;nbsp;&amp;nbsp; AS CareManagementDTS&lt;/P&gt;&lt;P&gt; , b.LastUpdateDTS AS PayorLastUpdateDTS&lt;/P&gt;&lt;P&gt; , a.CurrentActiveFLG as CurrentMember&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt; Work.CareManagementPatients a&lt;/P&gt;&lt;P&gt;INNER JOIN&lt;/P&gt;&lt;P&gt; Work.NextGenRoster b on a.PatientID = b.PatientID&lt;/P&gt;&lt;P&gt;--result 512 rows. (which I got)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECT &lt;/P&gt;&lt;P&gt; a.PatientID&lt;/P&gt;&lt;P&gt; , a.MRN&lt;/P&gt;&lt;P&gt; , a.CurrentActiveDTS&amp;nbsp;&amp;nbsp;&amp;nbsp; AS CareManagementDTS&lt;/P&gt;&lt;P&gt; , b.LastUpdateDTS AS PayorLastUpdateDTS&lt;/P&gt;&lt;P&gt; , a.CurrentActiveFLG as CurrentMember&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt; Work.CareManagementPatients a&lt;/P&gt;&lt;P&gt;INNER JOIN&lt;/P&gt;&lt;P&gt; Work.NextGenRoster b on a.PatientID = b.PatientID &lt;/P&gt;&lt;P&gt;WHERE&lt;/P&gt;&lt;P&gt; a.CurrentActiveFLG = b.ActivePayorFLG and a.CurrentActiveFLG=1&lt;/P&gt;&lt;P&gt;(which I can't)&amp;nbsp;&amp;nbsp; -- result is 191&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ISSUE:&amp;nbsp; I was using the "one table" method and trying to join them, which I did.&amp;nbsp; Then, I figured the formula for adding.&amp;nbsp; Then, I was using "set analysis" and that worked.&amp;nbsp; However, I wanted to JOIN IE perhaps, link and I did finally.&amp;nbsp; The issue in the "LINKTable" is the fact my data in PREVIEW is not showing.&amp;nbsp; How to load a table, update that table with other values?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help is greatly appreciated in advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the time and attention in this matter in advance.&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/Baby-user-learning/m-p/1225640#M852769</guid>
      <dc:creator>derekledbetter</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Baby user - learning</title>
      <link>https://community.qlik.com/t5/QlikView/Baby-user-learning/m-p/1225641#M852773</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Figured it out using the "INNER JOIN".&amp;nbsp; What if, this table is in memory.&amp;nbsp; Then, the other is in memory.&amp;nbsp; Then you want to create an "INNER JOIN" - linktable.&amp;nbsp; How does one get data in where they both have a match?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Mar 2017 19:20:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Baby-user-learning/m-p/1225641#M852773</guid>
      <dc:creator>derekledbetter</dc:creator>
      <dc:date>2017-03-03T19:20:11Z</dc:date>
    </item>
    <item>
      <title>Re: Baby user - learning</title>
      <link>https://community.qlik.com/t5/QlikView/Baby-user-learning/m-p/1225642#M852775</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN lang="en"&gt;In the following link there are examples, you can help&lt;BR /&gt;&lt;BR /&gt;regards&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.qlik.com/en-US/qlikview/12.0/Subsystems/Client/Content/Scripting/ScriptPrefixes/Inner.htm" title="http://help.qlik.com/en-US/qlikview/12.0/Subsystems/Client/Content/Scripting/ScriptPrefixes/Inner.htm"&gt;Inner ‒ QlikView&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Mar 2017 22:07:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Baby-user-learning/m-p/1225642#M852775</guid>
      <dc:creator>jer_2011</dc:creator>
      <dc:date>2017-03-03T22:07:15Z</dc:date>
    </item>
    <item>
      <title>Re: Baby user - learning</title>
      <link>https://community.qlik.com/t5/QlikView/Baby-user-learning/m-p/1225643#M852776</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Good Morning,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I knew that I could use the inner join.&amp;nbsp; What if, one .loads one table per script.&amp;nbsp; That means the tables are in memory.&amp;nbsp; How does one create the "inner join" at that point?&amp;nbsp; Or can it be done?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Mar 2017 13:44:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Baby-user-learning/m-p/1225643#M852776</guid>
      <dc:creator>derekledbetter</dc:creator>
      <dc:date>2017-03-06T13:44:50Z</dc:date>
    </item>
  </channel>
</rss>

