<?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: FORMAT VALUES WITH COMMA in SAS Enterprise Guide</title>
    <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/FORMAT-VALUES-WITH-COMMA/m-p/828926#M41256</link>
    <description>&lt;P&gt;It Works, Tom!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You are the best! Thanks!&lt;/P&gt;</description>
    <pubDate>Tue, 16 Aug 2022 20:01:29 GMT</pubDate>
    <dc:creator>guilhermeagc</dc:creator>
    <dc:date>2022-08-16T20:01:29Z</dc:date>
    <item>
      <title>FORMAT VALUES WITH COMMA</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/FORMAT-VALUES-WITH-COMMA/m-p/828912#M41252</link>
      <description>&lt;P&gt;Hi friends,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have imported an Excel sheet with a value, and i need to change de format.&lt;/P&gt;&lt;P&gt;Example: The value in excel is&amp;nbsp;342554.1294&lt;/P&gt;&lt;P&gt;I think the correct value is 34.255,41&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Anyone know how i can format it in a computed Column?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm importing the sheet by import task in SAS GE&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 16 Aug 2022 18:55:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/FORMAT-VALUES-WITH-COMMA/m-p/828912#M41252</guid>
      <dc:creator>guilhermeagc</dc:creator>
      <dc:date>2022-08-16T18:55:53Z</dc:date>
    </item>
    <item>
      <title>Re: FORMAT VALUES WITH COMMA</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/FORMAT-VALUES-WITH-COMMA/m-p/828913#M41253</link>
      <description>&lt;P&gt;This is hardly a SAS question? &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 16 Aug 2022 18:49:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/FORMAT-VALUES-WITH-COMMA/m-p/828913#M41253</guid>
      <dc:creator>PeterClemmensen</dc:creator>
      <dc:date>2022-08-16T18:49:32Z</dc:date>
    </item>
    <item>
      <title>Re: FORMAT VALUES WITH COMMA</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/FORMAT-VALUES-WITH-COMMA/m-p/828914#M41254</link>
      <description>I'm importing the sheet by import task in SAS GE</description>
      <pubDate>Tue, 16 Aug 2022 18:56:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/FORMAT-VALUES-WITH-COMMA/m-p/828914#M41254</guid>
      <dc:creator>guilhermeagc</dc:creator>
      <dc:date>2022-08-16T18:56:12Z</dc:date>
    </item>
    <item>
      <title>Re: FORMAT VALUES WITH COMMA</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/FORMAT-VALUES-WITH-COMMA/m-p/828915#M41255</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/388043"&gt;@guilhermeagc&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;Hi friends,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have an Excel sheet with a value, and i need to change de format.&lt;/P&gt;
&lt;P&gt;Example: The value in excel is&amp;nbsp;342554.1294&lt;/P&gt;
&lt;P&gt;I think the correct value is 34.255,41&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Anyone know how i can format it in a computed Column?&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;If you have the value 342,554.1294 and you want it to display as 32,255.41 then you need to divide by 10.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you want the decimal point and thousands separators meaning reversed then try using the COMMAX format. Or perhaps one of the &lt;A href="https://documentation.sas.com/doc/en/pgmsascdc/9.4_3.5/nlsref/n15n1e10clx3qpn1vrnd0awyhd2s.htm" target="_self"&gt;NLNUM formats&lt;/A&gt;.&amp;nbsp; If you specify the decimal digits as 2 on the format then the fractional part will be displayed as 41 instead of 41294.&amp;nbsp; Make sure when specifying the overall width to include room for the decimal point and thousands separators.&lt;/P&gt;</description>
      <pubDate>Tue, 16 Aug 2022 18:58:47 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/FORMAT-VALUES-WITH-COMMA/m-p/828915#M41255</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2022-08-16T18:58:47Z</dc:date>
    </item>
    <item>
      <title>Re: FORMAT VALUES WITH COMMA</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/FORMAT-VALUES-WITH-COMMA/m-p/828926#M41256</link>
      <description>&lt;P&gt;It Works, Tom!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You are the best! Thanks!&lt;/P&gt;</description>
      <pubDate>Tue, 16 Aug 2022 20:01:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/FORMAT-VALUES-WITH-COMMA/m-p/828926#M41256</guid>
      <dc:creator>guilhermeagc</dc:creator>
      <dc:date>2022-08-16T20:01:29Z</dc:date>
    </item>
  </channel>
</rss>

