<?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: Replace last comma with dot in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Replace-last-comma-with-dot/m-p/22696#M779077</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ThankYou!! &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 12 Apr 2018 07:36:35 GMT</pubDate>
    <dc:creator>mohan2391</dc:creator>
    <dc:date>2018-04-12T07:36:35Z</dc:date>
    <item>
      <title>Replace last comma with dot</title>
      <link>https://community.qlik.com/t5/QlikView/Replace-last-comma-with-dot/m-p/22691#M779069</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 field data like below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1,11,111&lt;/P&gt;&lt;P&gt;22,222&lt;/P&gt;&lt;P&gt;3,33,333,3333&lt;/P&gt;&lt;P&gt;456,123,789,000,012&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i want output like below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1,11.111&lt;/P&gt;&lt;P&gt;22.222&lt;/P&gt;&lt;P&gt;3,33,333.3333&lt;/P&gt;&lt;P&gt;456,123,789,000.012&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I mean only the last comma (,) in the value should be replaced with dot(.)&lt;/P&gt;&lt;P&gt;If there are 3 commas in the field value, 1st 2 commas should be there but the 3rd comma should be replaced with dot&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How to achieve this?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Replace-last-comma-with-dot/m-p/22691#M779069</guid>
      <dc:creator>mohan2391</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Replace last comma with dot</title>
      <link>https://community.qlik.com/t5/QlikView/Replace-last-comma-with-dot/m-p/22692#M779071</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hello&lt;/P&gt;&lt;P&gt;you may try something like this :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;&lt;STRONG&gt;let&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style=": ; color: #808080; font-size: 8pt;"&gt;a&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt;='1,234,567';&lt;BR /&gt; &lt;/SPAN&gt;&lt;STRONG style=": ; color: #0000ff; font-size: 8pt;"&gt;let&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style=": ; color: #808080; font-size: 8pt;"&gt;b&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;index&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;a&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,',',-1);&lt;BR /&gt; &lt;/SPAN&gt;&lt;STRONG style=": ; color: #0000ff; font-size: 8pt;"&gt;let&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style=": ; color: #808080; font-size: 8pt;"&gt;a&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; =&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;left&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;a&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;b&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;-1)&amp;amp;'.'&amp;amp; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;mid&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;a&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;b&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;+1);&lt;BR /&gt; &lt;/SPAN&gt;&lt;STRONG style=": ; color: #0000ff; font-size: 8pt;"&gt;trace&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; *** &lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style=": ; color: #808080; font-size: 8pt;"&gt;$(a)&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; ***; &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Apr 2018 07:13:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Replace-last-comma-with-dot/m-p/22692#M779071</guid>
      <dc:creator>olivierrobin</dc:creator>
      <dc:date>2018-04-12T07:13:41Z</dc:date>
    </item>
    <item>
      <title>Re: Replace last comma with dot</title>
      <link>https://community.qlik.com/t5/QlikView/Replace-last-comma-with-dot/m-p/22693#M779074</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm loading data from excels. While loading itself i have to do this&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Apr 2018 07:16:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Replace-last-comma-with-dot/m-p/22693#M779074</guid>
      <dc:creator>mohan2391</dc:creator>
      <dc:date>2018-04-12T07:16:39Z</dc:date>
    </item>
    <item>
      <title>Re: Replace last comma with dot</title>
      <link>https://community.qlik.com/t5/QlikView/Replace-last-comma-with-dot/m-p/22694#M779075</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you can put the formulas in the load&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;load left(&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;left&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;a&lt;/SPAN&gt;,&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;index&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;a&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,',',-1)&lt;/SPAN&gt;-1) &amp;amp; '.' &amp;amp; mid(a,&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;index&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;a&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,',',-1)+1) as new_column&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Apr 2018 07:19:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Replace-last-comma-with-dot/m-p/22694#M779075</guid>
      <dc:creator>olivierrobin</dc:creator>
      <dc:date>2018-04-12T07:19:53Z</dc:date>
    </item>
    <item>
      <title>Re: Replace last comma with dot</title>
      <link>https://community.qlik.com/t5/QlikView/Replace-last-comma-with-dot/m-p/22695#M779076</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;You can use the following snippet:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Suppose the column in Excel is Amount&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; LEFT(Amount, INDEX(Amount, ',', -1) - 1) &amp;amp; '.' &amp;amp; MID(Amount, INDEX(Amount, ',', -1) + 1) AS Amount2&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Apr 2018 07:24:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Replace-last-comma-with-dot/m-p/22695#M779076</guid>
      <dc:creator>d_pranskus</dc:creator>
      <dc:date>2018-04-12T07:24:46Z</dc:date>
    </item>
    <item>
      <title>Re: Replace last comma with dot</title>
      <link>https://community.qlik.com/t5/QlikView/Replace-last-comma-with-dot/m-p/22696#M779077</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ThankYou!! &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Apr 2018 07:36:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Replace-last-comma-with-dot/m-p/22696#M779077</guid>
      <dc:creator>mohan2391</dc:creator>
      <dc:date>2018-04-12T07:36:35Z</dc:date>
    </item>
    <item>
      <title>Re: Replace last comma with dot</title>
      <link>https://community.qlik.com/t5/QlikView/Replace-last-comma-with-dot/m-p/22697#M779078</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you' re welcome&lt;/P&gt;&lt;P&gt;remember to close the post&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Apr 2018 07:39:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Replace-last-comma-with-dot/m-p/22697#M779078</guid>
      <dc:creator>olivierrobin</dc:creator>
      <dc:date>2018-04-12T07:39:04Z</dc:date>
    </item>
    <item>
      <title>Re: Replace last comma with dot</title>
      <link>https://community.qlik.com/t5/QlikView/Replace-last-comma-with-dot/m-p/22698#M779079</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;A small correction needed in this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;no need of 2nd left()&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;By mistake it came i think&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Apr 2018 07:40:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Replace-last-comma-with-dot/m-p/22698#M779079</guid>
      <dc:creator>mohan2391</dc:creator>
      <dc:date>2018-04-12T07:40:37Z</dc:date>
    </item>
    <item>
      <title>Re: Replace last comma with dot</title>
      <link>https://community.qlik.com/t5/QlikView/Replace-last-comma-with-dot/m-p/22699#M779080</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you're right&lt;/P&gt;&lt;P&gt;too quick for copy / Paste&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Apr 2018 07:49:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Replace-last-comma-with-dot/m-p/22699#M779080</guid>
      <dc:creator>olivierrobin</dc:creator>
      <dc:date>2018-04-12T07:49:06Z</dc:date>
    </item>
  </channel>
</rss>

