<?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: Selected Records from SQL Table in QlikView in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Selected-Records-from-SQL-Table-in-QlikView/m-p/625896#M681289</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Paul,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am using SAP connector.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Amol Khochare&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 14 Apr 2014 05:01:55 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-04-14T05:01:55Z</dc:date>
    <item>
      <title>Selected Records from SQL Table in QlikView</title>
      <link>https://community.qlik.com/t5/QlikView/Selected-Records-from-SQL-Table-in-QlikView/m-p/625892#M681285</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am using QlikView and facing problem in some of the SAP Tables&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;e.g.-&amp;gt; JEST, MSEG, KONV.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is huge database above 40 to 50 lac and 1 crore also.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want selected data in final table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Like, I have 10 records in VBAP table, So, with reference of 10 records data should be fetched in JEST table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reference field is OBJNR.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Because every time we have to load whole database and it takes 12 to 15 Minutes for such huge database tables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kindly suggest the same.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Regards&lt;/P&gt;&lt;P&gt;Amol Khochare&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Apr 2014 04:52:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Selected-Records-from-SQL-Table-in-QlikView/m-p/625892#M681285</guid>
      <dc:creator />
      <dc:date>2014-04-11T04:52:46Z</dc:date>
    </item>
    <item>
      <title>Re: Selected Records from SQL Table in QlikView</title>
      <link>https://community.qlik.com/t5/QlikView/Selected-Records-from-SQL-Table-in-QlikView/m-p/625893#M681286</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Amol,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I understand you correctly, you want to get records from the JEST only if the records exist in the VBAP?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you are using the SAP Connector maybe you could try left join the tables?. I can't test it now with the VBAP tables but below is the &lt;STRONG&gt;example&lt;/STRONG&gt; syntax. As long as the tables are "transparent" the join should work. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECT MARA~MATNR, MAKT~MAKTX FROM MARA left join MAKT on (MARA~MATNR = MAKT~MATNR);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please let us know how did it go.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Paul&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Apr 2014 03:53:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Selected-Records-from-SQL-Table-in-QlikView/m-p/625893#M681286</guid>
      <dc:creator />
      <dc:date>2014-04-14T03:53:36Z</dc:date>
    </item>
    <item>
      <title>Re: Selected Records from SQL Table in QlikView</title>
      <link>https://community.qlik.com/t5/QlikView/Selected-Records-from-SQL-Table-in-QlikView/m-p/625894#M681287</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Paul,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have tried the query in QlikView but, it gives the error. It will work in ABAP or SQL.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Amol Khochare&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Apr 2014 04:24:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Selected-Records-from-SQL-Table-in-QlikView/m-p/625894#M681287</guid>
      <dc:creator />
      <dc:date>2014-04-14T04:24:56Z</dc:date>
    </item>
    <item>
      <title>Re: Selected Records from SQL Table in QlikView</title>
      <link>https://community.qlik.com/t5/QlikView/Selected-Records-from-SQL-Table-in-QlikView/m-p/625895#M681288</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Amol,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just to clarify,&amp;nbsp; are you using SAP connector to directly tap into SAP or you have some intermediary SQL server with your SAP tables?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you please share the error message?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Paul&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Apr 2014 04:45:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Selected-Records-from-SQL-Table-in-QlikView/m-p/625895#M681288</guid>
      <dc:creator />
      <dc:date>2014-04-14T04:45:07Z</dc:date>
    </item>
    <item>
      <title>Re: Selected Records from SQL Table in QlikView</title>
      <link>https://community.qlik.com/t5/QlikView/Selected-Records-from-SQL-Table-in-QlikView/m-p/625896#M681289</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Paul,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am using SAP connector.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Amol Khochare&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Apr 2014 05:01:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Selected-Records-from-SQL-Table-in-QlikView/m-p/625896#M681289</guid>
      <dc:creator />
      <dc:date>2014-04-14T05:01:55Z</dc:date>
    </item>
    <item>
      <title>Re: Selected Records from SQL Table in QlikView</title>
      <link>https://community.qlik.com/t5/QlikView/Selected-Records-from-SQL-Table-in-QlikView/m-p/625897#M681290</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Paul,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It is working. Thnak u.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Amol Khochare&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Apr 2014 05:07:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Selected-Records-from-SQL-Table-in-QlikView/m-p/625897#M681290</guid>
      <dc:creator />
      <dc:date>2014-04-14T05:07:27Z</dc:date>
    </item>
    <item>
      <title>Re: Selected Records from SQL Table in QlikView</title>
      <link>https://community.qlik.com/t5/QlikView/Selected-Records-from-SQL-Table-in-QlikView/m-p/625898#M681291</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN class="j-post-author"&gt;&lt;STRONG&gt;&lt;A href="https://community.qlik.com/people/Amol_Khochare"&gt;Amol_Khochare&lt;/A&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;, Please close the discussion by selecting the right answer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Apr 2014 02:52:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Selected-Records-from-SQL-Table-in-QlikView/m-p/625898#M681291</guid>
      <dc:creator>SergeyMak</dc:creator>
      <dc:date>2014-04-23T02:52:14Z</dc:date>
    </item>
  </channel>
</rss>

