<?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 format conversions in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/date-format-conversions/m-p/7127#M608508</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;maybe you have to &lt;STRONG&gt;ltrim&lt;/STRONG&gt; some spaces &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="1.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/191362_1.png" style="height: auto; width: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 25 Jan 2018 12:13:01 GMT</pubDate>
    <dc:creator>maxgro</dc:creator>
    <dc:date>2018-01-25T12:13:01Z</dc:date>
    <item>
      <title>date format conversions</title>
      <link>https://community.qlik.com/t5/QlikView/date-format-conversions/m-p/7117#M608498</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 trying to convert the following format:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Date :&amp;nbsp; Sep 2017 to 08-2017&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any suggestions please?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Jan 2018 10:59:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/date-format-conversions/m-p/7117#M608498</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-01-25T10:59:22Z</dc:date>
    </item>
    <item>
      <title>Re: date format conversions</title>
      <link>https://community.qlik.com/t5/QlikView/date-format-conversions/m-p/7118#M608499</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 on the script:&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;&lt;STRONG&gt;num(month(date#(left(Date,3),'MMM')))&amp;amp;'-'&amp;amp;right(Date,4) as Date&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Jan 2018 11:18:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/date-format-conversions/m-p/7118#M608499</guid>
      <dc:creator>YoussefBelloum</dc:creator>
      <dc:date>2018-01-25T11:18:12Z</dc:date>
    </item>
    <item>
      <title>Re: date format conversions</title>
      <link>https://community.qlik.com/t5/QlikView/date-format-conversions/m-p/7119#M608500</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Nice one Youssef, its picking the 2017 field but not picking the month field.&lt;/P&gt;&lt;P&gt;Extract is looking like : -2017 (Month is not picked)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Jan 2018 11:44:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/date-format-conversions/m-p/7119#M608500</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-01-25T11:44:22Z</dc:date>
    </item>
    <item>
      <title>Re: date format conversions</title>
      <link>https://community.qlik.com/t5/QlikView/date-format-conversions/m-p/7120#M608501</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rudra,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Maybe this will work&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Date(Date#('Sep 2017','MMM YYYY'),'MM-YYYY')&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Bhargav&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Jan 2018 11:47:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/date-format-conversions/m-p/7120#M608501</guid>
      <dc:creator>bhargav_bhat</dc:creator>
      <dc:date>2018-01-25T11:47:20Z</dc:date>
    </item>
    <item>
      <title>Re: date format conversions</title>
      <link>https://community.qlik.com/t5/QlikView/date-format-conversions/m-p/7121#M608502</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Bhargav, tried that one, but its not working.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Jan 2018 11:51:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/date-format-conversions/m-p/7121#M608502</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-01-25T11:51:58Z</dc:date>
    </item>
    <item>
      <title>Re: date format conversions</title>
      <link>https://community.qlik.com/t5/QlikView/date-format-conversions/m-p/7122#M608503</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rudra,&lt;/P&gt;&lt;P&gt;Sep 2017 is in Date format or text format&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Bhargav&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Jan 2018 11:54:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/date-format-conversions/m-p/7122#M608503</guid>
      <dc:creator>bhargav_bhat</dc:creator>
      <dc:date>2018-01-25T11:54:41Z</dc:date>
    </item>
    <item>
      <title>Re: date format conversions</title>
      <link>https://community.qlik.com/t5/QlikView/date-format-conversions/m-p/7123#M608504</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Bhargav , its in Text Format&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Jan 2018 11:58:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/date-format-conversions/m-p/7123#M608504</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-01-25T11:58:06Z</dc:date>
    </item>
    <item>
      <title>Re: date format conversions</title>
      <link>https://community.qlik.com/t5/QlikView/date-format-conversions/m-p/7124#M608505</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Hi Rudra,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;The above expression should work .Can you please share Sample data if possible&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Bhargav&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Jan 2018 12:04:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/date-format-conversions/m-p/7124#M608505</guid>
      <dc:creator>bhargav_bhat</dc:creator>
      <dc:date>2018-01-25T12:04:52Z</dc:date>
    </item>
    <item>
      <title>Re: date format conversions</title>
      <link>https://community.qlik.com/t5/QlikView/date-format-conversions/m-p/7125#M608506</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can also try this expression if above expression does'nt work&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pick(Match(Left(&lt;STRONG&gt;FieldName&lt;/STRONG&gt;,3),'Jan','Feb','Mar','Apr','May','Jun','Jul','Aug','Sep','Oct','Nov','Dec')&lt;/P&gt;&lt;P&gt;,01,02,03,04,05,06,07,08,09,10,11,12) &amp;amp; '-' &amp;amp; right(&lt;STRONG&gt;FieldName&lt;/STRONG&gt;,4)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Jan 2018 12:10:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/date-format-conversions/m-p/7125#M608506</guid>
      <dc:creator>bhargav_bhat</dc:creator>
      <dc:date>2018-01-25T12:10:32Z</dc:date>
    </item>
    <item>
      <title>Re: date format conversions</title>
      <link>https://community.qlik.com/t5/QlikView/date-format-conversions/m-p/7126#M608507</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Bhargav, i can explain the scenario:&lt;/P&gt;&lt;P&gt;* I got no date field in source data.&lt;/P&gt;&lt;P&gt;* I picked the date part from source data excel file names(File name has extension -sep 2017.xls )&lt;/P&gt;&lt;P&gt;* Used text between to extract that part (Sep 2017)&lt;/P&gt;&lt;P&gt;* Now i am trying to convert that Sep 2017 field value to 08-2017 to mark it as date field in all the excel source files.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Jan 2018 12:12:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/date-format-conversions/m-p/7126#M608507</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-01-25T12:12:30Z</dc:date>
    </item>
    <item>
      <title>Re: date format conversions</title>
      <link>https://community.qlik.com/t5/QlikView/date-format-conversions/m-p/7127#M608508</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;maybe you have to &lt;STRONG&gt;ltrim&lt;/STRONG&gt; some spaces &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="1.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/191362_1.png" style="height: auto; width: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Jan 2018 12:13:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/date-format-conversions/m-p/7127#M608508</guid>
      <dc:creator>maxgro</dc:creator>
      <dc:date>2018-01-25T12:13:01Z</dc:date>
    </item>
    <item>
      <title>Re: date format conversions</title>
      <link>https://community.qlik.com/t5/QlikView/date-format-conversions/m-p/7128#M608509</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Excellent Bhargav, your left trim with Youssef's Code worked.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks so much. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Jan 2018 12:27:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/date-format-conversions/m-p/7128#M608509</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-01-25T12:27:03Z</dc:date>
    </item>
    <item>
      <title>Re: date format conversions</title>
      <link>https://community.qlik.com/t5/QlikView/date-format-conversions/m-p/7129#M608510</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rudra,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you please mark it as helpful if it answered your question&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Bhargav&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Jan 2018 12:58:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/date-format-conversions/m-p/7129#M608510</guid>
      <dc:creator>bhargav_bhat</dc:creator>
      <dc:date>2018-01-25T12:58:56Z</dc:date>
    </item>
    <item>
      <title>Re: date format conversions</title>
      <link>https://community.qlik.com/t5/QlikView/date-format-conversions/m-p/7130#M608511</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rudra&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;its great that you got the answer but you can try this in the future if you are not really sure about the space in dates.&lt;/P&gt;&lt;P&gt;for example&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'&amp;nbsp; SEP 2017'&amp;nbsp; :- It has some leading space as well as one space between sep and 2017&lt;/P&gt;&lt;P&gt;'SEP&amp;nbsp;&amp;nbsp;&amp;nbsp; 2017&amp;nbsp; '&amp;nbsp; &lt;SPAN style="font-size: 13.3333px;"&gt;:- It has some trailing&amp;nbsp; space as well as two&amp;nbsp; spaces between sep and 2017&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;what i generally do is &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;date#(purgechar(date_field,' '),date format withoutspace)&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;for example &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;DATE(date#(&lt;SPAN style="font-size: 13.3333px;"&gt;purgechar(date_field,' '),'MMMYYYY'))&lt;/SPAN&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;Hope you will find this helpful .&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;regards&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Pradosh&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Jan 2018 13:24:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/date-format-conversions/m-p/7130#M608511</guid>
      <dc:creator>pradosh_thakur</dc:creator>
      <dc:date>2018-01-25T13:24:55Z</dc:date>
    </item>
    <item>
      <title>Re: date format conversions</title>
      <link>https://community.qlik.com/t5/QlikView/date-format-conversions/m-p/7131#M608512</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Nice one Pradosh, appreciate your suggestion.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Jan 2018 13:45:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/date-format-conversions/m-p/7131#M608512</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-01-25T13:45:14Z</dc:date>
    </item>
    <item>
      <title>Re: date format conversions</title>
      <link>https://community.qlik.com/t5/QlikView/date-format-conversions/m-p/7132#M608513</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you very much Massimo&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Jan 2018 13:47:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/date-format-conversions/m-p/7132#M608513</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-01-25T13:47:31Z</dc:date>
    </item>
  </channel>
</rss>

