<?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: Dt in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Dt/m-p/1317147#M822844</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;=monthname(Date#(DateField,'YY.M')) as MonthYear&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 31 Jul 2017 07:02:01 GMT</pubDate>
    <dc:creator>Kushal_Chawda</dc:creator>
    <dc:date>2017-07-31T07:02:01Z</dc:date>
    <item>
      <title>Dt</title>
      <link>https://community.qlik.com/t5/QlikView/Dt/m-p/1317144#M822839</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;&lt;/P&gt;&lt;P&gt;please find my QVW attached I have a table which has a field called Release &lt;/P&gt;&lt;P&gt;here i need to convert this into date format how do i do it ..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;here it should be like 17.2 should be considered as feb 2017 .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;17.4&amp;nbsp; Apr 2017&lt;/P&gt;&lt;P&gt;17.5 May 2017 ...and so on &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can someone please help me on this &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dt/m-p/1317144#M822839</guid>
      <dc:creator>smilingjohn</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Dt</title>
      <link>https://community.qlik.com/t5/QlikView/Dt/m-p/1317145#M822841</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi try to create a inline table&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;a:&lt;/P&gt;&lt;P&gt;load * Inline [&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;release&amp;nbsp; ,Build&lt;/P&gt;&lt;P&gt;17.1 ,jan2017&lt;/P&gt;&lt;P&gt;17.2,feb2017&lt;/P&gt;&lt;P&gt;17.3,mar2017&lt;/P&gt;&lt;P&gt;....&lt;/P&gt;&lt;P&gt;.....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;/P&gt;&lt;P&gt;like above till dec2017&amp;nbsp; and do left join the main table&amp;nbsp; with release column .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH&lt;/P&gt;&lt;P&gt;Chanty&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Jul 2017 06:59:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dt/m-p/1317145#M822841</guid>
      <dc:creator>Chanty4u</dc:creator>
      <dc:date>2017-07-31T06:59:47Z</dc:date>
    </item>
    <item>
      <title>Re: Dt</title>
      <link>https://community.qlik.com/t5/QlikView/Dt/m-p/1317146#M822842</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Date(Date#(Release, 'YY&lt;STRONG&gt;.&lt;/STRONG&gt;MM'), 'MMM YYYY')&amp;nbsp; as NewDate&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Jul 2017 07:00:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dt/m-p/1317146#M822842</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2017-07-31T07:00:36Z</dc:date>
    </item>
    <item>
      <title>Re: Dt</title>
      <link>https://community.qlik.com/t5/QlikView/Dt/m-p/1317147#M822844</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;=monthname(Date#(DateField,'YY.M')) as MonthYear&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Jul 2017 07:02:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dt/m-p/1317147#M822844</guid>
      <dc:creator>Kushal_Chawda</dc:creator>
      <dc:date>2017-07-31T07:02:01Z</dc:date>
    </item>
    <item>
      <title>Re: Dt</title>
      <link>https://community.qlik.com/t5/QlikView/Dt/m-p/1317148#M822846</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use&lt;/P&gt;&lt;P&gt;Date:&lt;/P&gt;&lt;P&gt;LOAD Release, &lt;SPAN style="font-size: 13.3333px;"&gt;date(MakeDate('20'&amp;amp;SubField(Release,'.',1),SubField(Release,'.',2),01),'MMM-YY') as Release_new&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;&lt;D&gt;&lt;/D&gt;&lt;/P&gt;&lt;P&gt;(ooxml, embedded labels, table is Sheet2);&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Jul 2017 07:05:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dt/m-p/1317148#M822846</guid>
      <dc:creator>prat1507</dc:creator>
      <dc:date>2017-07-31T07:05:20Z</dc:date>
    </item>
    <item>
      <title>Re: Dt</title>
      <link>https://community.qlik.com/t5/QlikView/Dt/m-p/1317149#M822847</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kushal &lt;/P&gt;&lt;P&gt;I did it as you said it is not converting properly ...Its consider jan and oct for 17.10 &lt;/P&gt;&lt;P&gt;where as it should be oct only for 17.10 &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Jul 2017 07:10:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dt/m-p/1317149#M822847</guid>
      <dc:creator>smilingjohn</dc:creator>
      <dc:date>2017-07-31T07:10:20Z</dc:date>
    </item>
    <item>
      <title>Re: Dt</title>
      <link>https://community.qlik.com/t5/QlikView/Dt/m-p/1317150#M822848</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM style="font-weight: inherit; font-family: inherit;"&gt;monthname(Date#(DateField,'YY.MM')) as MonthYear&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM style="font-weight: inherit; font-family: inherit;"&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM style="font-weight: inherit; font-family: inherit;"&gt;or&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM style="font-weight: inherit; font-family: inherit;"&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM style="font-weight: inherit; font-family: inherit;"&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM style="font-weight: inherit; font-family: inherit;"&gt;monthname(&lt;/EM&gt;&lt;/STRONG&gt;date#(subfield(&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM style="font-weight: inherit; font-family: inherit;"&gt;DateField,'.',1) &amp;amp; num(&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM style="font-weight: inherit; font-family: inherit;"&gt;subfield(&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM style="font-weight: inherit; font-family: inherit;"&gt;DateField,'.',2),'00'),&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM style="font-weight: inherit; font-family: inherit;"&gt;'YY.MM')) as &lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM style="font-weight: inherit; font-family: inherit;"&gt;MonthYear&lt;/EM&gt;&lt;/STRONG&gt;&lt;/EM&gt;&lt;/STRONG&gt;&lt;/EM&gt;&lt;/STRONG&gt;&lt;/EM&gt;&lt;/STRONG&gt;&lt;/EM&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Jul 2017 07:16:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dt/m-p/1317150#M822848</guid>
      <dc:creator>Kushal_Chawda</dc:creator>
      <dc:date>2017-07-31T07:16:07Z</dc:date>
    </item>
  </channel>
</rss>

