<?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: error when reloading in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/error-when-reloading/m-p/708646#M255295</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hmm. I'm afraid this requires some deeper analysis than I am able to do over the discussion thread. &lt;/P&gt;&lt;P&gt;&lt;BR /&gt;As a workaround you can try to replace the lines &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let vMinDate = Num(Peek('MinDate',0,'MinMax'));&lt;/P&gt;&lt;P&gt;Let vMaxDate = Num(Peek('MaxDate',0,'MinMax'));&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With&lt;BR /&gt;Let vMinDate = Num(YearStart(MakeDate(2012)));&lt;/P&gt;&lt;P&gt;Let vMaxDate = Num(YearEnd(Today()));&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 18 Jul 2014 19:27:42 GMT</pubDate>
    <dc:creator>simenkg</dc:creator>
    <dc:date>2014-07-18T19:27:42Z</dc:date>
    <item>
      <title>error when reloading</title>
      <link>https://community.qlik.com/t5/QlikView/error-when-reloading/m-p/708608#M255257</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am getting a script line error when reloading my qvd file. the error message is in the image attached &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Jul 2014 14:47:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/error-when-reloading/m-p/708608#M255257</guid>
      <dc:creator />
      <dc:date>2014-07-18T14:47:18Z</dc:date>
    </item>
    <item>
      <title>Re: error when reloading</title>
      <link>https://community.qlik.com/t5/QlikView/error-when-reloading/m-p/708609#M255258</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Looks like error in your Variable Creation...&lt;/P&gt;&lt;P&gt;can you post your variable definition...?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Jul 2014 14:55:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/error-when-reloading/m-p/708609#M255258</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2014-07-18T14:55:17Z</dc:date>
    </item>
    <item>
      <title>Re: error when reloading</title>
      <link>https://community.qlik.com/t5/QlikView/error-when-reloading/m-p/708610#M255259</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;IMG alt="error1.png" class="jive-image" src="https://community.qlik.com/legacyfs/online/62675_error1.png" style="width: 620px; height: 494px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Jul 2014 14:57:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/error-when-reloading/m-p/708610#M255259</guid>
      <dc:creator />
      <dc:date>2014-07-18T14:57:29Z</dc:date>
    </item>
    <item>
      <title>Re: error when reloading</title>
      <link>https://community.qlik.com/t5/QlikView/error-when-reloading/m-p/708611#M255260</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;where do I find this?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Jul 2014 15:00:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/error-when-reloading/m-p/708611#M255260</guid>
      <dc:creator />
      <dc:date>2014-07-18T15:00:16Z</dc:date>
    </item>
    <item>
      <title>Re: error when reloading</title>
      <link>https://community.qlik.com/t5/QlikView/error-when-reloading/m-p/708612#M255261</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;your WeekEND() and WeekStart() are empty. They Take arguments.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This looks like you are using a variable wrong. if you are using WeekEnd(vVariable) try WeekEnd($(vVariable)). If this still gives the same error try WeekEnd('$(vVariable)')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;BR /&gt;SKG&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Jul 2014 15:01:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/error-when-reloading/m-p/708612#M255261</guid>
      <dc:creator>simenkg</dc:creator>
      <dc:date>2014-07-18T15:01:16Z</dc:date>
    </item>
    <item>
      <title>Re: error when reloading</title>
      <link>https://community.qlik.com/t5/QlikView/error-when-reloading/m-p/708613#M255262</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So I go into settings then variable overview, find vMaxWeek then what?&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Jul 2014 15:11:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/error-when-reloading/m-p/708613#M255262</guid>
      <dc:creator />
      <dc:date>2014-07-18T15:11:22Z</dc:date>
    </item>
    <item>
      <title>Re: error when reloading</title>
      <link>https://community.qlik.com/t5/QlikView/error-when-reloading/m-p/708614#M255263</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No, this is an error in the script. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You open your script editor (CTRL + E) and change it where it is defined in the script.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;find the line that starts with&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;let vMaxWeek = ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And change what stands between the () in WeekEnd and WeekStart&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Jul 2014 15:14:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/error-when-reloading/m-p/708614#M255263</guid>
      <dc:creator>simenkg</dc:creator>
      <dc:date>2014-07-18T15:14:09Z</dc:date>
    </item>
    <item>
      <title>Re: error when reloading</title>
      <link>https://community.qlik.com/t5/QlikView/error-when-reloading/m-p/708615#M255264</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please post the whole line here so we can edit for you.&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Jul 2014 15:19:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/error-when-reloading/m-p/708615#M255264</guid>
      <dc:creator>martynlloyd</dc:creator>
      <dc:date>2014-07-18T15:19:12Z</dc:date>
    </item>
    <item>
      <title>Re: error when reloading</title>
      <link>https://community.qlik.com/t5/QlikView/error-when-reloading/m-p/708616#M255265</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;IMG alt="script.png" class="jive-image" src="https://community.qlik.com/legacyfs/online/62678_script.png" style="width: 620px; height: 451px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Jul 2014 15:20:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/error-when-reloading/m-p/708616#M255265</guid>
      <dc:creator />
      <dc:date>2014-07-18T15:20:53Z</dc:date>
    </item>
    <item>
      <title>Re: error when reloading</title>
      <link>https://community.qlik.com/t5/QlikView/error-when-reloading/m-p/708617#M255266</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok so I looked everywhere in the edit script but it is not there. A consultant made this for us but &lt;STRONG&gt;it &lt;/STRONG&gt;looks like he included script from another file (picture below) but even when I hide the script nothing changes &lt;IMG alt="script.png" class="jive-image" src="https://community.qlik.com/legacyfs/online/62676_script.png" style="width: 620px; height: 631px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Jul 2014 15:36:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/error-when-reloading/m-p/708617#M255266</guid>
      <dc:creator />
      <dc:date>2014-07-18T15:36:35Z</dc:date>
    </item>
    <item>
      <title>Re: error when reloading</title>
      <link>https://community.qlik.com/t5/QlikView/error-when-reloading/m-p/708618#M255267</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As SKG mentioned, you do not have a date in your weekend functions.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Jul 2014 15:38:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/error-when-reloading/m-p/708618#M255267</guid>
      <dc:creator>martynlloyd</dc:creator>
      <dc:date>2014-07-18T15:38:23Z</dc:date>
    </item>
    <item>
      <title>Re: error when reloading</title>
      <link>https://community.qlik.com/t5/QlikView/error-when-reloading/m-p/708619#M255268</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Look under the tab called Census Calendar.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It would be the logical place for it. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Jul 2014 15:38:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/error-when-reloading/m-p/708619#M255268</guid>
      <dc:creator>simenkg</dc:creator>
      <dc:date>2014-07-18T15:38:59Z</dc:date>
    </item>
    <item>
      <title>Re: error when reloading</title>
      <link>https://community.qlik.com/t5/QlikView/error-when-reloading/m-p/708620#M255269</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;nvm that last post&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I found it here&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="script.png" class="jive-image" src="https://community.qlik.com/legacyfs/online/62677_script.png" style="width: 620px; height: 451px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Jul 2014 15:43:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/error-when-reloading/m-p/708620#M255269</guid>
      <dc:creator />
      <dc:date>2014-07-18T15:43:22Z</dc:date>
    </item>
    <item>
      <title>Re: error when reloading</title>
      <link>https://community.qlik.com/t5/QlikView/error-when-reloading/m-p/708621#M255270</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try changing $(vMaxDate) to '$(vMaxDate)' and post the new error message if it crashes again.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if this does not fix the issue, then the line&lt;BR /&gt; Let vMaxDate = Num(Peek('MaxDate',0,'MinMax')); &lt;BR /&gt;returns an empty value. If that is the case we need to see where the MinMax-table is defined.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Jul 2014 15:48:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/error-when-reloading/m-p/708621#M255270</guid>
      <dc:creator>simenkg</dc:creator>
      <dc:date>2014-07-18T15:48:09Z</dc:date>
    </item>
    <item>
      <title>Re: error when reloading</title>
      <link>https://community.qlik.com/t5/QlikView/error-when-reloading/m-p/708622#M255271</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What Simen is saying that makes sense. You try to change your definition something like below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In your case, it seems vMaxdate is not able to compute data and it becomes empty, so weekend() is throwing error. PLease check separately, if there is indeed any data returned from vMaxDate from log file.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Jul 2014 15:49:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/error-when-reloading/m-p/708622#M255271</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-07-18T15:49:57Z</dc:date>
    </item>
    <item>
      <title>Re: error when reloading</title>
      <link>https://community.qlik.com/t5/QlikView/error-when-reloading/m-p/708623#M255272</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It looks like that ran but I am getting another error.&lt;/P&gt;&lt;P&gt;&lt;IMG alt="error last.png" class="jive-image" src="/legacyfs/online/62679_error last.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Jul 2014 15:52:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/error-when-reloading/m-p/708623#M255272</guid>
      <dc:creator />
      <dc:date>2014-07-18T15:52:41Z</dc:date>
    </item>
    <item>
      <title>Re: error when reloading</title>
      <link>https://community.qlik.com/t5/QlikView/error-when-reloading/m-p/708624#M255273</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is the same error. Simply change&amp;nbsp; $(vMaxDate) to '$(vMaxDate)' in the whole sheet and see if that fixes it. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Jul 2014 15:54:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/error-when-reloading/m-p/708624#M255273</guid>
      <dc:creator>simenkg</dc:creator>
      <dc:date>2014-07-18T15:54:40Z</dc:date>
    </item>
    <item>
      <title>Re: error when reloading</title>
      <link>https://community.qlik.com/t5/QlikView/error-when-reloading/m-p/708625#M255274</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;next error&lt;/P&gt;&lt;P&gt;&lt;IMG alt="errorr.png" class="jive-image" src="https://community.qlik.com/legacyfs/online/62680_errorr.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Jul 2014 16:06:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/error-when-reloading/m-p/708625#M255274</guid>
      <dc:creator />
      <dc:date>2014-07-18T16:06:48Z</dc:date>
    </item>
    <item>
      <title>Re: error when reloading</title>
      <link>https://community.qlik.com/t5/QlikView/error-when-reloading/m-p/708626#M255275</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Did you do the same for the vMinDate variable?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;eg. change $(vMinDate) to '$(vMinDate)'&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Jul 2014 16:09:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/error-when-reloading/m-p/708626#M255275</guid>
      <dc:creator>simenkg</dc:creator>
      <dc:date>2014-07-18T16:09:32Z</dc:date>
    </item>
    <item>
      <title>Re: error when reloading</title>
      <link>https://community.qlik.com/t5/QlikView/error-when-reloading/m-p/708627#M255276</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Simen, I appreciate all your help thank you very much. But I am having trouble fixing this script below. I dont know where the correct place for brackets are. &lt;IMG alt="errros.png" class="jive-image" src="https://community.qlik.com/legacyfs/online/62681_errros.png" /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Jul 2014 16:18:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/error-when-reloading/m-p/708627#M255276</guid>
      <dc:creator />
      <dc:date>2014-07-18T16:18:41Z</dc:date>
    </item>
  </channel>
</rss>

