<?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 to date in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/convert-to-date/m-p/1958917#M1220011</link>
    <description>&lt;P&gt;What, exactly, doesn't work? "It doesn't work" doesn't give me any information about what the problem is. &lt;/P&gt;
&lt;P&gt;You would replace the hardcoded string with your field. This was an example.&lt;/P&gt;</description>
    <pubDate>Thu, 21 Jul 2022 13:11:41 GMT</pubDate>
    <dc:creator>Or</dc:creator>
    <dc:date>2022-07-21T13:11:41Z</dc:date>
    <item>
      <title>convert to date</title>
      <link>https://community.qlik.com/t5/QlikView/convert-to-date/m-p/1958895#M1220007</link>
      <description>&lt;P&gt;Hello everyone,&lt;/P&gt;
&lt;P&gt;I have the following field with May2022 and I want to convert it to 01/05/2022, is that possible in Qliview&lt;/P&gt;</description>
      <pubDate>Thu, 21 Jul 2022 12:57:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/convert-to-date/m-p/1958895#M1220007</guid>
      <dc:creator>Aldemarprins4</dc:creator>
      <dc:date>2022-07-21T12:57:39Z</dc:date>
    </item>
    <item>
      <title>Re: convert to date</title>
      <link>https://community.qlik.com/t5/QlikView/convert-to-date/m-p/1958900#M1220008</link>
      <description>&lt;P&gt;=Date#('May2022','MMMYYYY') should work here, I believe. &lt;/P&gt;</description>
      <pubDate>Thu, 21 Jul 2022 13:00:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/convert-to-date/m-p/1958900#M1220008</guid>
      <dc:creator>Or</dc:creator>
      <dc:date>2022-07-21T13:00:08Z</dc:date>
    </item>
    <item>
      <title>Re: convert to date</title>
      <link>https://community.qlik.com/t5/QlikView/convert-to-date/m-p/1958907#M1220009</link>
      <description>&lt;P&gt;Hello, it doesn't work&lt;BR /&gt;What happens if the month changes? In other words, I am taking that month from the name of the file, but what happens when I go to June? If I leave that format, will it convert June to 05/01/2022?&lt;/P&gt;</description>
      <pubDate>Thu, 21 Jul 2022 13:04:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/convert-to-date/m-p/1958907#M1220009</guid>
      <dc:creator>Aldemarprins4</dc:creator>
      <dc:date>2022-07-21T13:04:50Z</dc:date>
    </item>
    <item>
      <title>Re: convert to date</title>
      <link>https://community.qlik.com/t5/QlikView/convert-to-date/m-p/1958910#M1220010</link>
      <description>&lt;P&gt;... and if you want it formatted as a date, you need to wrap the above expression in Date():&lt;/P&gt;&lt;P&gt;=Date(Date#('May2022','MMMYYYY'))&lt;BR /&gt;or&lt;BR /&gt;=Date(Date#('May2022','MMMYYYY'),'DD/MM/YYYY')&lt;/P&gt;</description>
      <pubDate>Thu, 21 Jul 2022 13:05:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/convert-to-date/m-p/1958910#M1220010</guid>
      <dc:creator>hic</dc:creator>
      <dc:date>2022-07-21T13:05:14Z</dc:date>
    </item>
    <item>
      <title>Re: convert to date</title>
      <link>https://community.qlik.com/t5/QlikView/convert-to-date/m-p/1958917#M1220011</link>
      <description>&lt;P&gt;What, exactly, doesn't work? "It doesn't work" doesn't give me any information about what the problem is. &lt;/P&gt;
&lt;P&gt;You would replace the hardcoded string with your field. This was an example.&lt;/P&gt;</description>
      <pubDate>Thu, 21 Jul 2022 13:11:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/convert-to-date/m-p/1958917#M1220011</guid>
      <dc:creator>Or</dc:creator>
      <dc:date>2022-07-21T13:11:41Z</dc:date>
    </item>
    <item>
      <title>Re: convert to date</title>
      <link>https://community.qlik.com/t5/QlikView/convert-to-date/m-p/1958918#M1220012</link>
      <description>&lt;P&gt;No still not working&lt;/P&gt;</description>
      <pubDate>Thu, 21 Jul 2022 13:12:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/convert-to-date/m-p/1958918#M1220012</guid>
      <dc:creator>Aldemarprins4</dc:creator>
      <dc:date>2022-07-21T13:12:05Z</dc:date>
    </item>
    <item>
      <title>Re: convert to date</title>
      <link>https://community.qlik.com/t5/QlikView/convert-to-date/m-p/1958927#M1220013</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/147752"&gt;@Aldemarprins4&lt;/a&gt;&amp;nbsp; If you are going to have full month names, I think you would need to do this:&amp;nbsp;&lt;/P&gt;
&lt;P&gt;=Date(Date#(Left('June2022',3)&amp;amp;right('June2022',4),'MMMYYYY'),'DD/MM/YYYY')&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 21 Jul 2022 13:19:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/convert-to-date/m-p/1958927#M1220013</guid>
      <dc:creator>sicilianif</dc:creator>
      <dc:date>2022-07-21T13:19:01Z</dc:date>
    </item>
    <item>
      <title>Re: convert to date</title>
      <link>https://community.qlik.com/t5/QlikView/convert-to-date/m-p/1958988#M1220018</link>
      <description>&lt;P&gt;thank you very much it works&lt;/P&gt;</description>
      <pubDate>Thu, 21 Jul 2022 15:00:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/convert-to-date/m-p/1958988#M1220018</guid>
      <dc:creator>Aldemarprins4</dc:creator>
      <dc:date>2022-07-21T15:00:27Z</dc:date>
    </item>
  </channel>
</rss>

