<?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: Multiple FileTime in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Multiple-FileTime/m-p/890562#M310292</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Swuehl,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Seems that the FileTime() function does not work when pulling from a SharePoint- is there a way to pull the MODIFIED date that is listed on the Sharepoint Document Library?&amp;nbsp; Or is there another way to get a "file load Date &amp;amp; Time" like the FileName() function was providing with the local data files?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;In the QVD, all 3 fields are blank-&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="qvd1.png" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/87535_qvd1.png" style="height: 194px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;SharePoint Document Library&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="SP1.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/87534_SP1.png" style="height: 179px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 26 May 2015 13:36:26 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2015-05-26T13:36:26Z</dc:date>
    <item>
      <title>Multiple FileTime</title>
      <link>https://community.qlik.com/t5/QlikView/Multiple-FileTime/m-p/890555#M310285</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I would like to use 2- FileTime functions to create:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff;"&gt;File Upload Date = M/DD/YYY&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff;"&gt;File Upload Time=hh:mm&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I currently have these variables set, but both the Upload Date and Time are getting formatted this way:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;SET TimeFormat='hh:mm';&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;SET DateFormat='M/D/YYYY';&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;SET TimestampFormat='M/D/YYYY hh:mm';&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there a way to get 2 different results for these field?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 May 2015 15:40:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Multiple-FileTime/m-p/890555#M310285</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-05-19T15:40:13Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple FileTime</title>
      <link>https://community.qlik.com/t5/QlikView/Multiple-FileTime/m-p/890556#M310286</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Maybe like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; FileUploadTimeStamp,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Date(floor(&lt;SPAN style="font-size: 13.3333330154419px;"&gt;FileUploadTimeStamp), 'M/DD/YYYY')&amp;nbsp; as &lt;SPAN style="font-size: 13.3333330154419px;"&gt;FileUploadDate,&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Time(frac(&lt;SPAN style="font-size: 13.3333330154419px;"&gt;FileUploadTimeStamp), 'hh:mm') as &lt;SPAN style="font-size: 13.3333330154419px;"&gt;FileUploadTime,&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ...&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 May 2015 15:43:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Multiple-FileTime/m-p/890556#M310286</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2015-05-19T15:43:37Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple FileTime</title>
      <link>https://community.qlik.com/t5/QlikView/Multiple-FileTime/m-p/890557#M310287</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the help, but it didn't work.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 May 2015 02:11:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Multiple-FileTime/m-p/890557#M310287</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-05-22T02:11:19Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple FileTime</title>
      <link>https://community.qlik.com/t5/QlikView/Multiple-FileTime/m-p/890558#M310288</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Could you post your relevant script snippet?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 May 2015 10:30:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Multiple-FileTime/m-p/890558#M310288</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2015-05-22T10:30:52Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple FileTime</title>
      <link>https://community.qlik.com/t5/QlikView/Multiple-FileTime/m-p/890559#M310289</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;swuehl,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sorry for the delay, below is my script and a screen shot of what is happening.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Script&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;SET ThousandSep=',';&lt;/P&gt;&lt;P&gt;SET DecimalSep='.';&lt;/P&gt;&lt;P&gt;SET MoneyThousandSep=',';&lt;/P&gt;&lt;P&gt;SET MoneyDecimalSep='.';&lt;/P&gt;&lt;P&gt;SET MoneyFormat='$#,##0.00;($#,##0.00)';&lt;/P&gt;&lt;P&gt;SET TimeFormat='h:mm:ss TT';&lt;/P&gt;&lt;P&gt;SET DateFormat='M/D/YYYY';&lt;/P&gt;&lt;P&gt;SET TimestampFormat='M/D/YYYY h:mm:ss[.fff] TT';&lt;/P&gt;&lt;P&gt;SET MonthNames='Jan;Feb;Mar;Apr;May;Jun;Jul;Aug;Sep;Oct;Nov;Dec';&lt;/P&gt;&lt;P&gt;SET DayNames='Mon;Tue;Wed;Thu;Fri;Sat;Sun';&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Time_Traffic_Light:&lt;/P&gt;&lt;P&gt;LOAD Time,&lt;/P&gt;&lt;P&gt;FileTime() as FileTime&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;time.xlsx&lt;/P&gt;&lt;P&gt;(ooxml, embedded labels, table is Sheet1);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Store Time_Traffic_Light into &lt;E&gt;(qvd);&lt;/E&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;The Data Load was a simple Excel &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Time&lt;/P&gt;&lt;P&gt;1:00:00&lt;/P&gt;&lt;P&gt;2:00:00&lt;/P&gt;&lt;P&gt;3:00:00&lt;/P&gt;&lt;P&gt;4:00:00&lt;/P&gt;&lt;P&gt;5:00:00&lt;/P&gt;&lt;P&gt;6:00:00&lt;/P&gt;&lt;P&gt;7:00:00&lt;/P&gt;&lt;P&gt;8:00:00&lt;/P&gt;&lt;P&gt;9:00:00&lt;/P&gt;&lt;P&gt;10:00:00&lt;/P&gt;&lt;P&gt;11:00:00&lt;/P&gt;&lt;P&gt;12:00:00&lt;/P&gt;&lt;P&gt;13:00:00&lt;/P&gt;&lt;P&gt;14:00:00&lt;/P&gt;&lt;P&gt;15:00:00&lt;/P&gt;&lt;P&gt;16:00:00&lt;/P&gt;&lt;P&gt;17:00:00&lt;/P&gt;&lt;P&gt;18:00:00&lt;/P&gt;&lt;P&gt;19:00:00&lt;/P&gt;&lt;P&gt;20:00:00&lt;/P&gt;&lt;P&gt;21:00:00&lt;/P&gt;&lt;P&gt;22:00:00&lt;/P&gt;&lt;P&gt;23:00:00&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Here is a screen capture of what is happening:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="time1.png" class="jive-image image-1" height="445" src="https://community.qlik.com/legacyfs/online/87521_time1.png" style="height: 445.111504424779px; width: 271px;" width="271" /&gt; &lt;IMG alt="time2.png" class="jive-image image-2" height="393" src="https://community.qlik.com/legacyfs/online/87522_time2.png" style="height: 392.628398791541px; width: 342px;" width="342" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 May 2015 11:20:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Multiple-FileTime/m-p/890559#M310289</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-05-26T11:20:25Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple FileTime</title>
      <link>https://community.qlik.com/t5/QlikView/Multiple-FileTime/m-p/890560#M310290</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Filetime() will return a Timestamp, so it's formatted like the format set for TimestampFormat.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You should be able to reformat and split like shown above:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Time_Traffic_Light:&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;LOAD Time,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; FileTime() as FileTime&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Date(floor(&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333330154419px; font-family: inherit;"&gt;FileTime()), 'M/DD/YYYY')&amp;nbsp; as &lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333330154419px; font-family: inherit;"&gt;FileUploadDate,&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333330154419px; font-family: inherit;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Time(frac(&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333330154419px; font-family: inherit;"&gt;FileTime()), 'hh:mm') as &lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333330154419px; font-family: inherit;"&gt;FileUploadTime&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;FROM&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;time.xlsx&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;(ooxml, embedded labels, table is Sheet1);&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;But what are you trying to achieve with this?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 May 2015 11:30:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Multiple-FileTime/m-p/890560#M310290</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2015-05-26T11:30:34Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple FileTime</title>
      <link>https://community.qlik.com/t5/QlikView/Multiple-FileTime/m-p/890561#M310291</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;swuehl,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have data source that contains just 1-days worth of data and I pull it from a SharePoint.&amp;nbsp; The data does not inclued any DATE &amp;amp; Time, so to compile a history I need to apply a date( which I am doing via FileTime.)&amp;nbsp; I then have to render a R/Y/G to the Time based on the process KPIs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This worked and is providing a readable time!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for all the help!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 May 2015 11:59:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Multiple-FileTime/m-p/890561#M310291</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-05-26T11:59:32Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple FileTime</title>
      <link>https://community.qlik.com/t5/QlikView/Multiple-FileTime/m-p/890562#M310292</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Swuehl,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Seems that the FileTime() function does not work when pulling from a SharePoint- is there a way to pull the MODIFIED date that is listed on the Sharepoint Document Library?&amp;nbsp; Or is there another way to get a "file load Date &amp;amp; Time" like the FileName() function was providing with the local data files?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;In the QVD, all 3 fields are blank-&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="qvd1.png" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/87535_qvd1.png" style="height: 194px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;SharePoint Document Library&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="SP1.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/87534_SP1.png" style="height: 179px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 May 2015 13:36:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Multiple-FileTime/m-p/890562#M310292</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-05-26T13:36:26Z</dc:date>
    </item>
  </channel>
</rss>

