<?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 Subfield of multiple delimiter in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Subfield-of-multiple-delimiter/m-p/46107#M3103</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello communities of Qlik,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a script where i want to split a string to 3 parts Length Width Height. Due to possibly human error, there's a record of 'XX' instead of 'X'. With below script, I am able to remove 'X' but not 'XX' as shown in the bottom image which shows nothing. How should i approach this problem?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="202611" alt="" class="jive-image image-3" src="https://community.qlik.com/legacyfs/online/202611_pastedImage_3.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="202603" alt="" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/202603_pastedImage_1.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="202602" alt="" class="jive-image image-1" height="104" src="https://community.qlik.com/legacyfs/online/202602_pastedImage_0.png" style="width: 594px; height: 104.429px;" width="594" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 17 May 2018 02:01:55 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2018-05-17T02:01:55Z</dc:date>
    <item>
      <title>Subfield of multiple delimiter</title>
      <link>https://community.qlik.com/t5/App-Development/Subfield-of-multiple-delimiter/m-p/46107#M3103</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello communities of Qlik,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a script where i want to split a string to 3 parts Length Width Height. Due to possibly human error, there's a record of 'XX' instead of 'X'. With below script, I am able to remove 'X' but not 'XX' as shown in the bottom image which shows nothing. How should i approach this problem?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="202611" alt="" class="jive-image image-3" src="https://community.qlik.com/legacyfs/online/202611_pastedImage_3.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="202603" alt="" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/202603_pastedImage_1.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="202602" alt="" class="jive-image image-1" height="104" src="https://community.qlik.com/legacyfs/online/202602_pastedImage_0.png" style="width: 594px; height: 104.429px;" width="594" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 May 2018 02:01:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Subfield-of-multiple-delimiter/m-p/46107#M3103</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-05-17T02:01:55Z</dc:date>
    </item>
    <item>
      <title>Re: Subfield of multiple delimiter</title>
      <link>https://community.qlik.com/t5/App-Development/Subfield-of-multiple-delimiter/m-p/46108#M3104</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be try this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;KeepChar(SubField(Replace(PM_DIMENSION, 'XX', 'X'), 'X', 1), '0123456789.') as LENGTH,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;KeepChar(SubField(Replace(PM_DIMENSION, 'XX', 'X'), 'X', 2), '0123456789.') as WIDTH,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;KeepChar(SubField(Replace(PM_DIMENSION, 'XX', 'X'), 'X', 3), '0123456789.') as HEIGHT&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 May 2018 02:12:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Subfield-of-multiple-delimiter/m-p/46108#M3104</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-05-17T02:12:07Z</dc:date>
    </item>
  </channel>
</rss>

