<?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: Reloadtime() in script in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Reloadtime-in-script/m-p/405153#M150768</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;this directory doesn't exists "C:\Desktop"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Verify&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"C:\users\your_user\desktop"&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 06 Feb 2013 13:25:32 GMT</pubDate>
    <dc:creator />
    <dc:date>2013-02-06T13:25:32Z</dc:date>
    <item>
      <title>Reloadtime() in script</title>
      <link>https://community.qlik.com/t5/QlikView/Reloadtime-in-script/m-p/405146#M150761</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I am curious to know why&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let vVar= Reloadtime(); is working and why not when am using same in &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let vVar1='C:\Desktop\'&amp;amp;reloadtime(); or Let vVar1='C:\Desktop\'&amp;amp;$(vVar);&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Feb 2013 13:58:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Reloadtime-in-script/m-p/405146#M150761</guid>
      <dc:creator>sivarajs</dc:creator>
      <dc:date>2013-02-05T13:58:58Z</dc:date>
    </item>
    <item>
      <title>Re: Reloadtime() in script</title>
      <link>https://community.qlik.com/t5/QlikView/Reloadtime-in-script/m-p/405147#M150762</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sivaraj,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check this its workding&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let vVar= Reloadtime();&lt;/P&gt;&lt;P&gt;Let vVar1='C:\Desktop\'&amp;amp; "'" &amp;amp; reloadtime() &amp;amp; "'" ; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think Single quotes is missing in your expression while concatenating.&amp;nbsp; ReloadTime is considering as number, by concatenating single quotes it is becoming string.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jagan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Feb 2013 14:45:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Reloadtime-in-script/m-p/405147#M150762</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2013-02-05T14:45:59Z</dc:date>
    </item>
    <item>
      <title>Re: Reloadtime() in script</title>
      <link>https://community.qlik.com/t5/QlikView/Reloadtime-in-script/m-p/405148#M150763</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;SPAN class="replyToName" style="font-size: 14px;"&gt;Sivaraj Seeman&lt;/SPAN&gt;,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It works if you convert the values to text before of concatenating the strings. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let vVar= Reloadtime();&lt;/P&gt;&lt;P&gt;Let vVar1='C:\Desktop\'&amp;amp;text(reloadtime()); &lt;/P&gt;&lt;P&gt;Let vVar2='C:\Desktop\'&amp;amp;'$(vVar)';&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Feb 2013 14:48:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Reloadtime-in-script/m-p/405148#M150763</guid>
      <dc:creator>jeffmartins</dc:creator>
      <dc:date>2013-02-05T14:48:42Z</dc:date>
    </item>
    <item>
      <title>Re: Reloadtime() in script</title>
      <link>https://community.qlik.com/t5/QlikView/Reloadtime-in-script/m-p/405149#M150764</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Both solutions getting script reload failed&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Feb 2013 07:15:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Reloadtime-in-script/m-p/405149#M150764</guid>
      <dc:creator>sivarajs</dc:creator>
      <dc:date>2013-02-06T07:15:43Z</dc:date>
    </item>
    <item>
      <title>Re: Reloadtime() in script</title>
      <link>https://community.qlik.com/t5/QlikView/Reloadtime-in-script/m-p/405150#M150765</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;SPAN class="replyToName" style="font-size: 14px;"&gt;Sivaraj Seeman&lt;/SPAN&gt;,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It works if you convert the values to text before of concatenating the strings.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let vVar= Reloadtime();&lt;/P&gt;&lt;P&gt;Let vVar1='C:\Desktop\'&amp;amp;text(reloadtime());&lt;/P&gt;&lt;P&gt;Let vVar2='C:\Desktop\'&amp;amp;'$(vVar)';&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've updated this post with an example. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;See the attached file. Hope this helps you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Feb 2013 11:18:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Reloadtime-in-script/m-p/405150#M150765</guid>
      <dc:creator>jeffmartins</dc:creator>
      <dc:date>2013-02-06T11:18:49Z</dc:date>
    </item>
    <item>
      <title>Re: Reloadtime() in script</title>
      <link>https://community.qlik.com/t5/QlikView/Reloadtime-in-script/m-p/405151#M150766</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;SPAN style="font-size: 10pt;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;If you are using the value of RELOADTIME () to create a file, remember that you can not create files using certain characters in their name.&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;/P&gt;&lt;P&gt;If you need to generate a file, use your example removing the special characters with the DATE () function&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ex.:&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;/P&gt;&lt;P&gt;Let vVar1 = 'C: \ Desktop \ "&amp;amp; DATE (reloadtime (),' YYYYMMDD_hhmmss [. Fff] ');&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Feb 2013 11:34:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Reloadtime-in-script/m-p/405151#M150766</guid>
      <dc:creator />
      <dc:date>2013-02-06T11:34:05Z</dc:date>
    </item>
    <item>
      <title>Re: Reloadtime() in script</title>
      <link>https://community.qlik.com/t5/QlikView/Reloadtime-in-script/m-p/405152#M150767</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please reload the attched file you will get to know&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Feb 2013 13:16:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Reloadtime-in-script/m-p/405152#M150767</guid>
      <dc:creator>sivarajs</dc:creator>
      <dc:date>2013-02-06T13:16:17Z</dc:date>
    </item>
    <item>
      <title>Re: Reloadtime() in script</title>
      <link>https://community.qlik.com/t5/QlikView/Reloadtime-in-script/m-p/405153#M150768</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;this directory doesn't exists "C:\Desktop"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Verify&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"C:\users\your_user\desktop"&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Feb 2013 13:25:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Reloadtime-in-script/m-p/405153#M150768</guid>
      <dc:creator />
      <dc:date>2013-02-06T13:25:32Z</dc:date>
    </item>
  </channel>
</rss>

