<?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: Time Stamp in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Time-Stamp/m-p/758166#M269815</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Do all your events run from October as the year start?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If so then adding a calendar like the Fiscal Calendar example here may help.&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://community.qlik.com/blogs/qlikviewdesignblog/2013/05/28/fiscal-year"&gt;http://community.qlik.com/blogs/qlikviewdesignblog/2013/05/28/fiscal-year&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 06 Mar 2015 16:58:22 GMT</pubDate>
    <dc:creator>Colin-Albert</dc:creator>
    <dc:date>2015-03-06T16:58:22Z</dc:date>
    <item>
      <title>Time Stamp</title>
      <link>https://community.qlik.com/t5/QlikView/Time-Stamp/m-p/758160#M269809</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello -&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a field of dates for events that are formatted as 'MM/DD/YYYY'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This creates an issue when sorting chronologically as the first date becomes 01/DD/YYYY as soon as the calendar year changes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My question is this. Is there a way to sort and trick Qlikview into not defaulting to sort as January (01) first.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or, is there a way within the scripting to make a date so that the date is transformed to year first, 'YYYY/DD/MM'?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Mar 2015 16:18:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Time-Stamp/m-p/758160#M269809</guid>
      <dc:creator>evansabres</dc:creator>
      <dc:date>2015-03-06T16:18:36Z</dc:date>
    </item>
    <item>
      <title>Re: Time Stamp</title>
      <link>https://community.qlik.com/t5/QlikView/Time-Stamp/m-p/758161#M269810</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;use date#() to tell qlik how to interpret the source data values. then use date() to display the date values in a way that you want.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you can use them together too:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;say your date values in the database are&amp;nbsp; 01/20/2014 and you want to display 2014/20/01 do this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;date(date#( [Date],'MM/DD/YYYY') , 'YYYY/DD/MM')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;does this help ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;more formatting help attached,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Mar 2015 16:29:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Time-Stamp/m-p/758161#M269810</guid>
      <dc:creator>JonnyPoole</dc:creator>
      <dc:date>2015-03-06T16:29:17Z</dc:date>
    </item>
    <item>
      <title>Re: Time Stamp</title>
      <link>https://community.qlik.com/t5/QlikView/Time-Stamp/m-p/758162#M269811</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not clear what the problem is.&amp;nbsp; If the field is sorted chronologically, and January 1st is the earliest date, it should be the first in the sort order.&lt;/P&gt;&lt;P&gt;???&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Mar 2015 16:36:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Time-Stamp/m-p/758162#M269811</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-03-06T16:36:19Z</dc:date>
    </item>
    <item>
      <title>Re: Time Stamp</title>
      <link>https://community.qlik.com/t5/QlikView/Time-Stamp/m-p/758163#M269812</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;January is first in terms of the calendar, however, my events run from October - June, so for my purposes, October is first chronologically&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Mar 2015 16:43:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Time-Stamp/m-p/758163#M269812</guid>
      <dc:creator>evansabres</dc:creator>
      <dc:date>2015-03-06T16:43:53Z</dc:date>
    </item>
    <item>
      <title>Re: Time Stamp</title>
      <link>https://community.qlik.com/t5/QlikView/Time-Stamp/m-p/758164#M269813</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Add "sort by state, ascending".&lt;/P&gt;&lt;P&gt;If it doesn't help - need more info.&amp;nbsp; Maybe upload your app.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Mar 2015 16:46:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Time-Stamp/m-p/758164#M269813</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-03-06T16:46:12Z</dc:date>
    </item>
    <item>
      <title>Re: Time Stamp</title>
      <link>https://community.qlik.com/t5/QlikView/Time-Stamp/m-p/758165#M269814</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;it may help to use a fiscal calendar technique for this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://community.qlik.com/message/514789#514789" title="http://community.qlik.com/message/514789#514789"&gt;http://community.qlik.com/message/514789#514789&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Mar 2015 16:57:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Time-Stamp/m-p/758165#M269814</guid>
      <dc:creator>JonnyPoole</dc:creator>
      <dc:date>2015-03-06T16:57:28Z</dc:date>
    </item>
    <item>
      <title>Re: Time Stamp</title>
      <link>https://community.qlik.com/t5/QlikView/Time-Stamp/m-p/758166#M269815</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Do all your events run from October as the year start?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If so then adding a calendar like the Fiscal Calendar example here may help.&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://community.qlik.com/blogs/qlikviewdesignblog/2013/05/28/fiscal-year"&gt;http://community.qlik.com/blogs/qlikviewdesignblog/2013/05/28/fiscal-year&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Mar 2015 16:58:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Time-Stamp/m-p/758166#M269815</guid>
      <dc:creator>Colin-Albert</dc:creator>
      <dc:date>2015-03-06T16:58:22Z</dc:date>
    </item>
    <item>
      <title>Re: Time Stamp</title>
      <link>https://community.qlik.com/t5/QlikView/Time-Stamp/m-p/758167#M269816</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The OP never mentioned that the year starts in October, so I thought it was about selections.&amp;nbsp; Yes, it very well could be a fiscal year question.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Mar 2015 17:00:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Time-Stamp/m-p/758167#M269816</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-03-06T17:00:59Z</dc:date>
    </item>
  </channel>
</rss>

