<?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 Regarding date format? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Regarding-date-format/m-p/945870#M325814</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;I have two fields like month,and year&lt;/P&gt;&lt;TABLE border="1" class="jiveBorder" style="border: 1px solid rgb(0, 0, 0); width: 100%;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;Month&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;Year&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;3&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;2015&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;4&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;2015&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;5&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;2015&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;6&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;2015&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;7&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;2015&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i want to display monthyear in List box&lt;/P&gt;&lt;P&gt;like Monthyear:2015-03,2015-04,-----2015-07&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How to achive this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;kd&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 22 Oct 2015 09:56:11 GMT</pubDate>
    <dc:creator>d_koti24</dc:creator>
    <dc:date>2015-10-22T09:56:11Z</dc:date>
    <item>
      <title>Regarding date format?</title>
      <link>https://community.qlik.com/t5/QlikView/Regarding-date-format/m-p/945870#M325814</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;I have two fields like month,and year&lt;/P&gt;&lt;TABLE border="1" class="jiveBorder" style="border: 1px solid rgb(0, 0, 0); width: 100%;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;Month&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;Year&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;3&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;2015&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;4&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;2015&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;5&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;2015&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;6&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;2015&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;7&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;2015&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i want to display monthyear in List box&lt;/P&gt;&lt;P&gt;like Monthyear:2015-03,2015-04,-----2015-07&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How to achive this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;kd&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Oct 2015 09:56:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Regarding-date-format/m-p/945870#M325814</guid>
      <dc:creator>d_koti24</dc:creator>
      <dc:date>2015-10-22T09:56:11Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding date format?</title>
      <link>https://community.qlik.com/t5/QlikView/Regarding-date-format/m-p/945871#M325815</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can either modify your load script to assemble the field as&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Year &amp;amp; '-' &amp;amp; Num(Month,'00')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or use this as a calculated dimension&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Oct 2015 09:57:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Regarding-date-format/m-p/945871#M325815</guid>
      <dc:creator>marcus_malinow</dc:creator>
      <dc:date>2015-10-22T09:57:59Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding date format?</title>
      <link>https://community.qlik.com/t5/QlikView/Regarding-date-format/m-p/945872#M325816</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Add the Field in Script like below.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Load *,Date(Date,'YYYY-MM') as YearMonth;&lt;/P&gt;&lt;P&gt;Load *,MakeDate(Year,Month) as Date;&lt;/P&gt;&lt;P&gt;LOAD * INLINE [&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Month, Year&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 3, 2015&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 4, 2015&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 5, 2015&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 6, 2015&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 7, 2015&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Oct 2015 10:02:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Regarding-date-format/m-p/945872#M325816</guid>
      <dc:creator>settu_periasamy</dc:creator>
      <dc:date>2015-10-22T10:02:12Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding date format?</title>
      <link>https://community.qlik.com/t5/QlikView/Regarding-date-format/m-p/945873#M325817</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you want it in date DataType, so you can use date functions if needed:&lt;/P&gt;&lt;P&gt;Date(MakeDate(Year, Month), 'YYYY-MM')&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Oct 2015 10:02:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Regarding-date-format/m-p/945873#M325817</guid>
      <dc:creator>rubenmarin</dc:creator>
      <dc:date>2015-10-22T10:02:39Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding date format?</title>
      <link>https://community.qlik.com/t5/QlikView/Regarding-date-format/m-p/945874#M325818</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Koti,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;Month,&lt;/P&gt;&lt;P&gt;Year,&lt;/P&gt;&lt;P&gt;Date(MakeDate(Year, Month), 'YYYY-MM') AS MonthYear&lt;/P&gt;&lt;P&gt;FROM DataSource;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jagan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Oct 2015 10:08:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Regarding-date-format/m-p/945874#M325818</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2015-10-22T10:08:22Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding date format?</title>
      <link>https://community.qlik.com/t5/QlikView/Regarding-date-format/m-p/945875#M325819</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 this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Temp_Data:&lt;/P&gt;&lt;P&gt;LOAD * INLINE [&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Month, Year&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 3, 2015&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 4, 2015&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 5, 2015&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 6, 2015&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 7, 2015&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Final:&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt; *,&lt;/P&gt;&lt;P&gt; Date(MakeDate(Year, Month),'YYYY-MM')&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; AS [Yr Mnth]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Resident Temp_Data&lt;/P&gt;&lt;P&gt; Order By Year, Month DESC&lt;/P&gt;&lt;P&gt; ;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; DROP Table Temp_Data;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Oct 2015 10:22:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Regarding-date-format/m-p/945875#M325819</guid>
      <dc:creator>Gabriel</dc:creator>
      <dc:date>2015-10-22T10:22:46Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding date format?</title>
      <link>https://community.qlik.com/t5/QlikView/Regarding-date-format/m-p/945876#M325820</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;if you don't want to change your script, you could use a calculated list box with the already proposed expressions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Some solutions could be:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="QlikCommunity_Thread_188751_Pic1.JPG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/102873_QlikCommunity_Thread_188751_Pic1.JPG" style="height: auto; width: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="QlikCommunity_Thread_188751_Pic2.JPG" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/102874_QlikCommunity_Thread_188751_Pic2.JPG" style="height: auto; width: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="QlikCommunity_Thread_188751_Pic3.JPG" class="jive-image image-3" src="https://community.qlik.com/legacyfs/online/102875_QlikCommunity_Thread_188751_Pic3.JPG" style="height: auto; width: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this helps&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Marco&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Oct 2015 22:42:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Regarding-date-format/m-p/945876#M325820</guid>
      <dc:creator>MarcoWedel</dc:creator>
      <dc:date>2015-10-22T22:42:00Z</dc:date>
    </item>
  </channel>
</rss>

