<?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: Convert Dot into Comma in Product Forum</title>
    <link>https://community.blueprism.com/t5/Product-Forum/Convert-Dot-into-Comma/m-p/73819#M26424</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;you can do it like this. Wherever it finds "," will repalce it with "." No matter the Length or the value. In case it is just one Data Item use : Input Data Item, Output Data Item in Cal Stage (Not Multi Calc).&amp;nbsp;&lt;/P&gt;
&lt;P class="media" style="overflow: hidden; zoom: 1;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="18008.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/18166iCC5C0731900ABD59/image-size/large?v=v2&amp;amp;px=999" role="button" title="18008.png" alt="18008.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Andrzej Fidos&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
    <pubDate>Mon, 21 Dec 2020 18:49:00 GMT</pubDate>
    <dc:creator>AndrzejFidos</dc:creator>
    <dc:date>2020-12-21T18:49:00Z</dc:date>
    <item>
      <title>Convert Dot into Comma</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Convert-Dot-into-Comma/m-p/73816#M26421</link>
      <description>&lt;P&gt;&lt;SPAN style="color: #000080;"&gt;Hi,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="color: #000080;"&gt;I have one text data item "9.83", now I would like to write it in SAP as "9,83". I have already created write stage.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="background-color: #ffff00;"&gt;&lt;STRONG&gt;&lt;SPAN style="color: #000080;"&gt;How I would convert 9 dot 83 to 9 comma 83.&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="color: #000080;"&gt;Please help me.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="color: #000080;"&gt;BR/Asitabha&lt;/SPAN&gt;&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Asitabha Deb&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Sun, 20 Dec 2020 06:29:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Convert-Dot-into-Comma/m-p/73816#M26421</guid>
      <dc:creator>AsitabhaDeb</dc:creator>
      <dc:date>2020-12-20T06:29:00Z</dc:date>
    </item>
    <item>
      <title>RE: Convert Dot into Comma</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Convert-Dot-into-Comma/m-p/73817#M26422</link>
      <description>&lt;P&gt;Hi Asitabha,&lt;/P&gt;
&lt;P&gt;
&lt;/P&gt;&lt;P&gt;I suggest converting the number as a text and replace "." to ",".&lt;/P&gt;
&lt;P&gt;
&lt;/P&gt;&lt;P&gt;Input number = Text&lt;/P&gt;
&lt;P&gt;Cal 1 =&amp;nbsp; &lt;STRONG&gt;Left([Input Number], Len([Input Number])-2) &amp;amp;"."&amp;amp;Right([Input Number], 2)&lt;/STRONG&gt;&lt;/P&gt;
&lt;P class="media" style="overflow: hidden; zoom: 1;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="18005.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/18158i989668124BCC6437/image-size/large?v=v2&amp;amp;px=999" role="button" title="18005.png" alt="18005.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Data = Text&lt;/P&gt;
&lt;P&gt;Cal 2 = &lt;STRONG&gt;Replace([Data], ".", [Out number])&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;Out number = Text&lt;/P&gt;
&lt;P class="media" style="overflow: hidden; zoom: 1;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="18006.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/18161i06D8FAB1E8A120A1/image-size/large?v=v2&amp;amp;px=999" role="button" title="18006.png" alt="18006.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;
&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Hossein Azimi&lt;BR /&gt;Customer Support Engineer, APAC&lt;BR /&gt;Blue Prism&lt;BR /&gt;Sydney NSW&lt;BR /&gt;------------------------------&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 20 Dec 2020 23:10:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Convert-Dot-into-Comma/m-p/73817#M26422</guid>
      <dc:creator>hossein.azimi</dc:creator>
      <dc:date>2020-12-20T23:10:00Z</dc:date>
    </item>
    <item>
      <title>RE: Convert Dot into Comma</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Convert-Dot-into-Comma/m-p/73818#M26423</link>
      <description>&lt;P&gt;On your input for the write stage, use the expression &lt;CODE&gt;Replace([Number], ".", ",")&lt;/CODE&gt;. It shouldn't matter if the data item is being stored as a number or text; if it's a number, it will be implicitly converted to text when it's passed into the Replace() function.&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Nicholas Zejdlik&lt;BR /&gt;RPA Developer&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Mon, 21 Dec 2020 14:23:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Convert-Dot-into-Comma/m-p/73818#M26423</guid>
      <dc:creator>NicholasZejdlik</dc:creator>
      <dc:date>2020-12-21T14:23:00Z</dc:date>
    </item>
    <item>
      <title>RE: Convert Dot into Comma</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Convert-Dot-into-Comma/m-p/73819#M26424</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;you can do it like this. Wherever it finds "," will repalce it with "." No matter the Length or the value. In case it is just one Data Item use : Input Data Item, Output Data Item in Cal Stage (Not Multi Calc).&amp;nbsp;&lt;/P&gt;
&lt;P class="media" style="overflow: hidden; zoom: 1;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="18008.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/18166iCC5C0731900ABD59/image-size/large?v=v2&amp;amp;px=999" role="button" title="18008.png" alt="18008.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Andrzej Fidos&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Mon, 21 Dec 2020 18:49:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Convert-Dot-into-Comma/m-p/73819#M26424</guid>
      <dc:creator>AndrzejFidos</dc:creator>
      <dc:date>2020-12-21T18:49:00Z</dc:date>
    </item>
  </channel>
</rss>

