<?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: Remove characters before and after a string. in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Remove-characters-before-and-after-a-string/m-p/1133793#M372435</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What are we trying to extract from the above string?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 12 May 2016 16:58:31 GMT</pubDate>
    <dc:creator>sunny_talwar</dc:creator>
    <dc:date>2016-05-12T16:58:31Z</dc:date>
    <item>
      <title>Remove characters before and after a string.</title>
      <link>https://community.qlik.com/t5/QlikView/Remove-characters-before-and-after-a-string/m-p/1133792#M372434</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is there a way to trim a string such as the one below, i cannot use trim based on len because the length varies on the values. I want everything prior to the word the removed. I cant use purge though because letters can also exists in the first portion of the string. Does anyone have ideas?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;div class="ExternalClass203E819FE1594BBC93D88712CF42A518"&amp;gt;&amp;lt;p&amp;gt;​The data collection process for this project. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 May 2016 13:40:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Remove-characters-before-and-after-a-string/m-p/1133792#M372434</guid>
      <dc:creator />
      <dc:date>2016-05-12T13:40:51Z</dc:date>
    </item>
    <item>
      <title>Re: Remove characters before and after a string.</title>
      <link>https://community.qlik.com/t5/QlikView/Remove-characters-before-and-after-a-string/m-p/1133793#M372435</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What are we trying to extract from the above string?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 May 2016 16:58:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Remove-characters-before-and-after-a-string/m-p/1133793#M372435</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-05-12T16:58:31Z</dc:date>
    </item>
    <item>
      <title>Re: Remove characters before and after a string.</title>
      <link>https://community.qlik.com/t5/QlikView/Remove-characters-before-and-after-a-string/m-p/1133794#M372436</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;EM&gt; I want everything prior to the word the removed.&lt;/EM&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;&lt;EM&gt;&lt;BR /&gt;&lt;/EM&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;&lt;EM&gt;&lt;BR /&gt;&lt;/EM&gt;Can you elaborate this?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Maybe you can use string functions like Textbetween():&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Textbetween(YourField, '&amp;lt;p&amp;gt;','.')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or Mid() and Index()&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Mid(YourField, Index(YourField,'&amp;lt;p&amp;gt;')+1)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 May 2016 16:59:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Remove-characters-before-and-after-a-string/m-p/1133794#M372436</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2016-05-12T16:59:21Z</dc:date>
    </item>
    <item>
      <title>Re: Remove characters before and after a string.</title>
      <link>https://community.qlik.com/t5/QlikView/Remove-characters-before-and-after-a-string/m-p/1133795#M372437</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Or maybe have a look at&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/thread/71215"&gt;Removing HTML markup code&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/message/642737"&gt;Re: How to remove HTML tags in Qlikview&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 May 2016 17:02:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Remove-characters-before-and-after-a-string/m-p/1133795#M372437</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2016-05-12T17:02:00Z</dc:date>
    </item>
    <item>
      <title>Re: Remove characters before and after a string.</title>
      <link>https://community.qlik.com/t5/QlikView/Remove-characters-before-and-after-a-string/m-p/1133796#M372438</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Do you always have &lt;EM&gt;&amp;lt;p&amp;gt;&lt;/EM&gt; in the same position, and no more than one &amp;lt;p&amp;gt;-tag? If so, you could use &lt;EM&gt;SubField([YourString], '&amp;lt;p&amp;gt;', 2)&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 May 2016 08:34:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Remove-characters-before-and-after-a-string/m-p/1133796#M372438</guid>
      <dc:creator>henrikalmen</dc:creator>
      <dc:date>2016-05-13T08:34:30Z</dc:date>
    </item>
  </channel>
</rss>

