<?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: Filter out date from a text string in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Filter-out-date-from-a-text-string/m-p/585094#M217147</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This strongly depends on how systematic and clean your data will arrive. In your current example, I would approach it with using Subfield(string,'##') because '##' obviously serves as a delimiter.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you are e.g. sure that Date will always be located after the first ## within the string, then use Subfield(string,'##',2).&lt;/P&gt;&lt;P&gt;If you're not sure, then try making a loop on all subfields using a logic like IsNull(Date(Subfield(string,'##'))).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 13 Feb 2014 22:29:12 GMT</pubDate>
    <dc:creator>simondachstr</dc:creator>
    <dc:date>2014-02-13T22:29:12Z</dc:date>
    <item>
      <title>Filter out date from a text string</title>
      <link>https://community.qlik.com/t5/QlikView/Filter-out-date-from-a-text-string/m-p/585091#M217144</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;I have the follwoing text and I would like to filter out the dates if its possible ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Iis it possible to use any function or loop the string ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards mikael&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" style="width: 1728px;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD class="xl66" colspan="27" height="20" width="1728"&gt;M Hyensjö/UK/##May-31-2012 15:56##New request created&amp;nbsp; A Forsberg/##May-31-2012 15:57##New request created&amp;nbsp; M Hyenjö/##Jun-01-2012 08:34##Waiting for approval&amp;nbsp; A Olsson#&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Feb 2014 21:51:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Filter-out-date-from-a-text-string/m-p/585091#M217144</guid>
      <dc:creator />
      <dc:date>2014-02-13T21:51:40Z</dc:date>
    </item>
    <item>
      <title>Re: Filter out date from a text string</title>
      <link>https://community.qlik.com/t5/QlikView/Filter-out-date-from-a-text-string/m-p/585092#M217145</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The Textbetween function can extract the data&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Feb 2014 22:04:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Filter-out-date-from-a-text-string/m-p/585092#M217145</guid>
      <dc:creator>Colin-Albert</dc:creator>
      <dc:date>2014-02-13T22:04:03Z</dc:date>
    </item>
    <item>
      <title>Re: Filter out date from a text string</title>
      <link>https://community.qlik.com/t5/QlikView/Filter-out-date-from-a-text-string/m-p/585093#M217146</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If the date are in different places depending on the text, how could I use that function ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Feb 2014 22:06:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Filter-out-date-from-a-text-string/m-p/585093#M217146</guid>
      <dc:creator />
      <dc:date>2014-02-13T22:06:08Z</dc:date>
    </item>
    <item>
      <title>Re: Filter out date from a text string</title>
      <link>https://community.qlik.com/t5/QlikView/Filter-out-date-from-a-text-string/m-p/585094#M217147</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This strongly depends on how systematic and clean your data will arrive. In your current example, I would approach it with using Subfield(string,'##') because '##' obviously serves as a delimiter.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you are e.g. sure that Date will always be located after the first ## within the string, then use Subfield(string,'##',2).&lt;/P&gt;&lt;P&gt;If you're not sure, then try making a loop on all subfields using a logic like IsNull(Date(Subfield(string,'##'))).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Feb 2014 22:29:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Filter-out-date-from-a-text-string/m-p/585094#M217147</guid>
      <dc:creator>simondachstr</dc:creator>
      <dc:date>2014-02-13T22:29:12Z</dc:date>
    </item>
    <item>
      <title>Re: Filter out date from a text string</title>
      <link>https://community.qlik.com/t5/QlikView/Filter-out-date-from-a-text-string/m-p/585095#M217148</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This thread has details for using textbetween&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/thread/75634"&gt;Separate text to columns, when between the text it's the "|" caracter&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Feb 2014 07:47:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Filter-out-date-from-a-text-string/m-p/585095#M217148</guid>
      <dc:creator>Colin-Albert</dc:creator>
      <dc:date>2014-02-14T07:47:20Z</dc:date>
    </item>
  </channel>
</rss>

