<?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 part of a string in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Remove-part-of-a-string/m-p/1366776#M418215</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;What is your expression for the variable vCourseFamily?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 04 May 2017 15:48:40 GMT</pubDate>
    <dc:creator>settu_periasamy</dc:creator>
    <dc:date>2017-05-04T15:48:40Z</dc:date>
    <item>
      <title>Remove part of a string</title>
      <link>https://community.qlik.com/t5/QlikView/Remove-part-of-a-string/m-p/1366775#M418214</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi I have a string in a variable vCourseFamily 'abc', 'def','hhh' . I want to remove the last part of the string 'hhh' from the string. Kindly suggest.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 May 2017 15:44:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Remove-part-of-a-string/m-p/1366775#M418214</guid>
      <dc:creator />
      <dc:date>2017-05-04T15:44:16Z</dc:date>
    </item>
    <item>
      <title>Re: Remove part of a string</title>
      <link>https://community.qlik.com/t5/QlikView/Remove-part-of-a-string/m-p/1366776#M418215</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;What is your expression for the variable vCourseFamily?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 May 2017 15:48:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Remove-part-of-a-string/m-p/1366776#M418215</guid>
      <dc:creator>settu_periasamy</dc:creator>
      <dc:date>2017-05-04T15:48:40Z</dc:date>
    </item>
    <item>
      <title>Re: Remove part of a string</title>
      <link>https://community.qlik.com/t5/QlikView/Remove-part-of-a-string/m-p/1366777#M418216</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;=Concat(DISTINCT chr(39)&amp;amp;'*' &amp;amp; [CourseFamily]&amp;amp;chr(39) , ', ')&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 May 2017 15:52:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Remove-part-of-a-string/m-p/1366777#M418216</guid>
      <dc:creator />
      <dc:date>2017-05-04T15:52:53Z</dc:date>
    </item>
    <item>
      <title>Re: Remove part of a string</title>
      <link>https://community.qlik.com/t5/QlikView/Remove-part-of-a-string/m-p/1366778#M418217</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;do you want to remove the last 3 characters? or it would by dynamic one?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you just post small qv app with output?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 May 2017 15:55:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Remove-part-of-a-string/m-p/1366778#M418217</guid>
      <dc:creator>settu_periasamy</dc:creator>
      <dc:date>2017-05-04T15:55:48Z</dc:date>
    </item>
    <item>
      <title>Re: Remove part of a string</title>
      <link>https://community.qlik.com/t5/QlikView/Remove-part-of-a-string/m-p/1366779#M418218</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I want any occurrence of the word 'hhh' in the above string to be removed&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 May 2017 15:57:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Remove-part-of-a-string/m-p/1366779#M418218</guid>
      <dc:creator />
      <dc:date>2017-05-04T15:57:50Z</dc:date>
    </item>
    <item>
      <title>Re: Remove part of a string</title>
      <link>https://community.qlik.com/t5/QlikView/Remove-part-of-a-string/m-p/1366780#M418219</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be this&lt;/P&gt;&lt;P&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;STRONG&gt;=Concat(&lt;SPAN style="color: #ff0000;"&gt;{&amp;lt;&lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;CourseFamily -= {'hhh'}&lt;/SPAN&gt;&amp;gt;}&lt;/SPAN&gt; DISTINCT chr(39)&amp;amp;'*' &amp;amp; [CourseFamily]&amp;amp;chr(39) , ', ')&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 May 2017 16:00:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Remove-part-of-a-string/m-p/1366780#M418219</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-05-04T16:00:28Z</dc:date>
    </item>
    <item>
      <title>Re: Remove part of a string</title>
      <link>https://community.qlik.com/t5/QlikView/Remove-part-of-a-string/m-p/1366781#M418220</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In your CONCAT, can you not ignore [CourseFamily] whenever it contains 'hhh' ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 May 2017 16:03:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Remove-part-of-a-string/m-p/1366781#M418220</guid>
      <dc:creator>richard_chilvers</dc:creator>
      <dc:date>2017-05-04T16:03:21Z</dc:date>
    </item>
    <item>
      <title>Re: Remove part of a string</title>
      <link>https://community.qlik.com/t5/QlikView/Remove-part-of-a-string/m-p/1366782#M418221</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Sunny!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 May 2017 16:03:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Remove-part-of-a-string/m-p/1366782#M418221</guid>
      <dc:creator />
      <dc:date>2017-05-04T16:03:49Z</dc:date>
    </item>
  </channel>
</rss>

