<?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: Data Refresh in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Data-Refresh/m-p/1023242#M525159</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;Use two date fields on front end&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;One date is maximum of Transaction Date(or any other date field in your context), display the same as Till the date and display second date as ReloadTime() which is the date when your Dashboard is reloaded, name it last refreshed. No confusion whatsoever!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 19 Jan 2016 10:11:17 GMT</pubDate>
    <dc:creator>mithilesh17</dc:creator>
    <dc:date>2016-01-19T10:11:17Z</dc:date>
    <item>
      <title>Data Refresh</title>
      <link>https://community.qlik.com/t5/QlikView/Data-Refresh/m-p/1023237#M525154</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;Hi guys,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have multiple data files, which gets updated any time, my dashboard is scheduled to refresh on weekly basis, So issue is Last refresh date shows Dashboard refresh date, every week dashboard refresh date gets updated irrespective of data got updated or not. Users gets confused with that, they assume data got updated. Is there any way to show data refresh date in dashboard??&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Jan 2016 07:05:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Data-Refresh/m-p/1023237#M525154</guid>
      <dc:creator />
      <dc:date>2016-01-19T07:05:17Z</dc:date>
    </item>
    <item>
      <title>Re: Data Refresh</title>
      <link>https://community.qlik.com/t5/QlikView/Data-Refresh/m-p/1023238#M525155</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can use ReloadTime().&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It will give you the last reloaded time of the dashboard.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Naresh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Jan 2016 08:19:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Data-Refresh/m-p/1023238#M525155</guid>
      <dc:creator>NareshGuntur</dc:creator>
      <dc:date>2016-01-19T08:19:34Z</dc:date>
    </item>
    <item>
      <title>Re: Data Refresh</title>
      <link>https://community.qlik.com/t5/QlikView/Data-Refresh/m-p/1023239#M525156</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In this case pick your Transaction or Fact QVD create time or get the max transaction time from your available data to show Last Update Date.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Jan 2016 08:30:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Data-Refresh/m-p/1023239#M525156</guid>
      <dc:creator>manojkulkarni</dc:creator>
      <dc:date>2016-01-19T08:30:19Z</dc:date>
    </item>
    <item>
      <title>Re: Data Refresh</title>
      <link>https://community.qlik.com/t5/QlikView/Data-Refresh/m-p/1023240#M525157</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ReloadTime() shows dashboard refresh time, i want to show data refresh time&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Jan 2016 09:15:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Data-Refresh/m-p/1023240#M525157</guid>
      <dc:creator />
      <dc:date>2016-01-19T09:15:31Z</dc:date>
    </item>
    <item>
      <title>Re: Data Refresh</title>
      <link>https://community.qlik.com/t5/QlikView/Data-Refresh/m-p/1023241#M525158</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;at the end of&amp;nbsp; your script execution, create a variable to hold the maximum date of the Date Field(on which basis you are confirming the source data is updated or not).&lt;/P&gt;&lt;P&gt;use that variable to display the latest updated data.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Jan 2016 09:40:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Data-Refresh/m-p/1023241#M525158</guid>
      <dc:creator>PradeepReddy</dc:creator>
      <dc:date>2016-01-19T09:40:59Z</dc:date>
    </item>
    <item>
      <title>Re: Data Refresh</title>
      <link>https://community.qlik.com/t5/QlikView/Data-Refresh/m-p/1023242#M525159</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;Use two date fields on front end&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;One date is maximum of Transaction Date(or any other date field in your context), display the same as Till the date and display second date as ReloadTime() which is the date when your Dashboard is reloaded, name it last refreshed. No confusion whatsoever!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Jan 2016 10:11:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Data-Refresh/m-p/1023242#M525159</guid>
      <dc:creator>mithilesh17</dc:creator>
      <dc:date>2016-01-19T10:11:17Z</dc:date>
    </item>
    <item>
      <title>Re: Data Refresh</title>
      <link>https://community.qlik.com/t5/QlikView/Data-Refresh/m-p/1023243#M525160</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try something like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Test1:&lt;/P&gt;&lt;P&gt;LOAD FileTime() as Time, FileName() as Name &lt;/P&gt;&lt;P&gt;From E:\NewFolder\Data\*.xlsx;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Test2:&lt;/P&gt;&lt;P&gt;LOAD Max(Time) as NewTime Resident Test1;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, your NewTime field will have the last updated data file. If you show this in the dashboard using a TextObject, users will understand if it is of last week or the latest week.&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;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Naresh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Jan 2016 13:02:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Data-Refresh/m-p/1023243#M525160</guid>
      <dc:creator>NareshGuntur</dc:creator>
      <dc:date>2016-01-19T13:02:55Z</dc:date>
    </item>
    <item>
      <title>Re: Data Refresh</title>
      <link>https://community.qlik.com/t5/QlikView/Data-Refresh/m-p/1023244#M525161</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I believe you may have timestamp on your application. If yes, create set analysis expression on UI:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;'Last Refresh Time: ' &amp;amp; Max({1}TimestampFieldName)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you don't have timestamp field in your application or rollover the data to day or week level. write sql statements to get the latest timestamp from your fact table.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Jan 2016 14:40:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Data-Refresh/m-p/1023244#M525161</guid>
      <dc:creator />
      <dc:date>2016-01-20T14:40:23Z</dc:date>
    </item>
    <item>
      <title>Re: Data Refresh</title>
      <link>https://community.qlik.com/t5/QlikView/Data-Refresh/m-p/1023245#M525162</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey there,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check my solution in the attached file &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;MB&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Jan 2016 14:48:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Data-Refresh/m-p/1023245#M525162</guid>
      <dc:creator>miguelbraga</dc:creator>
      <dc:date>2016-01-20T14:48:15Z</dc:date>
    </item>
    <item>
      <title>Re: Data Refresh</title>
      <link>https://community.qlik.com/t5/QlikView/Data-Refresh/m-p/1023246#M525163</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;Like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: 'Noto Sans'; font-size: 14px; padding: 0 0 27px; color: #676767; background-color: #f6f6f6;"&gt;The filetime() function does this nicely.&lt;/P&gt;&lt;PRE style="font-family: inherit; font-size: 14px; color: #676767; background-color: #f6f6f6;"&gt;&lt;CODE class="hljs qlikview-expression" style="font-family: 'Andale Mono', Courier, 'Courier New', monospace; font-size: 12px; padding: 0.5em; color: black; background: white;"&gt;&lt;SPAN class="hljs-built_in" style="font-family: inherit; font-weight: inherit; color: #0000ff;"&gt;date&lt;/SPAN&gt;(&lt;SPAN class="hljs-field" style="font-family: inherit; font-weight: inherit; color: #800000;"&gt;filetime&lt;/SPAN&gt;(&lt;SPAN class="hljs-string" style="font-family: inherit; font-weight: inherit;"&gt;'\\path\tofile\dailydata.csv'&lt;/SPAN&gt;),&lt;SPAN class="hljs-string" style="font-family: inherit; font-weight: inherit;"&gt;'DD/MM/YYYY hh:mm'&lt;/SPAN&gt;) &lt;SPAN class="hljs-field" style="font-family: inherit; font-weight: inherit; color: #800000;"&gt;as&lt;/SPAN&gt; &lt;SPAN class="hljs-field" style="font-family: inherit; font-weight: inherit; color: #800000;"&gt;DateModified&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this Helps,&lt;/P&gt;&lt;P&gt;PFA,&lt;/P&gt;&lt;P&gt;Hirish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Jan 2016 14:57:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Data-Refresh/m-p/1023246#M525163</guid>
      <dc:creator>HirisH_V7</dc:creator>
      <dc:date>2016-01-20T14:57:45Z</dc:date>
    </item>
    <item>
      <title>Re: Data Refresh</title>
      <link>https://community.qlik.com/t5/QlikView/Data-Refresh/m-p/1023247#M525164</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;any idea how to check multiple correct answer? Thanks a lot guys for different good ideas for this requirement. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Jan 2016 07:11:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Data-Refresh/m-p/1023247#M525164</guid>
      <dc:creator />
      <dc:date>2016-01-21T07:11:25Z</dc:date>
    </item>
  </channel>
</rss>

