<?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: Partial Reload Help! in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Partial-Reload-Help/m-p/1233574#M392790</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;my first thought&amp;nbsp; will be export data from SQL and Create QVD and work with this as working on SQL Script in QLikview in confusing and you should not to mix them .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Good idea is to add your app to post as its easier to help if we can see all contest &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anna&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 12 Jan 2017 12:45:29 GMT</pubDate>
    <dc:creator>annafuksa1</dc:creator>
    <dc:date>2017-01-12T12:45:29Z</dc:date>
    <item>
      <title>Partial Reload Help!</title>
      <link>https://community.qlik.com/t5/QlikView/Partial-Reload-Help/m-p/1233572#M392788</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm having an issue with Partial Load or it may be just my lack of understanding.&amp;nbsp; I am trying to join a table from another database with this NoteA table which contains an inputfield.&amp;nbsp; When I run a partial reload in this scenario I get the same dataset (looking in the CTRL+T table preview) even if I edit some data on the back end SQL tables, I've tested around and even used replace but still no new data.&amp;nbsp; How can I get the new data loaded into my file without refreshing wholly which would take an extended period of time?&amp;nbsp; Thanks!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IF IsPartialReload() THEN&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; DROP TABLE NoteA;&lt;/P&gt;&lt;P&gt;END IF;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;NoteA:&lt;/P&gt;&lt;P&gt;LEFT JOIN (DName&lt;SPAN style="font-size: 10pt;"&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;ADD SQL&lt;/P&gt;&lt;P&gt;SELECT NoteA&lt;/P&gt;&lt;P&gt;FROM TableA&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Jan 2017 20:42:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Partial-Reload-Help/m-p/1233572#M392788</guid>
      <dc:creator />
      <dc:date>2017-01-11T20:42:07Z</dc:date>
    </item>
    <item>
      <title>Re: Partial Reload Help!</title>
      <link>https://community.qlik.com/t5/QlikView/Partial-Reload-Help/m-p/1233573#M392789</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm not absolutely sure but I think you need to include the load of the table DName within the partial load to be able to perform the join.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Jan 2017 12:08:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Partial-Reload-Help/m-p/1233573#M392789</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2017-01-12T12:08:22Z</dc:date>
    </item>
    <item>
      <title>Re: Partial Reload Help!</title>
      <link>https://community.qlik.com/t5/QlikView/Partial-Reload-Help/m-p/1233574#M392790</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;my first thought&amp;nbsp; will be export data from SQL and Create QVD and work with this as working on SQL Script in QLikview in confusing and you should not to mix them .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Good idea is to add your app to post as its easier to help if we can see all contest &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anna&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Jan 2017 12:45:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Partial-Reload-Help/m-p/1233574#M392790</guid>
      <dc:creator>annafuksa1</dc:creator>
      <dc:date>2017-01-12T12:45:29Z</dc:date>
    </item>
    <item>
      <title>Re: Partial Reload Help!</title>
      <link>https://community.qlik.com/t5/QlikView/Partial-Reload-Help/m-p/1233575#M392791</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think you need to do this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;IF IsPartialReload() THEN&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;LEFT JOIN (DName&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit;"&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="color: #3d3d3d; font-style: inherit; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-weight: inherit;"&gt;NoteA:&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;REPLACE &lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;load *&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;SQL SELECT NoteA&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;FROM TableA;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;END IF;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Jan 2017 22:30:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Partial-Reload-Help/m-p/1233575#M392791</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-01-19T22:30:20Z</dc:date>
    </item>
  </channel>
</rss>

