<?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: Format Date Dimension 'MMM YYYY' (QS April 18) in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Format-Date-Dimension-MMM-YYYY-QS-April-18/m-p/137158#M9635</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try using just :&lt;BR /&gt;MonthName(&lt;SPAN style="font-size: 10pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;"&lt;/SPAN&gt;&lt;SPAN style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;DateOfEvent&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;") as &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333px;"&gt;MonthYear&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;It give you a date field in format jan 2018, fev 2018, etc, that you can use for visualization and sorting.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="visualization.JPG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/215246_visualization.JPG" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 05 Oct 2018 13:02:20 GMT</pubDate>
    <dc:creator>merola_faria</dc:creator>
    <dc:date>2018-10-05T13:02:20Z</dc:date>
    <item>
      <title>Format Date Dimension 'MMM YYYY' (QS April 18)</title>
      <link>https://community.qlik.com/t5/App-Development/Format-Date-Dimension-MMM-YYYY-QS-April-18/m-p/137156#M9633</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am trying to get my line chart to show the date as something like 'Jan 2018'. If I create a pivot table, I can get this representation by simply putting the formatting in the formula like: Date(MonthStart(DateOfEvent), 'MMM YYYY')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For some reason when I put this in the line chart it renders as m/d/yyyy. I suspect there a feature that is overriding my formatting but I am not sure where that setting can be changed. Ideally I would like to change the formatting at the object level and not the application level. Any help would be greatly appreciated! Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Oct 2018 18:57:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Format-Date-Dimension-MMM-YYYY-QS-April-18/m-p/137156#M9633</guid>
      <dc:creator>wdchristensen</dc:creator>
      <dc:date>2018-10-04T18:57:37Z</dc:date>
    </item>
    <item>
      <title>Re: Format Date Dimension 'MMM YYYY' (QS April 18)</title>
      <link>https://community.qlik.com/t5/App-Development/Format-Date-Dimension-MMM-YYYY-QS-April-18/m-p/137157#M9634</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I tried using: &lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Month("&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;DateOfEvent&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;")&amp;amp;'-'&amp;amp; Year("&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;DateOfEvent&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;") AS MonthYear&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;but that kills my sorting so I was considering loading:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Dual(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Date(MonthStart(DateOfEvent), 'MMM YYYY'), &lt;SPAN style="font-size: 10pt;"&gt;Month("&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;DateOfEvent&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;")&amp;amp;'-'&amp;amp; Year("&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;DateOfEvent&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;") AS MonthYearDual&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 10pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;SPAN style="color: #3d3d3d; font-size: 10pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;The hope is that I can use the text for the visualization and the number for the sort. I am resorting to the classic trial end error method. I thought that I should be able to use MonthYear in the visualization and just override the sort with a custom expression but for some reason when I apply a filter it scrambles the sort order. This seems like it should be a quick fix but it is turning out to be rather time consuming... &lt;/SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Oct 2018 20:06:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Format-Date-Dimension-MMM-YYYY-QS-April-18/m-p/137157#M9634</guid>
      <dc:creator>wdchristensen</dc:creator>
      <dc:date>2018-10-04T20:06:37Z</dc:date>
    </item>
    <item>
      <title>Re: Format Date Dimension 'MMM YYYY' (QS April 18)</title>
      <link>https://community.qlik.com/t5/App-Development/Format-Date-Dimension-MMM-YYYY-QS-April-18/m-p/137158#M9635</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try using just :&lt;BR /&gt;MonthName(&lt;SPAN style="font-size: 10pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;"&lt;/SPAN&gt;&lt;SPAN style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;DateOfEvent&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;") as &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333px;"&gt;MonthYear&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;It give you a date field in format jan 2018, fev 2018, etc, that you can use for visualization and sorting.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="visualization.JPG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/215246_visualization.JPG" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Oct 2018 13:02:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Format-Date-Dimension-MMM-YYYY-QS-April-18/m-p/137158#M9635</guid>
      <dc:creator>merola_faria</dc:creator>
      <dc:date>2018-10-05T13:02:20Z</dc:date>
    </item>
  </channel>
</rss>

