<?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 ISSUE in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/DATE-ISSUE/m-p/858037#M996844</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use monthname(FiledName) as&amp;nbsp; &lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; text-decoration: underline;"&gt;TRANS_DATE&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 19 Jun 2015 07:28:36 GMT</pubDate>
    <dc:creator>Kushal_Chawda</dc:creator>
    <dc:date>2015-06-19T07:28:36Z</dc:date>
    <item>
      <title>DATE ISSUE</title>
      <link>https://community.qlik.com/t5/QlikView/DATE-ISSUE/m-p/858031#M996838</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear all&lt;/P&gt;&lt;P&gt;how to make&amp;nbsp; &lt;STRONG&gt;" 'MMM YYYY&amp;nbsp; as TRANS_DATE,"&amp;nbsp; &lt;/STRONG&gt;using the script given below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="text-decoration: underline;"&gt;my Script&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; BCOD,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; MONTH,&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/STRONG&gt;YEAR,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; MONTH2,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; CLA_CODE,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; MONM,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; GROSS_PREMIUM,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="date.jpg" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/90041_date.jpg" style="height: 430px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;I previously used the script,&amp;nbsp; &lt;STRONG style="text-decoration: underline;"&gt;Date(MONTH,'MMM YYYY') as TRANS_DATE&lt;/STRONG&gt;.but the "TRANS_DATE" has not organized properly.&lt;/P&gt;&lt;P&gt;looking forward to a favorable reply. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SAGARA&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Jun 2015 07:11:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/DATE-ISSUE/m-p/858031#M996838</guid>
      <dc:creator>sagaraperera</dc:creator>
      <dc:date>2015-06-19T07:11:38Z</dc:date>
    </item>
    <item>
      <title>Re: DATE ISSUE</title>
      <link>https://community.qlik.com/t5/QlikView/DATE-ISSUE/m-p/858032#M996839</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Date (MonthStart (TRANS_DATE),'MMM YYYY') as TRANS_DATE&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Jun 2015 07:15:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/DATE-ISSUE/m-p/858032#M996839</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2015-06-19T07:15:53Z</dc:date>
    </item>
    <item>
      <title>Re: DATE ISSUE</title>
      <link>https://community.qlik.com/t5/QlikView/DATE-ISSUE/m-p/858033#M996840</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this one,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Text(Date(Today(),'MMM YYYY')) as Trans_date&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Jun 2015 07:18:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/DATE-ISSUE/m-p/858033#M996840</guid>
      <dc:creator />
      <dc:date>2015-06-19T07:18:04Z</dc:date>
    </item>
    <item>
      <title>Re: DATE ISSUE</title>
      <link>https://community.qlik.com/t5/QlikView/DATE-ISSUE/m-p/858034#M996841</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sagara,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please try using the below code in the script while loading the dashboard.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Date#(FieldName,'MMM\YYYY') as FieldName&lt;/P&gt;&lt;P&gt;or&lt;/P&gt;&lt;P&gt;Date(FieldName,'MMM\YYYY') as FieldName&lt;/P&gt;&lt;P&gt;or&lt;/P&gt;&lt;P&gt;Date#(Date(FieldName,'MMM\YYYY'),'MMM\YYYY') as FieldName&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try the above codes one by one, check which one works for your format.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Padmanabhan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Jun 2015 07:18:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/DATE-ISSUE/m-p/858034#M996841</guid>
      <dc:creator>padmanabhan_ram</dc:creator>
      <dc:date>2015-06-19T07:18:34Z</dc:date>
    </item>
    <item>
      <title>Re: DATE ISSUE</title>
      <link>https://community.qlik.com/t5/QlikView/DATE-ISSUE/m-p/858035#M996842</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Try like this&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;*,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;MakeDate(YEAR, &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;MONTH) AS &lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; text-decoration: underline;"&gt;TRANS_DATE&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; text-decoration: underline;"&gt;FROM DataSource;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Regards,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Jagan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Jun 2015 07:21:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/DATE-ISSUE/m-p/858035#M996842</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2015-06-19T07:21:55Z</dc:date>
    </item>
    <item>
      <title>Re: DATE ISSUE</title>
      <link>https://community.qlik.com/t5/QlikView/DATE-ISSUE/m-p/858036#M996843</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this in Dimension Tab&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Date(TransactionDate,'MMM-YYYY')&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Jun 2015 07:24:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/DATE-ISSUE/m-p/858036#M996843</guid>
      <dc:creator>gautik92</dc:creator>
      <dc:date>2015-06-19T07:24:49Z</dc:date>
    </item>
    <item>
      <title>Re: DATE ISSUE</title>
      <link>https://community.qlik.com/t5/QlikView/DATE-ISSUE/m-p/858037#M996844</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use monthname(FiledName) as&amp;nbsp; &lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; text-decoration: underline;"&gt;TRANS_DATE&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Jun 2015 07:28:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/DATE-ISSUE/m-p/858037#M996844</guid>
      <dc:creator>Kushal_Chawda</dc:creator>
      <dc:date>2015-06-19T07:28:36Z</dc:date>
    </item>
  </channel>
</rss>

