<?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: Purge function for MonthNames in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Purge-function-for-MonthNames/m-p/832697#M292969</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Subfield function would work if the filenames are in the same format.&lt;/P&gt;&lt;P&gt;But in this case some files are in the format ABC December 2014.xls, ABC December 2015 Test.xls.&lt;/P&gt;&lt;P&gt;How do I separate the date part from the filename?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 11 May 2015 10:45:11 GMT</pubDate>
    <dc:creator />
    <dc:date>2015-05-11T10:45:11Z</dc:date>
    <item>
      <title>Purge function for MonthNames</title>
      <link>https://community.qlik.com/t5/QlikView/Purge-function-for-MonthNames/m-p/832694#M292966</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;Is it possible to purge or keep the Monthnames.&lt;/P&gt;&lt;P&gt;e.g. if a field has value such as ABC January 2014.xls, then can we just store ABC in one field and January 2014 in another field using the purge and keep function.&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Asma&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 May 2015 09:48:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Purge-function-for-MonthNames/m-p/832694#M292966</guid>
      <dc:creator />
      <dc:date>2015-05-11T09:48:06Z</dc:date>
    </item>
    <item>
      <title>Re: Purge function for MonthNames</title>
      <link>https://community.qlik.com/t5/QlikView/Purge-function-for-MonthNames/m-p/832695#M292967</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 using SubField() function&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;*,&lt;/P&gt;&lt;P&gt;SubField(FieldName, ' ', 1) AS Value1,&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;SubField(FieldName, ' ', 2) AS Value2&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;FROM DataSource;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;Hope this helps you.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;Jagan.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 May 2015 10:19:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Purge-function-for-MonthNames/m-p/832695#M292967</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2015-05-11T10:19:59Z</dc:date>
    </item>
    <item>
      <title>Re: Purge function for MonthNames</title>
      <link>https://community.qlik.com/t5/QlikView/Purge-function-for-MonthNames/m-p/832696#M292968</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this&lt;/P&gt;&lt;P&gt;LOAD Right(Status, Index(Status, ' ', 2)) as MonthYear ,&lt;/P&gt;&lt;P&gt;Left(Status,3) as Abc ;&lt;/P&gt;&lt;P&gt;LOAD * Inline&lt;/P&gt;&lt;P&gt;[Status&lt;/P&gt;&lt;P&gt;Abc january 2013&lt;/P&gt;&lt;P&gt;Abc january 2014&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;] ;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 May 2015 10:42:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Purge-function-for-MonthNames/m-p/832696#M292968</guid>
      <dc:creator>sunilkumarqv</dc:creator>
      <dc:date>2015-05-11T10:42:39Z</dc:date>
    </item>
    <item>
      <title>Re: Purge function for MonthNames</title>
      <link>https://community.qlik.com/t5/QlikView/Purge-function-for-MonthNames/m-p/832697#M292969</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Subfield function would work if the filenames are in the same format.&lt;/P&gt;&lt;P&gt;But in this case some files are in the format ABC December 2014.xls, ABC December 2015 Test.xls.&lt;/P&gt;&lt;P&gt;How do I separate the date part from the filename?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 May 2015 10:45:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Purge-function-for-MonthNames/m-p/832697#M292969</guid>
      <dc:creator />
      <dc:date>2015-05-11T10:45:11Z</dc:date>
    </item>
    <item>
      <title>Re: Purge function for MonthNames</title>
      <link>https://community.qlik.com/t5/QlikView/Purge-function-for-MonthNames/m-p/832698#M292970</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 can attach all possible scenarios then it is easier to provide the solution.&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>Tue, 12 May 2015 05:46:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Purge-function-for-MonthNames/m-p/832698#M292970</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2015-05-12T05:46:20Z</dc:date>
    </item>
  </channel>
</rss>

