<?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: Scientific notation in VA in SAS Visual Analytics</title>
    <link>https://communities.sas.com/t5/SAS-Visual-Analytics/Scientific-notation-in-VA/m-p/230670#M2685</link>
    <description>&lt;P&gt;Hi Sam,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;indeed. The length was 21 instead of 20. And it worked like a magic when I gave the informat length to be 21.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you very much.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Kind regards,&lt;/P&gt;
&lt;P&gt;Ajay&lt;/P&gt;</description>
    <pubDate>Tue, 20 Oct 2015 06:23:57 GMT</pubDate>
    <dc:creator>vasireddyajay</dc:creator>
    <dc:date>2015-10-20T06:23:57Z</dc:date>
    <item>
      <title>Scientific notation in VA</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/Scientific-notation-in-VA/m-p/230308#M2670</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;can you please tell me how to convert scientific character to numeric value in SAS VA.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;quantity = "1.66666666666666E-06"&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I tried to Parse text to numeric value.But, somehow I got wrong result.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Fri, 16 Oct 2015 15:11:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/Scientific-notation-in-VA/m-p/230308#M2670</guid>
      <dc:creator>vasireddyajay</dc:creator>
      <dc:date>2015-10-16T15:11:21Z</dc:date>
    </item>
    <item>
      <title>Re: Scientific notation in VA</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/Scientific-notation-in-VA/m-p/230576#M2678</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You are on the right track with the Parse operator, but the parameters&amp;nbsp;are a little tricky.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;What you will want to do is create a calculated item using the Parse operator, specifying the F format and a width that is wide enough to handle your values. For example, you need to specify at least width 20 to handle the value&amp;nbsp;&lt;SPAN&gt;1.66666666666666E-06.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You will also need to ensure that your output format (at the bottom of the New Calculated Item window) displays the values like you want. If you specify Numeric with width 20, the value is displayed as&amp;nbsp;&lt;SPAN&gt;1.66666666666666E-06 but it is processed appropriately as a numeric. If you specify Numeric with width 24, the value is displayed as 0.00000166666666666666 because the width is wide enough to display all the zeroes.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Does that help?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Sam&lt;/P&gt;</description>
      <pubDate>Mon, 19 Oct 2015 14:05:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/Scientific-notation-in-VA/m-p/230576#M2678</guid>
      <dc:creator>Sam_SAS</dc:creator>
      <dc:date>2015-10-19T14:05:01Z</dc:date>
    </item>
    <item>
      <title>Re: Scientific notation in VA</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/Scientific-notation-in-VA/m-p/230587#M2682</link>
      <description>&lt;P&gt;Hi Sam,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;thank you for the reply. I am using 7.1 and I have a value zero instead of 0.00000166666666666666. As mentioned, I first parsed with F with width 20 and then applied Numeric width 24 in Measure. How ever, I have got the value zero.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Kind regards,&lt;/P&gt;
&lt;P&gt;Ajaykumar&lt;/P&gt;</description>
      <pubDate>Mon, 19 Oct 2015 15:03:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/Scientific-notation-in-VA/m-p/230587#M2682</guid>
      <dc:creator>vasireddyajay</dc:creator>
      <dc:date>2015-10-19T15:03:16Z</dc:date>
    </item>
    <item>
      <title>Re: Scientific notation in VA</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/Scientific-notation-in-VA/m-p/230597#M2683</link>
      <description>&lt;P&gt;Is it possible that some of your values have a greater degree of precision than the example value you provided?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The more decimals there are in front of the E, the wider your format (really an informat) width needs to be on the Parse operator.&lt;/P&gt;</description>
      <pubDate>Mon, 19 Oct 2015 15:50:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/Scientific-notation-in-VA/m-p/230597#M2683</guid>
      <dc:creator>Sam_SAS</dc:creator>
      <dc:date>2015-10-19T15:50:54Z</dc:date>
    </item>
    <item>
      <title>Re: Scientific notation in VA</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/Scientific-notation-in-VA/m-p/230670#M2685</link>
      <description>&lt;P&gt;Hi Sam,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;indeed. The length was 21 instead of 20. And it worked like a magic when I gave the informat length to be 21.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you very much.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Kind regards,&lt;/P&gt;
&lt;P&gt;Ajay&lt;/P&gt;</description>
      <pubDate>Tue, 20 Oct 2015 06:23:57 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/Scientific-notation-in-VA/m-p/230670#M2685</guid>
      <dc:creator>vasireddyajay</dc:creator>
      <dc:date>2015-10-20T06:23:57Z</dc:date>
    </item>
  </channel>
</rss>

