<?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 Reload time not refreshing when Reloaded with BAT File...! in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Reload-time-not-refreshing-when-Reloaded-with-BAT-File/m-p/1598129#M444071</link>
    <description>&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;I tried to relaod the data with Bat file , in the script i have time captured in variable with vReload_Time=Now(),&lt;/P&gt;&lt;P&gt;the variable captures the data when reloaded in Qlikview front end. When i tried to load through bat file, the QVD files loads perfectly, but the variable doesn't capture the latest reload time.&lt;/P&gt;&lt;P&gt;Will be helpful if i get quick response.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ganesh&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sat, 16 Nov 2024 20:32:11 GMT</pubDate>
    <dc:creator>avula_gk</dc:creator>
    <dc:date>2024-11-16T20:32:11Z</dc:date>
    <item>
      <title>Reload time not refreshing when Reloaded with BAT File...!</title>
      <link>https://community.qlik.com/t5/QlikView/Reload-time-not-refreshing-when-Reloaded-with-BAT-File/m-p/1598129#M444071</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;I tried to relaod the data with Bat file , in the script i have time captured in variable with vReload_Time=Now(),&lt;/P&gt;&lt;P&gt;the variable captures the data when reloaded in Qlikview front end. When i tried to load through bat file, the QVD files loads perfectly, but the variable doesn't capture the latest reload time.&lt;/P&gt;&lt;P&gt;Will be helpful if i get quick response.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ganesh&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 20:32:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Reload-time-not-refreshing-when-Reloaded-with-BAT-File/m-p/1598129#M444071</guid>
      <dc:creator>avula_gk</dc:creator>
      <dc:date>2024-11-16T20:32:11Z</dc:date>
    </item>
    <item>
      <title>Re: Reload time not refreshing when Reloaded with BAT File...!</title>
      <link>https://community.qlik.com/t5/QlikView/Reload-time-not-refreshing-when-Reloaded-with-BAT-File/m-p/1598327#M444075</link>
      <description>&lt;P&gt;change your code to now(1)&lt;/P&gt;&lt;P&gt;from help&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;"If you use the function in a load script,&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class="statement"&gt;timer_mode=0&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;will result in the time of the last finished data load, while&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class="statement"&gt;timer_mode=1&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;will give the time of the function call in the current data load."&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;You can also use reloadtime function&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 02 Jul 2019 20:23:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Reload-time-not-refreshing-when-Reloaded-with-BAT-File/m-p/1598327#M444075</guid>
      <dc:creator>dplr-rn</dc:creator>
      <dc:date>2019-07-02T20:23:34Z</dc:date>
    </item>
    <item>
      <title>Re: Reload time not refreshing when Reloaded with BAT File...!</title>
      <link>https://community.qlik.com/t5/QlikView/Reload-time-not-refreshing-when-Reloaded-with-BAT-File/m-p/1598359#M444078</link>
      <description>&lt;P&gt;I use the now() function in the script all the time and never had any issue.&lt;/P&gt;&lt;P&gt;Has the QlikView document reloaded&amp;nbsp;and saved successfully?&lt;/P&gt;&lt;P&gt;When you said the variable doesn't capture the latest reload time, what does it show then?&lt;/P&gt;&lt;P&gt;How do you show the variable value? ='$(Variable)' ?&lt;/P&gt;</description>
      <pubDate>Tue, 02 Jul 2019 22:56:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Reload-time-not-refreshing-when-Reloaded-with-BAT-File/m-p/1598359#M444078</guid>
      <dc:creator>NZFei</dc:creator>
      <dc:date>2019-07-02T22:56:07Z</dc:date>
    </item>
    <item>
      <title>Re: Reload time not refreshing when Reloaded with BAT File...!</title>
      <link>https://community.qlik.com/t5/QlikView/Reload-time-not-refreshing-when-Reloaded-with-BAT-File/m-p/1598524#M444088</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;Its been saved, the variable shows the last reload time which i ran through qlikview application.&lt;/P&gt;&lt;P&gt;Say first instance of&amp;nbsp; Reload through qlikview application then $variable = 4.35 PM (when i reload on Qlikview application.)&lt;/P&gt;&lt;P&gt;2nd instance&amp;nbsp; Reload on 5.00 Pm through bat file, after reload if i open the Qlikview application $variable should have 5.00Pm , but it shows first instance value i.e., 4.35PM&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ganesh&lt;/P&gt;</description>
      <pubDate>Wed, 03 Jul 2019 09:29:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Reload-time-not-refreshing-when-Reloaded-with-BAT-File/m-p/1598524#M444088</guid>
      <dc:creator>avula_gk</dc:creator>
      <dc:date>2019-07-03T09:29:36Z</dc:date>
    </item>
    <item>
      <title>Re: Reload time not refreshing when Reloaded with BAT File...!</title>
      <link>https://community.qlik.com/t5/QlikView/Reload-time-not-refreshing-when-Reloaded-with-BAT-File/m-p/1598712#M444104</link>
      <description>&lt;P&gt;Maybe it's an alternatively just to use reloadtime() within the UI instead of assigning now() to a variable during the load.&lt;/P&gt;&lt;P&gt;Usually I don't use a command line statement to update an application else vbs-batches and therefore I couldn't really say why the variable-value doesn't changed. A possible reason might be that the bat really refreshed the data without intializing the UI which meant that only the data of the qvw changed and everything else is untouched - which would be quite similar to the way how the qvb.exe worked. I never tested it - it's just a guessing.&lt;/P&gt;&lt;P&gt;What you could try is to set the variable per /v parameter within the command line - it might enforce a different behaviour.&lt;/P&gt;&lt;P&gt;Beside this you could write the value into a table and fetching the value from there.&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;</description>
      <pubDate>Wed, 03 Jul 2019 14:29:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Reload-time-not-refreshing-when-Reloaded-with-BAT-File/m-p/1598712#M444104</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2019-07-03T14:29:21Z</dc:date>
    </item>
    <item>
      <title>Re: Reload time not refreshing when Reloaded with BAT File...!</title>
      <link>https://community.qlik.com/t5/QlikView/Reload-time-not-refreshing-when-Reloaded-with-BAT-File/m-p/1598735#M444105</link>
      <description>&lt;P&gt;Non of the things worked out. when i closed and reopened the QVW file then it automatically, refreshed the reload time in the variable.&lt;/P&gt;&lt;P&gt;Might be UI not gets refreshed when we reload thru bat file, i cant see a refresh file instead of reload, which will be helpful for my case.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ganesh&lt;/P&gt;</description>
      <pubDate>Wed, 03 Jul 2019 15:17:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Reload-time-not-refreshing-when-Reloaded-with-BAT-File/m-p/1598735#M444105</guid>
      <dc:creator>avula_gk</dc:creator>
      <dc:date>2019-07-03T15:17:08Z</dc:date>
    </item>
  </channel>
</rss>

