<?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: How to remove dynamic string in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-remove-dynamic-string/m-p/472942#M695641</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;See &lt;A _jive_internal="true" href="https://community.qlik.com/message/309925#309925"&gt;here&lt;/A&gt; for a solution. The discussion is about html tags, but it's the same problem. Just replace the &amp;lt; and &amp;gt; characters with your curly braces&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 20 May 2013 08:06:57 GMT</pubDate>
    <dc:creator>Gysbert_Wassenaar</dc:creator>
    <dc:date>2013-05-20T08:06:57Z</dc:date>
    <item>
      <title>How to remove dynamic string</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-remove-dynamic-string/m-p/472941#M695640</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How to remove dynamic string in format '{*ABC234*}' like this.&lt;/P&gt;&lt;P&gt;EG&lt;/P&gt;&lt;P&gt;'TSB Finish Goods-Stationary Battery-FDTSE026129-FDTSE026129&amp;lt;ZSFG&amp;gt;&lt;SPAN style="color: #ff0000;"&gt;{1FDTSE026129}&lt;/SPAN&gt;-CDEBE026001&amp;lt;ZSFG&amp;gt;&lt;SPAN style="color: #ff0000;"&gt;{1FDTSE026129}&lt;/SPAN&gt;-SDEBE026001&amp;lt;ZSFG&amp;gt;&lt;SPAN style="color: #ff0000;"&gt;{2FDTSE026129}&lt;/SPAN&gt;-AF45&amp;lt;ZSFG&amp;gt;&lt;SPAN style="color: #ff0000;"&gt;{3FDTSE026129}&lt;/SPAN&gt;-AF45_02&amp;lt;ZSFG&amp;gt;&lt;SPAN style="color: #ff0000;"&gt;{4FDTSE026129}&lt;/SPAN&gt;-AU45&amp;lt;ZSFG&amp;gt;&lt;SPAN style="color: #ff0000;"&gt;{5FDTSE026129}&lt;/SPAN&gt;-AG24&amp;lt;ZSFG&amp;gt;&lt;SPAN style="color: #ff0000;"&gt;{6FDTSE026129}&lt;/SPAN&gt;-LLG5&amp;lt;ZRM&amp;gt;&lt;SPAN style="color: #ff0000;"&gt;{7AG24FDTSE026129}&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;'&lt;/P&gt;&lt;P&gt;.......&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(Any records&amp;nbsp; may be haven't the dynamic strings)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Remove &lt;SPAN style="color: #ff0000;"&gt;red&lt;/SPAN&gt; colour&lt;/P&gt;&lt;P&gt;I try to used "Replace" function &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;EG&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Replace('TSB Finish Goods-Stationary Battery-FDTSE026129-FDTSE026129&amp;lt;ZSFG&amp;gt;{1FDTSE026129}-CDEBE026001&amp;lt;ZSFG&amp;gt;{1FDTSE026129}-SDEBE026001&amp;lt;ZSFG&amp;gt;{2FDTSE026129}-AF45&amp;lt;ZSFG&amp;gt;{3FDTSE026129}-AF45_02&amp;lt;ZSFG&amp;gt;{4FDTSE026129}-AU45&amp;lt;ZSFG&amp;gt;{5FDTSE026129}-AG24&amp;lt;ZSFG&amp;gt;{6FDTSE026129}-LLG5&amp;lt;ZRM&amp;gt;{7AG24FDTSE026129}&lt;/P&gt;&lt;P&gt;','{'&amp;amp;TextBetween('TSB Finish Goods-Stationary Battery-FDTSE026129-FDTSE026129&amp;lt;ZSFG&amp;gt;{1FDTSE026129}-CDEBE026001&amp;lt;ZSFG&amp;gt;{1FDTSE026129}-SDEBE026001&amp;lt;ZSFG&amp;gt;{2FDTSE026129}-AF45&amp;lt;ZSFG&amp;gt;{3FDTSE026129}-AF45_02&amp;lt;ZSFG&amp;gt;{4FDTSE026129}-AU45&amp;lt;ZSFG&amp;gt;{5FDTSE026129}-AG24&amp;lt;ZSFG&amp;gt;{6FDTSE026129}-LLG5&amp;lt;ZRM&amp;gt;{7AG24FDTSE026129}&lt;/P&gt;&lt;P&gt;','{','}')&amp;amp;'}','')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But it not work &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Result : TSB Finish Goods-Stationary Battery-FDTSE026129-FDTSE026129&amp;lt;ZSFG&amp;gt;-CDEBE026001&amp;lt;ZSFG&amp;gt;{1FDTSE026129}-SDEBE026001&amp;lt;ZSFG&amp;gt;{2FDTSE026129}-AF45&amp;lt;ZSFG&amp;gt;{3FDTSE026129}-AF45_02&amp;lt;ZSFG&amp;gt;{4FDTSE026129}-AU45&amp;lt;ZSFG&amp;gt;{5FDTSE026129}-AG24&amp;lt;ZSFG&amp;gt;{6FDTSE026129}-LLG5&amp;lt;ZRM&amp;gt;{7AG24FDTSE026129}&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please provide for this problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MaxloveIII&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 May 2013 07:50:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-remove-dynamic-string/m-p/472941#M695640</guid>
      <dc:creator>maxloveiii</dc:creator>
      <dc:date>2013-05-20T07:50:46Z</dc:date>
    </item>
    <item>
      <title>Re: How to remove dynamic string</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-remove-dynamic-string/m-p/472942#M695641</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;See &lt;A _jive_internal="true" href="https://community.qlik.com/message/309925#309925"&gt;here&lt;/A&gt; for a solution. The discussion is about html tags, but it's the same problem. Just replace the &amp;lt; and &amp;gt; characters with your curly braces&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 May 2013 08:06:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-remove-dynamic-string/m-p/472942#M695641</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2013-05-20T08:06:57Z</dc:date>
    </item>
  </channel>
</rss>

