<?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: Order by Year in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Order-by-Year/m-p/633227#M678232</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;use date functions like&lt;/P&gt;&lt;P&gt;year(yourdate)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;maybe you have to convert your date if Qlikview doesnot recognize it as data, the use date(date#(yourdate,'DD/MM/YYYY')&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 14 May 2014 14:40:44 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2014-05-14T14:40:44Z</dc:date>
    <item>
      <title>Order by Year</title>
      <link>https://community.qlik.com/t5/QlikView/Order-by-Year/m-p/633226#M678230</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi! I've got a table where a column contain a list of date for example "20/02/1964". I want to obtain a new column where i can see only the year for each date. What kind of string i have to type to obtain this result??&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 May 2014 14:37:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Order-by-Year/m-p/633226#M678230</guid>
      <dc:creator />
      <dc:date>2014-05-14T14:37:35Z</dc:date>
    </item>
    <item>
      <title>Re: Order by Year</title>
      <link>https://community.qlik.com/t5/QlikView/Order-by-Year/m-p/633227#M678232</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;use date functions like&lt;/P&gt;&lt;P&gt;year(yourdate)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;maybe you have to convert your date if Qlikview doesnot recognize it as data, the use date(date#(yourdate,'DD/MM/YYYY')&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 May 2014 14:40:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Order-by-Year/m-p/633227#M678232</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-05-14T14:40:44Z</dc:date>
    </item>
    <item>
      <title>Re: Order by Year</title>
      <link>https://community.qlik.com/t5/QlikView/Order-by-Year/m-p/633228#M678233</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;year function will help you.. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;example&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;table a:&lt;/P&gt;&lt;P&gt;load&lt;/P&gt;&lt;P&gt;name,&lt;/P&gt;&lt;P&gt;age,&lt;/P&gt;&lt;P&gt;date,&lt;/P&gt;&lt;P&gt;year(date) as year&lt;/P&gt;&lt;P&gt;from &lt;/P&gt;&lt;P&gt;datasource order by year(date) ;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i hope this will help u..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 May 2014 14:42:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Order-by-Year/m-p/633228#M678233</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-05-14T14:42:56Z</dc:date>
    </item>
    <item>
      <title>Re: Order by Year</title>
      <link>https://community.qlik.com/t5/QlikView/Order-by-Year/m-p/633229#M678234</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you can add it in the script when loading the data using the Year function, year(data field) or use a calculated dimension in the chart and add the function there Year(data field), however it is not preferred to use calculated dimension instead add it in the load script. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 May 2014 14:46:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Order-by-Year/m-p/633229#M678234</guid>
      <dc:creator>maleksafa</dc:creator>
      <dc:date>2014-05-14T14:46:46Z</dc:date>
    </item>
    <item>
      <title>Re: Order by Year</title>
      <link>https://community.qlik.com/t5/QlikView/Order-by-Year/m-p/633230#M678235</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gabrielle,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Are you working in the Load script og in a chart? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-decoration: underline;"&gt;&lt;STRONG&gt;In Load Script:&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;If in the &lt;STRONG&gt;Load-script&lt;/STRONG&gt;, something like this will do the trick:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Data:&lt;/P&gt;&lt;P&gt;Load Date, Year(Date) as Year, * From Data.Qvd (qvd);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="text-decoration: underline;"&gt;In Charts:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;If your are working in a &lt;STRONG&gt;chart&lt;/STRONG&gt; you can add a calculated dimension with the expression Year(Date) :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="5.PNG.png" class="jive-image" src="https://community.qlik.com/legacyfs/online/58838_5.PNG.png" style="width: 620px; height: 409px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 May 2014 14:47:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Order-by-Year/m-p/633230#M678235</guid>
      <dc:creator>martinpedersen</dc:creator>
      <dc:date>2014-05-14T14:47:52Z</dc:date>
    </item>
  </channel>
</rss>

