<?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: Month year Filed in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Month-year-Filed/m-p/1119945#M369253</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No specific format....&amp;nbsp; jst i want monthyear field&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 15 Jun 2016 10:43:41 GMT</pubDate>
    <dc:creator>Chanty4u</dc:creator>
    <dc:date>2016-06-15T10:43:41Z</dc:date>
    <item>
      <title>Month year Filed</title>
      <link>https://community.qlik.com/t5/QlikView/Month-year-Filed/m-p/1119939#M369247</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am unable to get the values for Monthyear&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Below is my script &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD&amp;nbsp; *,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Year(date#(Date,'DD-MMM-YY')) as Year,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Month(date#(Date,'DD-MMM-YY')) as Month,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Day(date#(Date,'DD-MMM-YY')) as Day,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Week(date#(Date,'DD-MMM-YY')) as Week,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 'Q' &amp;amp; ceil(Num(Month(date#(Date,'DD-MMM-YY')))/3) as Quater,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; &lt;SPAN style="color: #ff0000;"&gt;Dual(Month(Date) &amp;amp; '-' &amp;amp; Date(Date, 'YY'),&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;STRONG style="color: #ff0000;"&gt;&amp;nbsp; Num(Year(Date)) &amp;amp; Num(Month(Date), '00')) AS MonthYear, &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; //Date(MonthStart(Date), 'MMM-YYYY') as [Month-Year],&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i trid abve&amp;nbsp; for that&amp;nbsp; but it is not givng the values?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 10:38:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Month-year-Filed/m-p/1119939#M369247</guid>
      <dc:creator>Chanty4u</dc:creator>
      <dc:date>2016-06-15T10:38:51Z</dc:date>
    </item>
    <item>
      <title>Re: Month year Filed</title>
      <link>https://community.qlik.com/t5/QlikView/Month-year-Filed/m-p/1119940#M369248</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Why don't you use MonthName() function or Date function?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;MonthName(Date) as MonthYear&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;or&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Date(MonthStart(Date), 'MM-YY') as MonthYear&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 10:40:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Month-year-Filed/m-p/1119940#M369248</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-06-15T10:40:47Z</dc:date>
    </item>
    <item>
      <title>Re: Month year Filed</title>
      <link>https://community.qlik.com/t5/QlikView/Month-year-Filed/m-p/1119941#M369249</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Date functions are already dual in nature and hence if you use them, you will not have to use Dual function to assign them text and numeric values. Are you looking for a specific format for MonthYear?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 10:42:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Month-year-Filed/m-p/1119941#M369249</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-06-15T10:42:02Z</dc:date>
    </item>
    <item>
      <title>Re: Month year Filed</title>
      <link>https://community.qlik.com/t5/QlikView/Month-year-Filed/m-p/1119942#M369250</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Date(date#(Date,'DD-MMM-YY') ,'YYYYMM')&amp;nbsp; as YYYYMM,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 10:42:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Month-year-Filed/m-p/1119942#M369250</guid>
      <dc:creator>sasiparupudi1</dc:creator>
      <dc:date>2016-06-15T10:42:16Z</dc:date>
    </item>
    <item>
      <title>Re: Month year Filed</title>
      <link>https://community.qlik.com/t5/QlikView/Month-year-Filed/m-p/1119943#M369251</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i tried but no use sunny ... same result&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 10:42:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Month-year-Filed/m-p/1119943#M369251</guid>
      <dc:creator>Chanty4u</dc:creator>
      <dc:date>2016-06-15T10:42:54Z</dc:date>
    </item>
    <item>
      <title>Re: Month year Filed</title>
      <link>https://community.qlik.com/t5/QlikView/Month-year-Filed/m-p/1119944#M369252</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It seems like your date isn't interpreted as date, may be this:&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;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;&lt;STRONG style="font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;MonthName(D&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;ate#(Date,'DD-MMM-YY')&lt;/SPAN&gt;) as MonthYear&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="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;&lt;BR /&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="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;or&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="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;&lt;BR /&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;STRONG style="font-style: inherit; font-family: inherit;"&gt;Date(MonthStart(&lt;STRONG style="color: #3d3d3d; font-family: inherit; font-size: 13.3333px; font-style: inherit;"&gt;D&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;ate#(Date,'DD-MMM-YY')&lt;/SPAN&gt;&lt;/STRONG&gt;), 'MM-YY') as MonthYear&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 10:43:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Month-year-Filed/m-p/1119944#M369252</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-06-15T10:43:39Z</dc:date>
    </item>
    <item>
      <title>Re: Month year Filed</title>
      <link>https://community.qlik.com/t5/QlikView/Month-year-Filed/m-p/1119945#M369253</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No specific format....&amp;nbsp; jst i want monthyear field&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 10:43:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Month-year-Filed/m-p/1119945#M369253</guid>
      <dc:creator>Chanty4u</dc:creator>
      <dc:date>2016-06-15T10:43:41Z</dc:date>
    </item>
    <item>
      <title>Re: Month year Filed</title>
      <link>https://community.qlik.com/t5/QlikView/Month-year-Filed/m-p/1119946#M369254</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I would recommend using MonthStart so that Day is normalized to 1 and MonthYear field doesn't repeat in list box&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 10:44:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Month-year-Filed/m-p/1119946#M369254</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-06-15T10:44:47Z</dc:date>
    </item>
    <item>
      <title>Re: Month year Filed</title>
      <link>https://community.qlik.com/t5/QlikView/Month-year-Filed/m-p/1119947#M369255</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thnks sasi .&lt;/P&gt;&lt;P&gt;ur&amp;nbsp; expression is also wrkng same wat i want &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 10:48:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Month-year-Filed/m-p/1119947#M369255</guid>
      <dc:creator>Chanty4u</dc:creator>
      <dc:date>2016-06-15T10:48:17Z</dc:date>
    </item>
  </channel>
</rss>

