<?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 Join a table with Stored Procedure in Qlikview in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Join-a-table-with-Stored-Procedure-in-Qlikview/m-p/114073#M762405</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have one Stored Procedure Query which is&lt;/P&gt;&lt;P&gt;exec sp_Reports_JobActivityTracker @HiringManagerID=0,@RecruiterID=0,@EntereDateTo='10/30/2018',@EntereDateFrom='1/1/2016',@CompanyID=0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now i have one table which is&lt;/P&gt;&lt;P&gt;load*,&lt;/P&gt;&lt;P&gt;Pick(Match(ishotjob, -1, 0), 'Open', 'Close') as JobStatus;&lt;/P&gt;&lt;P&gt;select J.jobid,J.ishotjob,J.Department,J.countryid,S.Skillname from Jobs j cross apply (SELECT TOP 1 SR.SkillName&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; FROM&amp;nbsp; dbo.JobSkills JS WITH(NOLOCK) INNER JOIN&amp;nbsp; dbo.SkillsReference SR WITH(NOLOCK)&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ON JS.SkillID = SR.SkillID&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; WHERE JS.JobID = J.JobID ORDER BY JS.SKILLID )S&lt;/P&gt;&lt;P&gt;Where J.CountryID = 'IN';&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to Join (left join) these two by using jobid but how to do i am not able find i used one way but it's not working can you guys please help me out from this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It's very urgent requirement&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/qlik-users/171708" target="_blank"&gt;stalwar1&lt;/A&gt;‌&lt;A href="https://community.qlik.com/qlik-users/61824" target="_blank"&gt;marcowedel&lt;/A&gt;‌&lt;A href="https://community.qlik.com/qlik-users/119406" target="_blank"&gt;franky_h79&lt;/A&gt;‌‌&lt;A href="https://community.qlik.com/qlik-users/147832" target="_blank"&gt;sifatnabil&lt;/A&gt;‌&lt;A _jive_internal="true" class="jiveTT-hover-user jive-link-profile-small" data-containerid="-1" data-containertype="-1" data-objectid="10670" data-objecttype="3" href="https://community.qlik.com/people/maxgro" style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3778c7; background-color: #f2f2f2;" target="_blank"&gt;Massimo Grossi&lt;/A&gt;&lt;SPAN style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt; &lt;A _jive_internal="true" class="jiveTT-hover-user jive-link-profile-small" data-containerid="-1" data-containertype="-1" data-objectid="249046" data-objecttype="3" href="https://community.qlik.com/people/dushan1987" style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #3778c7;" target="_blank"&gt;dushan chathuranga.&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" class="jiveTT-hover-user jive-link-profile-small" data-containerid="-1" data-containertype="-1" data-objectid="17633" data-objecttype="3" href="https://community.qlik.com/people/mbaeyens" style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3778c7; background-color: #f2f2f2;" target="_blank"&gt;mbaeyens&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Thank you in advance&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
    <dc:creator>bvssudhakar</dc:creator>
    <dc:date>2020-11-25T16:16:04Z</dc:date>
    <item>
      <title>Join a table with Stored Procedure in Qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/Join-a-table-with-Stored-Procedure-in-Qlikview/m-p/114073#M762405</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have one Stored Procedure Query which is&lt;/P&gt;&lt;P&gt;exec sp_Reports_JobActivityTracker @HiringManagerID=0,@RecruiterID=0,@EntereDateTo='10/30/2018',@EntereDateFrom='1/1/2016',@CompanyID=0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now i have one table which is&lt;/P&gt;&lt;P&gt;load*,&lt;/P&gt;&lt;P&gt;Pick(Match(ishotjob, -1, 0), 'Open', 'Close') as JobStatus;&lt;/P&gt;&lt;P&gt;select J.jobid,J.ishotjob,J.Department,J.countryid,S.Skillname from Jobs j cross apply (SELECT TOP 1 SR.SkillName&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; FROM&amp;nbsp; dbo.JobSkills JS WITH(NOLOCK) INNER JOIN&amp;nbsp; dbo.SkillsReference SR WITH(NOLOCK)&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ON JS.SkillID = SR.SkillID&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; WHERE JS.JobID = J.JobID ORDER BY JS.SKILLID )S&lt;/P&gt;&lt;P&gt;Where J.CountryID = 'IN';&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to Join (left join) these two by using jobid but how to do i am not able find i used one way but it's not working can you guys please help me out from this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It's very urgent requirement&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/qlik-users/171708" target="_blank"&gt;stalwar1&lt;/A&gt;‌&lt;A href="https://community.qlik.com/qlik-users/61824" target="_blank"&gt;marcowedel&lt;/A&gt;‌&lt;A href="https://community.qlik.com/qlik-users/119406" target="_blank"&gt;franky_h79&lt;/A&gt;‌‌&lt;A href="https://community.qlik.com/qlik-users/147832" target="_blank"&gt;sifatnabil&lt;/A&gt;‌&lt;A _jive_internal="true" class="jiveTT-hover-user jive-link-profile-small" data-containerid="-1" data-containertype="-1" data-objectid="10670" data-objecttype="3" href="https://community.qlik.com/people/maxgro" style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3778c7; background-color: #f2f2f2;" target="_blank"&gt;Massimo Grossi&lt;/A&gt;&lt;SPAN style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt; &lt;A _jive_internal="true" class="jiveTT-hover-user jive-link-profile-small" data-containerid="-1" data-containertype="-1" data-objectid="249046" data-objecttype="3" href="https://community.qlik.com/people/dushan1987" style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #3778c7;" target="_blank"&gt;dushan chathuranga.&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" class="jiveTT-hover-user jive-link-profile-small" data-containerid="-1" data-containertype="-1" data-objectid="17633" data-objecttype="3" href="https://community.qlik.com/people/mbaeyens" style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3778c7; background-color: #f2f2f2;" target="_blank"&gt;mbaeyens&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Thank you 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/Join-a-table-with-Stored-Procedure-in-Qlikview/m-p/114073#M762405</guid>
      <dc:creator>bvssudhakar</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Join a table with Stored Procedure in Qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/Join-a-table-with-Stored-Procedure-in-Qlikview/m-p/114074#M762406</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Store output of both query in qvd then perform join &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Aug 2018 12:19:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Join-a-table-with-Stored-Procedure-in-Qlikview/m-p/114074#M762406</guid>
      <dc:creator>PrashantSangle</dc:creator>
      <dc:date>2018-08-07T12:19:00Z</dc:date>
    </item>
    <item>
      <title>Re: Join a table with Stored Procedure in Qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/Join-a-table-with-Stored-Procedure-in-Qlikview/m-p/114075#M762407</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Perhaps rather than joining, let Qlik just associate the two tables on jobid.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But if you want to join them, just load the table from the SP, then use a join qualifier to join the second table:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Table:&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;SQL Exec sp_Reports_JobActivityTracker @HiringManagerID=0,@RecruiterID=0,@EntereDateTo='10/30/2018',@EntereDateFrom='1/1/2016',@CompanyID=0;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;Left|Inner|Outer&lt;/STRONG&gt; Join(Table)&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Load *,&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Pick(Match(ishotjob, -1, 0), 'Open', 'Close') as JobStatus;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;SQL select J.jobid,J.ishotjob,J.Department,J.countryid,S.Skillname &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;From Jobs j cross apply (SELECT TOP 1 SR.SkillName&amp;nbsp; &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; FROM&amp;nbsp; dbo.JobSkills JS WITH(NOLOCK) INNER JOIN&amp;nbsp; dbo.SkillsReference SR WITH(NOLOCK)&amp;nbsp; &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ON JS.SkillID = SR.SkillID &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; WHERE JS.JobID = J.JobID ORDER BY JS.SKILLID )S&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Where J.CountryID = 'IN';&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;Choose the type of join from the bold options above.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Aug 2018 12:54:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Join-a-table-with-Stored-Procedure-in-Qlikview/m-p/114075#M762407</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2018-08-07T12:54:58Z</dc:date>
    </item>
  </channel>
</rss>

