<?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 in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Partial-Reload/m-p/31773#M787488</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be you can skip this variable using the below script&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() = 0 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;Variables;&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, 15 Feb 2018 14:20:04 GMT</pubDate>
    <dc:creator>settu_periasamy</dc:creator>
    <dc:date>2018-02-15T14:20:04Z</dc:date>
    <item>
      <title>Partial Reload</title>
      <link>https://community.qlik.com/t5/QlikView/Partial-Reload/m-p/31771#M787486</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello everybody!&lt;/P&gt;&lt;P&gt;I have a qlikview document where there are many script tabs and I created a new one.I want to make a partial reload for only the last tab which I have added.&lt;/P&gt;&lt;P&gt;To achieve that and after of searching and reading in comunity I wrote &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;mytable:&lt;/P&gt;&lt;P&gt;REPLACE&amp;nbsp; &lt;/P&gt;&lt;P&gt;Sql select * from &lt;TABLE&gt; where AttikaDate= '$(vReloadDate)'; &lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This seems to work but the problem is some variables that call a stored procedure in previous tabs.This is the only part of the script that partial reload doesnt jump.&lt;/P&gt;&lt;P&gt;The 4 variables are &lt;/P&gt;&lt;P&gt;Let sellCur = 'execute procedure ' &amp;amp; $(CurrentSeason) &amp;amp; ',1,' &amp;amp; chr(39) &amp;amp; Date(today(),'YYYYMMDD') &amp;amp; chr(39);&lt;/P&gt;&lt;P&gt;Let sellPrv = 'execute &lt;SPAN style="font-size: 13.3333px;"&gt;procedure &lt;/SPAN&gt; ' &amp;amp; $(PreviousSeason) &amp;amp; ',0,' &amp;amp; chr(39) &amp;amp; Date(today(),'YYYYMMDD') &amp;amp; chr(39);&lt;/P&gt;&lt;P&gt;Let sellCurLY = 'execute &lt;SPAN style="font-size: 13.3333px;"&gt;procedure &lt;/SPAN&gt; ' &amp;amp; $(CurrentSeasonLY) &amp;amp; ',0,' &amp;amp; chr(39) &amp;amp; date(addmonths(today(),-12), 'YYYYMMDD') &amp;amp; chr(39);&lt;/P&gt;&lt;P&gt;Let sellPrvLY = 'execute &lt;SPAN style="font-size: 13.3333px;"&gt;procedure &lt;/SPAN&gt; ' &amp;amp; $(PreviousSeasonLY) &amp;amp; ', 0,' &amp;amp; chr(39) &amp;amp; date(addmonths(today(),-12), 'YYYYMMDD') &amp;amp; chr(39);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can I overcome this issue ?&lt;/P&gt;&lt;P&gt;Note that I am not the one who created the original document and I can't really tell for sure what the previous tabs do.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you in advance &lt;/P&gt;&lt;/TABLE&gt;&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/Partial-Reload/m-p/31771#M787486</guid>
      <dc:creator>kostiskampouris</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Partial Reload</title>
      <link>https://community.qlik.com/t5/QlikView/Partial-Reload/m-p/31772#M787487</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Add and Replace are Qlik functionalities. Can you try 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;&lt;STRONG&gt;mytable:&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;ADD/REPLACE &lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;Load * From table where &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;AttikaDate= '$(vReloadDate)';&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;Sql select * from &lt;/STRONG&gt;&lt;TABLE&gt; where AttikaDate= '$(vReloadDate)';&lt;P&gt;&lt;/P&gt;&lt;/TABLE&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Feb 2018 14:17:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Partial-Reload/m-p/31772#M787487</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2018-02-15T14:17:49Z</dc:date>
    </item>
    <item>
      <title>Re: Partial Reload</title>
      <link>https://community.qlik.com/t5/QlikView/Partial-Reload/m-p/31773#M787488</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be you can skip this variable using the below script&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() = 0 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;Variables;&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, 15 Feb 2018 14:20:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Partial-Reload/m-p/31773#M787488</guid>
      <dc:creator>settu_periasamy</dc:creator>
      <dc:date>2018-02-15T14:20:04Z</dc:date>
    </item>
    <item>
      <title>Re: Partial Reload</title>
      <link>https://community.qlik.com/t5/QlikView/Partial-Reload/m-p/31774#M787489</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Works Perfect!Thank you very much !!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Feb 2018 14:28:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Partial-Reload/m-p/31774#M787489</guid>
      <dc:creator>kostiskampouris</dc:creator>
      <dc:date>2018-02-15T14:28:45Z</dc:date>
    </item>
  </channel>
</rss>

