<?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: Need Help?? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Need-Help/m-p/860662#M999214</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if you want a static value as the reload time then you need to store it in any variable and then need to use this variable to display the reload time, dynamically with the&amp;nbsp; reloadtime() function you cannot achieve this&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 10 Jun 2015 06:07:46 GMT</pubDate>
    <dc:creator>avinashelite</dc:creator>
    <dc:date>2015-06-10T06:07:46Z</dc:date>
    <item>
      <title>Need Help??</title>
      <link>https://community.qlik.com/t5/QlikView/Need-Help/m-p/860660#M999212</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Community,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have one qvw file in that i have text box in that reload time(),&lt;/P&gt;&lt;P&gt;in server side i have schedule at 9:00 AM, suppose if i am reload again 11:00 AM,&lt;/P&gt;&lt;P&gt;I don't want to change the reload time....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in Advance..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Jun 2015 05:59:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-Help/m-p/860660#M999212</guid>
      <dc:creator>Nagaraju_KCS</dc:creator>
      <dc:date>2015-06-10T05:59:34Z</dc:date>
    </item>
    <item>
      <title>Re: Need Help??</title>
      <link>https://community.qlik.com/t5/QlikView/Need-Help/m-p/860661#M999213</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Try below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;time&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;ReloadTime&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;()) &amp;gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Time#&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;( '09:00:00','HH:MM:SS TT'),'9:00 AM',ReloadTime())&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;HTH&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Sushil&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Jun 2015 06:04:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-Help/m-p/860661#M999213</guid>
      <dc:creator>sushil353</dc:creator>
      <dc:date>2015-06-10T06:04:57Z</dc:date>
    </item>
    <item>
      <title>Re: Need Help??</title>
      <link>https://community.qlik.com/t5/QlikView/Need-Help/m-p/860662#M999214</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if you want a static value as the reload time then you need to store it in any variable and then need to use this variable to display the reload time, dynamically with the&amp;nbsp; reloadtime() function you cannot achieve this&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Jun 2015 06:07:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-Help/m-p/860662#M999214</guid>
      <dc:creator>avinashelite</dc:creator>
      <dc:date>2015-06-10T06:07:46Z</dc:date>
    </item>
    <item>
      <title>Re: Need Help??</title>
      <link>https://community.qlik.com/t5/QlikView/Need-Help/m-p/860663#M999215</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;then what is the use of &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;reload time() if you dont want to update it. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;still if you want to see only 9:00AM you can use&lt;/P&gt;&lt;P&gt;=date(ReloadTime())&amp;amp;'&amp;nbsp; ' &amp;amp;'9:00AM'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &lt;/P&gt;&lt;P&gt;BKC&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Jun 2015 06:09:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-Help/m-p/860663#M999215</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-06-10T06:09:08Z</dc:date>
    </item>
  </channel>
</rss>

