<?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: string parse in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/string-parse/m-p/668427#M242995</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Perhaps you can replace ", with "; and the split on ; instead of ,&lt;/P&gt;&lt;P&gt;subfield( replace(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;txt&lt;/SPAN&gt;, '",','";'),';')&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 27 Jun 2014 09:11:29 GMT</pubDate>
    <dc:creator>Gysbert_Wassenaar</dc:creator>
    <dc:date>2014-06-27T09:11:29Z</dc:date>
    <item>
      <title>string parse</title>
      <link>https://community.qlik.com/t5/QlikView/string-parse/m-p/668426#M242994</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;How can I replace un unwanted comma in a string?&lt;/P&gt;&lt;P&gt;Applied rules:%BusinessUnitKey="Life Science", Business Area="Uthyrning, 10", RegionCode="40", RegionCode="30"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Need to loose the comma in "Uthyrning, 10", and only that, so I can flatten the table with SubString(txt,',') as txt&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;thomas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Jun 2014 09:06:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/string-parse/m-p/668426#M242994</guid>
      <dc:creator />
      <dc:date>2014-06-27T09:06:11Z</dc:date>
    </item>
    <item>
      <title>Re: string parse</title>
      <link>https://community.qlik.com/t5/QlikView/string-parse/m-p/668427#M242995</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Perhaps you can replace ", with "; and the split on ; instead of ,&lt;/P&gt;&lt;P&gt;subfield( replace(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;txt&lt;/SPAN&gt;, '",','";'),';')&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Jun 2014 09:11:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/string-parse/m-p/668427#M242995</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2014-06-27T09:11:29Z</dc:date>
    </item>
    <item>
      <title>Re: string parse</title>
      <link>https://community.qlik.com/t5/QlikView/string-parse/m-p/668428#M242996</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not sure what exactly you need,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try SubField(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Business Area&lt;/SPAN&gt;,',',1) to split by delimiter&lt;/P&gt;&lt;P&gt;Try Replace(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Business Area&lt;/SPAN&gt;,',','') to remove comma&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Prabhu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Jun 2014 09:13:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/string-parse/m-p/668428#M242996</guid>
      <dc:creator />
      <dc:date>2014-06-27T09:13:46Z</dc:date>
    </item>
    <item>
      <title>Re: string parse</title>
      <link>https://community.qlik.com/t5/QlikView/string-parse/m-p/668429#M242997</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I guess you meant SubField(), if so see if this works:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SubField( YourField, '&lt;STRONG&gt;",&lt;/STRONG&gt;')&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; // separator is ",&amp;nbsp; (double quates followed by a comma)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And if you want to remove the commas after it gets separated, you can use PurgeChar() on it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Jun 2014 09:14:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/string-parse/m-p/668429#M242997</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2014-06-27T09:14:58Z</dc:date>
    </item>
    <item>
      <title>Re: string parse</title>
      <link>https://community.qlik.com/t5/QlikView/string-parse/m-p/668430#M242998</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Well gysbert, that won't change much - then I'll have the same problem with ';'&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Jun 2014 09:16:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/string-parse/m-p/668430#M242998</guid>
      <dc:creator />
      <dc:date>2014-06-27T09:16:03Z</dc:date>
    </item>
    <item>
      <title>Re: string parse</title>
      <link>https://community.qlik.com/t5/QlikView/string-parse/m-p/668431#M242999</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You may try below,&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;"&gt;Business Area='Uthyrning'&amp;amp;Chr(44)&amp;amp;' 10'&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Jun 2014 09:22:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/string-parse/m-p/668431#M242999</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-06-27T09:22:19Z</dc:date>
    </item>
  </channel>
</rss>

