<?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: convert in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/convert/m-p/1176546#M896881</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;use&amp;nbsp; Crosstable for that then u can create date filed as abve mentoned&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 29 Jul 2016 07:11:42 GMT</pubDate>
    <dc:creator>Chanty4u</dc:creator>
    <dc:date>2016-07-29T07:11:42Z</dc:date>
    <item>
      <title>convert</title>
      <link>https://community.qlik.com/t5/QlikView/convert/m-p/1176538#M896873</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a Excel sheet , in which the month names are in text like Jan, feb , mar and so on &lt;/P&gt;&lt;P&gt;How do i convert this to Date ?&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/convert/m-p/1176538#M896873</guid>
      <dc:creator>smilingjohn</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: convert</title>
      <link>https://community.qlik.com/t5/QlikView/convert/m-p/1176539#M896874</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Put this in script&lt;/P&gt;&lt;P&gt;Date(date#(month,'YYYYMM'),'DD-MM-YYYY') as PostingDate&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Vikas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Jul 2016 06:58:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/convert/m-p/1176539#M896874</guid>
      <dc:creator>vikasmahajan</dc:creator>
      <dc:date>2016-07-29T06:58:09Z</dc:date>
    </item>
    <item>
      <title>Re: convert</title>
      <link>https://community.qlik.com/t5/QlikView/convert/m-p/1176540#M896875</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Month(Date#(Captialize(month), 'MMM')) as Month&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Jul 2016 07:00:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/convert/m-p/1176540#M896875</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-07-29T07:00:25Z</dc:date>
    </item>
    <item>
      <title>Re: convert</title>
      <link>https://community.qlik.com/t5/QlikView/convert/m-p/1176541#M896876</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Date(Date#(Datefield,'MMMDDYYYY'),'YY-MM-DD') AS newdate&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Date(Date#(Datefield,'urdatefieldformat'),'reuireddateformat') AS newdate&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Jul 2016 07:01:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/convert/m-p/1176541#M896876</guid>
      <dc:creator>Chanty4u</dc:creator>
      <dc:date>2016-07-29T07:01:07Z</dc:date>
    </item>
    <item>
      <title>Re: convert</title>
      <link>https://community.qlik.com/t5/QlikView/convert/m-p/1176542#M896877</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi John,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;How about this,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;=Date(Date#('15-Jan-16','DD-MMM-YY'),'DD-MM-YY')&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Replace '15-Jan-16' as your date field.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Hope its help.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Jul 2016 07:04:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/convert/m-p/1176542#M896877</guid>
      <dc:creator>yadhunandhanan</dc:creator>
      <dc:date>2016-07-29T07:04:18Z</dc:date>
    </item>
    <item>
      <title>Re: convert</title>
      <link>https://community.qlik.com/t5/QlikView/convert/m-p/1176543#M896878</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi vikas&amp;nbsp; thanks &lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;In a excel sheet i have Months vertical &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Below is the example of the column under excel sheet.&lt;/P&gt;&lt;P&gt;ID ,Dept,Amount, Year,Jan,Feb,Mar,Apr,May....... Dec&lt;/P&gt;&lt;P&gt;1,&amp;nbsp; Soap, 12,&amp;nbsp; 2010&amp;nbsp;&amp;nbsp; 23, 24,1,12,.,.,.,.,.&lt;/P&gt;&lt;P&gt;2 ,Cosmatics,100,, 2010 ,11,22,2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;This is how i have the excel sheet , where year has no problem&amp;nbsp; only month is horizontal and in text format &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;How do i deal with this ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards &lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Jul 2016 07:09:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/convert/m-p/1176543#M896878</guid>
      <dc:creator>smilingjohn</dc:creator>
      <dc:date>2016-07-29T07:09:23Z</dc:date>
    </item>
    <item>
      <title>Re: convert</title>
      <link>https://community.qlik.com/t5/QlikView/convert/m-p/1176544#M896879</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this&lt;A href="https://community.qlik.com/people/smilingjohn"&gt;smilingjohn&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;=date(Month,'DD-MM-YYYY') as DATE&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Jul 2016 07:10:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/convert/m-p/1176544#M896879</guid>
      <dc:creator />
      <dc:date>2016-07-29T07:10:25Z</dc:date>
    </item>
    <item>
      <title>Re: convert</title>
      <link>https://community.qlik.com/t5/QlikView/convert/m-p/1176545#M896880</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You need to implement a CrossTable Load here:&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/qlik-blogpost/3628"&gt;The Crosstable Load&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Jul 2016 07:10:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/convert/m-p/1176545#M896880</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-07-29T07:10:36Z</dc:date>
    </item>
    <item>
      <title>Re: convert</title>
      <link>https://community.qlik.com/t5/QlikView/convert/m-p/1176546#M896881</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;use&amp;nbsp; Crosstable for that then u can create date filed as abve mentoned&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Jul 2016 07:11:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/convert/m-p/1176546#M896881</guid>
      <dc:creator>Chanty4u</dc:creator>
      <dc:date>2016-07-29T07:11:42Z</dc:date>
    </item>
    <item>
      <title>Re: convert</title>
      <link>https://community.qlik.com/t5/QlikView/convert/m-p/1176547#M896882</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;After implementation of cross table , load script with&amp;nbsp; Date(date#(month,'YYYYMM'),'DD-MM-YYYY') as PostingDate&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This should solve your problem&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Vikas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Jul 2016 07:15:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/convert/m-p/1176547#M896882</guid>
      <dc:creator>vikasmahajan</dc:creator>
      <dc:date>2016-07-29T07:15:18Z</dc:date>
    </item>
  </channel>
</rss>

