<?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 replace second occurrence of a character in string in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-replace-second-occurrence-of-a-character-in-string/m-p/996372#M967259</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;=SubField(F1,'.',1) &amp;amp; '.' &amp;amp; SubField(F1,'.',2) &amp;amp; PurgeChar(Mid(F1,Index(F1,'.',2)),'.') &lt;/P&gt;&lt;P&gt;where F1 is your field should solve your needs&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 05 Oct 2015 12:50:18 GMT</pubDate>
    <dc:creator>Clever_Anjos</dc:creator>
    <dc:date>2015-10-05T12:50:18Z</dc:date>
    <item>
      <title>How to replace second occurrence of a character in string</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-replace-second-occurrence-of-a-character-in-string/m-p/996371#M967258</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 table called "Technology Versions". It has values like 8.0.5.0.1, 8.1.7.4.1, 11.1.0, 11.2.0.0.0 etc.&lt;/P&gt;&lt;P&gt;For comparing values in this table i need to have consistent data whose values can be compared. I want to remove all dots(.) except for the first occurrence. For example:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;8.0.5.0.1 -&amp;gt; 8.0501&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;8.1.7.4.1 -&amp;gt;8.1741&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px; line-height: 1.5em;"&gt;11.1.0 -&amp;gt;11.10&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px; line-height: 1.5em;"&gt;11.2.0.0.0 -&amp;gt;11.2000&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px; line-height: 1.5em;"&gt;How can i achieve this?&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Oct 2015 11:52:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-replace-second-occurrence-of-a-character-in-string/m-p/996371#M967258</guid>
      <dc:creator />
      <dc:date>2015-10-05T11:52:34Z</dc:date>
    </item>
    <item>
      <title>Re: How to replace second occurrence of a character in string</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-replace-second-occurrence-of-a-character-in-string/m-p/996372#M967259</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;=SubField(F1,'.',1) &amp;amp; '.' &amp;amp; SubField(F1,'.',2) &amp;amp; PurgeChar(Mid(F1,Index(F1,'.',2)),'.') &lt;/P&gt;&lt;P&gt;where F1 is your field should solve your needs&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Oct 2015 12:50:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-replace-second-occurrence-of-a-character-in-string/m-p/996372#M967259</guid>
      <dc:creator>Clever_Anjos</dc:creator>
      <dc:date>2015-10-05T12:50:18Z</dc:date>
    </item>
    <item>
      <title>Re: How to replace second occurrence of a character in string</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-replace-second-occurrence-of-a-character-in-string/m-p/996373#M967260</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;please find the attachment for the solution&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Oct 2015 12:55:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-replace-second-occurrence-of-a-character-in-string/m-p/996373#M967260</guid>
      <dc:creator>avinashelite</dc:creator>
      <dc:date>2015-10-05T12:55:27Z</dc:date>
    </item>
    <item>
      <title>Re: How to replace second occurrence of a character in string</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-replace-second-occurrence-of-a-character-in-string/m-p/996374#M967261</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Simpler version: =SubField(F1,'.',1) &amp;amp; '.' &amp;amp; PurgeChar(Mid(F1,Index(F1,'.',1)),'.')&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Oct 2015 12:58:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-replace-second-occurrence-of-a-character-in-string/m-p/996374#M967261</guid>
      <dc:creator>Clever_Anjos</dc:creator>
      <dc:date>2015-10-05T12:58:41Z</dc:date>
    </item>
  </channel>
</rss>

