<?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: Date() format with ' in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/YearMonth-format-with/m-p/895061#M1001476</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;Try:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Date(Date,'YY')&amp;amp;Chr(39)&amp;amp;left(upper(Date(Date,'MMM')),1)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 02 Jun 2015 11:28:45 GMT</pubDate>
    <dc:creator>fvelascog72</dc:creator>
    <dc:date>2015-06-02T11:28:45Z</dc:date>
    <item>
      <title>YearMonth format with '</title>
      <link>https://community.qlik.com/t5/QlikView/YearMonth-format-with/m-p/895060#M1001475</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;I need to show a date format where ' is part of the format, and I need to show only the first letter of the Month.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So 2015 January should be 15'J, and both Marts and May is M.&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Jun 2015 11:22:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/YearMonth-format-with/m-p/895060#M1001475</guid>
      <dc:creator />
      <dc:date>2015-06-02T11:22:14Z</dc:date>
    </item>
    <item>
      <title>Re: Date() format with '</title>
      <link>https://community.qlik.com/t5/QlikView/YearMonth-format-with/m-p/895061#M1001476</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;Try:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Date(Date,'YY')&amp;amp;Chr(39)&amp;amp;left(upper(Date(Date,'MMM')),1)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Jun 2015 11:28:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/YearMonth-format-with/m-p/895061#M1001476</guid>
      <dc:creator>fvelascog72</dc:creator>
      <dc:date>2015-06-02T11:28:45Z</dc:date>
    </item>
    <item>
      <title>Re: YearMonth format with '</title>
      <link>https://community.qlik.com/t5/QlikView/YearMonth-format-with/m-p/895062#M1001478</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;how you will differentiate for January ,June and July records,for all these three months output like 15'J ,15'J,15'J.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Jun 2015 11:31:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/YearMonth-format-with/m-p/895062#M1001478</guid>
      <dc:creator>anat</dc:creator>
      <dc:date>2015-06-02T11:31:18Z</dc:date>
    </item>
    <item>
      <title>Re: YearMonth format with '</title>
      <link>https://community.qlik.com/t5/QlikView/YearMonth-format-with/m-p/895063#M1001480</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Depends on your data format:&lt;/P&gt;&lt;P&gt;=MID(DATE(Date#('01/01/2015','DD/MM/YYYY'),'DD/MMM/YYYY'),4,1)&amp;amp;Chr(39)&amp;amp;RIGHT(DATE(Date#('01/01/2015','DD/MM/YYYY'),'DD/MMM/YYYY'),2)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Jun 2015 11:31:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/YearMonth-format-with/m-p/895063#M1001480</guid>
      <dc:creator>robert_mika</dc:creator>
      <dc:date>2015-06-02T11:31:39Z</dc:date>
    </item>
    <item>
      <title>Re: YearMonth format with '</title>
      <link>https://community.qlik.com/t5/QlikView/YearMonth-format-with/m-p/895064#M1001481</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It seems a bit strange to not be able to differ between March and May.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Date(MyDate, 'YY''M') would give 15'1. You need to put an extra guote to escape.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Jun 2015 11:33:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/YearMonth-format-with/m-p/895064#M1001481</guid>
      <dc:creator>Ralf-Narfeldt</dc:creator>
      <dc:date>2015-06-02T11:33:33Z</dc:date>
    </item>
    <item>
      <title>Re: YearMonth format with '</title>
      <link>https://community.qlik.com/t5/QlikView/YearMonth-format-with/m-p/895065#M1001482</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; =Right('2015',2)&amp;amp;chr(39)&amp;amp;left(Date('2015-01-01','MMM'),1)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Jun 2015 11:38:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/YearMonth-format-with/m-p/895065#M1001482</guid>
      <dc:creator />
      <dc:date>2015-06-02T11:38:05Z</dc:date>
    </item>
    <item>
      <title>Re: YearMonth format with '</title>
      <link>https://community.qlik.com/t5/QlikView/YearMonth-format-with/m-p/895066#M1001483</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you do this, then use a dual to make sure that you will be able to:&lt;/P&gt;&lt;P&gt;1/ Sort the data correctly&lt;/P&gt;&lt;P&gt;2/ Differentiate between January, June and July and March and May&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dual(&lt;/P&gt;&lt;P&gt;&amp;nbsp; Date(Date,'YY') &amp;amp; chr(39) &amp;amp;Upper(Left(Date(Date,'MMM'),1))&lt;/P&gt;&lt;P&gt;&amp;nbsp; ,MonthStart(Date)&lt;/P&gt;&lt;P&gt;&amp;nbsp; )&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;//Martin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Jun 2015 11:39:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/YearMonth-format-with/m-p/895066#M1001483</guid>
      <dc:creator>martin_dideriks</dc:creator>
      <dc:date>2015-06-02T11:39:08Z</dc:date>
    </item>
    <item>
      <title>Re: YearMonth format with '</title>
      <link>https://community.qlik.com/t5/QlikView/YearMonth-format-with/m-p/895067#M1001484</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes indeed that is a problem. It will be used in a chart as dimension so you can see it from the positon relative to the others. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Jun 2015 11:41:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/YearMonth-format-with/m-p/895067#M1001484</guid>
      <dc:creator />
      <dc:date>2015-06-02T11:41:08Z</dc:date>
    </item>
    <item>
      <title>Re: YearMonth format with '</title>
      <link>https://community.qlik.com/t5/QlikView/YearMonth-format-with/m-p/895068#M1001485</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you use the Dual function, you can get them in the right order, so that it is obvious which month the letter refers to. Use&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Dual(Left(Date(Date,'YY''MMM'),4), MonthStart(Date)) as Month&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note that two consecutive single quotes is interpreted as one single quote.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HIC&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Jun 2015 11:51:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/YearMonth-format-with/m-p/895068#M1001485</guid>
      <dc:creator>hic</dc:creator>
      <dc:date>2015-06-02T11:51:47Z</dc:date>
    </item>
    <item>
      <title>Re: YearMonth format with '</title>
      <link>https://community.qlik.com/t5/QlikView/YearMonth-format-with/m-p/895069#M1001486</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thx for the "two consecutive" trick. I do get the same result as the version first suggested.&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Jun 2015 22:31:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/YearMonth-format-with/m-p/895069#M1001486</guid>
      <dc:creator />
      <dc:date>2015-06-05T22:31:51Z</dc:date>
    </item>
    <item>
      <title>Re: YearMonth format with '</title>
      <link>https://community.qlik.com/t5/QlikView/YearMonth-format-with/m-p/895070#M1001487</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;=Date(month,'YY') &amp;amp; Chr(39) &amp;amp; Upper(Left(Month(Date(month,'MMM')),1))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 06 Jun 2015 14:08:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/YearMonth-format-with/m-p/895070#M1001487</guid>
      <dc:creator>pratap6699</dc:creator>
      <dc:date>2015-06-06T14:08:09Z</dc:date>
    </item>
  </channel>
</rss>

