<?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 the characters in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Remove-the-characters/m-p/1370480#M840023</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What you do if you have something like below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;&amp;lt;div class="ExternalClassA912479D552541668AD7097708527483"&amp;gt;Sample Welcome Orders &amp;amp;amp; Shipments&amp;lt;/div&amp;gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;May be this?&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;=TextBetween(FieldName, '&amp;gt;', '&amp;lt;')&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 05 May 2017 07:21:07 GMT</pubDate>
    <dc:creator>Anil_Babu_Samineni</dc:creator>
    <dc:date>2017-05-05T07:21:07Z</dc:date>
    <item>
      <title>Remove the characters</title>
      <link>https://community.qlik.com/t5/QlikView/Remove-the-characters/m-p/1370477#M840020</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 a field with values as below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;lt;div class="ExternalClassA912479D552541668AD7097708527483"&amp;gt;Orders &amp;amp;amp; Shipments&amp;lt;/div&amp;gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In this, i wanted to remove the characters which are all existed in between &amp;lt; &amp;gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That means, for the above value i need &lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;Orders &amp;amp;amp; Shipments&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;only.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Few more values ::&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;div class="ExternalClass97B6256A295C43DF98B54A852E644B1E"&amp;gt;&amp;lt;html&amp;gt;&amp;nbsp;&amp;nbsp; &amp;lt;div class="ExternalClassD1A3669AB4B8494E860ED52F60A4F5AC"&amp;gt;Orders &amp;amp;amp; Shipments&amp;lt;/div&amp;gt; &amp;lt;/html&amp;gt;&amp;lt;/div&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;div class="ExternalClass06D57CDFE8344AE9A95A9D9E3C238F30"&amp;gt;Order data&amp;lt;/div&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can i remove ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Remove-the-characters/m-p/1370477#M840020</guid>
      <dc:creator>mohan2391</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Remove the characters</title>
      <link>https://community.qlik.com/t5/QlikView/Remove-the-characters/m-p/1370478#M840021</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;Like this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Temp:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;load * Inline [&lt;/P&gt;&lt;P&gt;Field&lt;/P&gt;&lt;P&gt;&amp;lt;div class="ExternalClassA912479D552541668AD7097708527483"&amp;gt;Orders &amp;amp;amp; Shipments&amp;lt;/div&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;div class="ExternalClass06D57CDFE8344AE9A95A9D9E3C238F30"&amp;gt;Order data&amp;lt;/div&amp;gt;&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Data:&amp;nbsp; &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;LOAD RecNo() as RecNo, Field&amp;nbsp; &lt;/P&gt;&lt;P&gt;Resident Temp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;Drop Table Temp;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;HtmlTag_Map:&amp;nbsp; &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;MAPPING LOAD DISTINCT '&amp;lt;' &amp;amp; TextBetween('&amp;lt;' &amp;amp; SubField(Field, '&amp;lt;'),'&amp;lt;','&amp;gt;') &amp;amp; '&amp;gt;' as HtmlTag, '' as Substitute&amp;nbsp; &lt;/P&gt;&lt;P&gt;Resident Data;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;/P&gt;&lt;P&gt;JOIN(Data) LOAD RecNo, MapSubstring('HtmlTag_Map', Field) as Field_Cleansed&amp;nbsp; &lt;/P&gt;&lt;P&gt;Resident Data;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FYI,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.JPG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/162295_Capture.JPG" style="height: 180px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 May 2017 06:43:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Remove-the-characters/m-p/1370478#M840021</guid>
      <dc:creator>devarasu07</dc:creator>
      <dc:date>2017-05-05T06:43:40Z</dc:date>
    </item>
    <item>
      <title>Re: Remove the characters</title>
      <link>https://community.qlik.com/t5/QlikView/Remove-the-characters/m-p/1370479#M840022</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;May be like this (look attached file)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Expression:&lt;/P&gt;&lt;P&gt;'Order'&amp;amp;TextBetween(Field, 'Order', '&amp;lt;')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Andrey&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 May 2017 07:05:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Remove-the-characters/m-p/1370479#M840022</guid>
      <dc:creator>ahaahaaha</dc:creator>
      <dc:date>2017-05-05T07:05:46Z</dc:date>
    </item>
    <item>
      <title>Re: Remove the characters</title>
      <link>https://community.qlik.com/t5/QlikView/Remove-the-characters/m-p/1370480#M840023</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What you do if you have something like below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;&amp;lt;div class="ExternalClassA912479D552541668AD7097708527483"&amp;gt;Sample Welcome Orders &amp;amp;amp; Shipments&amp;lt;/div&amp;gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;May be this?&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;=TextBetween(FieldName, '&amp;gt;', '&amp;lt;')&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 May 2017 07:21:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Remove-the-characters/m-p/1370480#M840023</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2017-05-05T07:21:07Z</dc:date>
    </item>
    <item>
      <title>Re: Remove the characters</title>
      <link>https://community.qlik.com/t5/QlikView/Remove-the-characters/m-p/1370481#M840024</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;It's working fine but is giving all the values which start with ORDER only.&lt;/P&gt;&lt;P&gt;But in my field values are starting with different names not with a few fixed words&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the support.&lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 07 May 2017 07:44:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Remove-the-characters/m-p/1370481#M840024</guid>
      <dc:creator>mohan2391</dc:creator>
      <dc:date>2017-05-07T07:44:59Z</dc:date>
    </item>
  </channel>
</rss>

