<?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: String date field in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/String-date-field/m-p/506367#M1127087</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Thanks a lot Henric! I know the question is quite simple and easy for you but if you dont know and at starting level eveything is getting harder...lol....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I really appreciated in you to reply me quickly...&lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/wink.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 19 Dec 2013 11:54:15 GMT</pubDate>
    <dc:creator />
    <dc:date>2013-12-19T11:54:15Z</dc:date>
    <item>
      <title>String date field</title>
      <link>https://community.qlik.com/t5/QlikView/String-date-field/m-p/506360#M1127079</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Guys! &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a string date field and when I try to divide into year,month,day,hh,mi, It does not work for me..My date field like "201312191130" like "YYYYMMDDHHMIMI" and I want to show it seperate in graph like month,day,hour or minute..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope you have a solution...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;kind regards..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Dec 2013 09:31:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/String-date-field/m-p/506360#M1127079</guid>
      <dc:creator />
      <dc:date>2013-12-19T09:31:51Z</dc:date>
    </item>
    <item>
      <title>Re: String date field</title>
      <link>https://community.qlik.com/t5/QlikView/String-date-field/m-p/506361#M1127080</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;for date use&amp;gt;&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;MakeDate&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;left&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(201312191130,4),&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;mid&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(201312191130,5,2),&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;mid&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(201312191130,7,2)) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;for time use &amp;gt;&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;MakeTime&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;mid&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(201312191130,9,2),&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;mid&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(201312191130,11,2)) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Regards&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Nitin&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Dec 2013 09:37:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/String-date-field/m-p/506361#M1127080</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-12-19T09:37:03Z</dc:date>
    </item>
    <item>
      <title>Re: String date field</title>
      <link>https://community.qlik.com/t5/QlikView/String-date-field/m-p/506362#M1127082</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ATACAN&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if it is a real date field so you can use year(date), month(date), day(date)&amp;nbsp; and so on&lt;/P&gt;&lt;P&gt;if it is a string or numeric field use left and mid functions&amp;nbsp;&amp;nbsp; and then rearrange a date format with makedate&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ex :&lt;/P&gt;&lt;P&gt;left(date, 4)&amp;nbsp; --&amp;gt; year&lt;/P&gt;&lt;P&gt;mid(date(5,2)&amp;nbsp; --&amp;gt; month&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;makedate(left(date, 4), mid(date(5,2))&amp;nbsp;&amp;nbsp; --&amp;gt;&amp;nbsp; 01/12/2013&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;best regards&lt;/P&gt;&lt;P&gt;Chris&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Dec 2013 09:38:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/String-date-field/m-p/506362#M1127082</guid>
      <dc:creator />
      <dc:date>2013-12-19T09:38:55Z</dc:date>
    </item>
    <item>
      <title>Re: String date field</title>
      <link>https://community.qlik.com/t5/QlikView/String-date-field/m-p/506363#M1127083</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think it is bad practice to use string functions to interpret dates, when there are good interpretation functions. In your case, you should use&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; TimeStamp#('&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12.727272033691406px;"&gt;201312191130&lt;/SPAN&gt;','YYYYMMDDhhmm')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Using this, it is straightforward to extract year, month, etc:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Year(TimeStamp#('&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12.727272033691406px;"&gt;201312191130&lt;/SPAN&gt;','YYYYMMDDhhmm'))&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Month(TimeStamp#('&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12.727272033691406px;"&gt;201312191130&lt;/SPAN&gt;','YYYYMMDDhhmm'))&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Date(MonthStart(TimeStamp#('&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12.727272033691406px;"&gt;201312191130&lt;/SPAN&gt;','YYYYMMDDhhmm')),'YYYY-MMM') as RollingMonth&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HIC&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Dec 2013 10:14:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/String-date-field/m-p/506363#M1127083</guid>
      <dc:creator>hic</dc:creator>
      <dc:date>2013-12-19T10:14:32Z</dc:date>
    </item>
    <item>
      <title>Re: String date field</title>
      <link>https://community.qlik.com/t5/QlikView/String-date-field/m-p/506364#M1127084</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks chris...It does work on it! However, I have another trouble...When I change the month names from English to Turkish I still have seen on my report English month names...My settings are at below;&lt;/P&gt;&lt;P&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 TT';&lt;/P&gt;&lt;P&gt;SET DateFormat='DDMMMM';&lt;/P&gt;&lt;P&gt;SET TimestampFormat='YYYYMMDDhhmm';&lt;/P&gt;&lt;P&gt;SET MonthNames='Ocak;Subat;Mart;Nisan;May;Haziran;Temmuz;Augustos;Eylul;Ekim;Kasim;Aralik';&lt;/P&gt;&lt;P&gt;SET DayNames='Pazartesi;Sali;Carsamba;Persembe;Cuma;Cumartesi;Pazar';&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you help me about language problem? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Dec 2013 10:50:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/String-date-field/m-p/506364#M1127084</guid>
      <dc:creator />
      <dc:date>2013-12-19T10:50:51Z</dc:date>
    </item>
    <item>
      <title>Re: String date field</title>
      <link>https://community.qlik.com/t5/QlikView/String-date-field/m-p/506365#M1127085</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Henric,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I know it is not good way to be practiced with date formatting stuff..However, my client sent me date format as a string and have no way right now to use the format on qlikvliew...I asked to Chris and I want to ask it to you as well...I have changed date field and got the wanted formatting type of date..However, I see that English month names and I want to see it on my local langauge names..How can I get the turkish names in my report while reloading the data.?&lt;/P&gt;&lt;P&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 TT';&lt;/P&gt;&lt;P&gt;SET DateFormat='DDMMMM';&lt;/P&gt;&lt;P&gt;SET TimestampFormat='YYYYMMDDhhmm';&lt;/P&gt;&lt;P&gt;SET MonthNames='Ocak;Subat;Mart;Nisan;May;Haziran;Temmuz;Augustos;Eylul;Ekim;Kasim;Aralik';&lt;/P&gt;&lt;P&gt;SET DayNames='Pazartesi;Sali;Carsamba;Persembe;Cuma;Cumartesi;Pazar';&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Dec 2013 10:54:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/String-date-field/m-p/506365#M1127085</guid>
      <dc:creator />
      <dc:date>2013-12-19T10:54:59Z</dc:date>
    </item>
    <item>
      <title>Re: String date field</title>
      <link>https://community.qlik.com/t5/QlikView/String-date-field/m-p/506366#M1127086</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Because you have defined your environment variables incorrectly. You have&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; SET DateFormat='DDMMMM';&lt;/P&gt;&lt;P&gt;when you should have&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; SET DateFormat='DD MMM YY';&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Further, I suggest you use&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; SET MonthNames='Oca;Sub;Mar;Nis;May;Haz;Tem;Aug;Eyl;Eki;Kas;Ara';&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; SET LongMonthNames='Ocak;Subat;Mart;Nisan;May;Haziran;Temmuz;Augustos;Eylul;Ekim;Kasim;Aralik';&lt;/P&gt;&lt;P&gt;Then, MMM will mean the short names and MMMM will mean the long names.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Finally, about string functions: You can use Timestamp#() to convert the string to a date. I does exactly what you want. See more on &lt;A _jive_internal="true" href="https://community.qlik.com/docs/DOC-3102"&gt;http://community.qlik.com/docs/DOC-3102&lt;/A&gt;. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HIC&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Dec 2013 11:46:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/String-date-field/m-p/506366#M1127086</guid>
      <dc:creator>hic</dc:creator>
      <dc:date>2013-12-19T11:46:19Z</dc:date>
    </item>
    <item>
      <title>Re: String date field</title>
      <link>https://community.qlik.com/t5/QlikView/String-date-field/m-p/506367#M1127087</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Thanks a lot Henric! I know the question is quite simple and easy for you but if you dont know and at starting level eveything is getting harder...lol....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I really appreciated in you to reply me quickly...&lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/wink.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Dec 2013 11:54:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/String-date-field/m-p/506367#M1127087</guid>
      <dc:creator />
      <dc:date>2013-12-19T11:54:15Z</dc:date>
    </item>
  </channel>
</rss>

