<?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: Reload time variable issue while reloading on QMC in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Reload-time-variable-issue-while-reloading-on-QMC/m-p/127888#M1292233</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Would like to share solution, if anyone in future will face same issue:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) In the back (script), replaced&amp;nbsp; Let vNPLastReloadDate = Date(Floor(ReloadTime())) with Let vNPLastReloadDate = Date(today(1));&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2) In the front (Settings-&amp;gt;Variable Overview) as vNPConditionTrue pasted into Definition : =if(vNPLastReloadDate =today (),1,0)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now when applications are reloaded within a flow on QMC, if application run successfully &lt;SPAN style="color: #575757; font-family: arial,helvetica,sans-serif; font-size: 13.33px; font-style: normal; font-weight: 400; text-align: left; text-indent: 0px;"&gt;vNPConditionTrue is 1, and NPrinting can execute condition.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 24 Oct 2018 09:23:22 GMT</pubDate>
    <dc:creator>Natalija</dc:creator>
    <dc:date>2018-10-24T09:23:22Z</dc:date>
    <item>
      <title>Reload time variable issue while reloading on QMC</title>
      <link>https://community.qlik.com/t5/QlikView/Reload-time-variable-issue-while-reloading-on-QMC/m-p/127886#M1292227</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does any of you faced following issue? I am using conditions in NPrinting. If application is reloaded today, then NP should send out report.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have following variables in my script:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="variable.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/216520_variable.png" style="height: 135px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;When i am reloading application manually, then i got value 1 in vNPConditionTrue (so it means that condition is true, value is 1, application was reloaded today). When I force reload on QMC, then i have the same result.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So now my issue is following, when my application is on QMC is reloading after another application, even tho application was reloaded it gives me 0 value in my variable vNPConditionTrue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is that a QMC bug, that it doesn't see ReloadTime() inside variable, but then why it does work when i force to run application on QMC by pushing run button? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Jan 2026 18:19:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Reload-time-variable-issue-while-reloading-on-QMC/m-p/127886#M1292227</guid>
      <dc:creator>Natalija</dc:creator>
      <dc:date>2026-01-26T18:19:17Z</dc:date>
    </item>
    <item>
      <title>Re: Reload time variable issue while reloading on QMC</title>
      <link>https://community.qlik.com/t5/QlikView/Reload-time-variable-issue-while-reloading-on-QMC/m-p/127887#M1292229</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ReloadTime returns the reloadtime of the previous reload of the document, not the one executing when the script is run. Perhaps that explains what you're seeing. Try Now() instead of ReloadTime().&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Oct 2018 10:12:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Reload-time-variable-issue-while-reloading-on-QMC/m-p/127887#M1292229</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2018-10-23T10:12:31Z</dc:date>
    </item>
    <item>
      <title>Re: Reload time variable issue while reloading on QMC</title>
      <link>https://community.qlik.com/t5/QlikView/Reload-time-variable-issue-while-reloading-on-QMC/m-p/127888#M1292233</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Would like to share solution, if anyone in future will face same issue:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) In the back (script), replaced&amp;nbsp; Let vNPLastReloadDate = Date(Floor(ReloadTime())) with Let vNPLastReloadDate = Date(today(1));&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2) In the front (Settings-&amp;gt;Variable Overview) as vNPConditionTrue pasted into Definition : =if(vNPLastReloadDate =today (),1,0)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now when applications are reloaded within a flow on QMC, if application run successfully &lt;SPAN style="color: #575757; font-family: arial,helvetica,sans-serif; font-size: 13.33px; font-style: normal; font-weight: 400; text-align: left; text-indent: 0px;"&gt;vNPConditionTrue is 1, and NPrinting can execute condition.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Oct 2018 09:23:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Reload-time-variable-issue-while-reloading-on-QMC/m-p/127888#M1292233</guid>
      <dc:creator>Natalija</dc:creator>
      <dc:date>2018-10-24T09:23:22Z</dc:date>
    </item>
  </channel>
</rss>

