<?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 SAS Visual Investgator - LOCATION : How to control the number of decimal that appear in Fraud, AML and Security Intelligence</title>
    <link>https://communities.sas.com/t5/Fraud-AML-and-Security/SAS-Visual-Investgator-LOCATION-How-to-control-the-number-of/m-p/589061#M388</link>
    <description>&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm using&amp;nbsp;SAS Visual Investgator 10.5. I'm working with a dataset that contains latitude and longitude fields. It works well to display it on the location map, but it seems that SAS cuts the decimals on the display, and just let 2 digits after the comma.&amp;nbsp;&lt;BR /&gt;In pgAdmin I have my 2 variables that are DOUBLE and with 15 decimals after the comma.&amp;nbsp;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="1.png" style="width: 600px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/32502iFCEE9B1B00ACA8E7/image-size/large?v=v2&amp;amp;px=999" role="button" title="1.png" alt="1.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;In SAS Vi it's also in double.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there any way to modify the number of digit after the comma on the display screen ?&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there any manipulation to modify it to display the longitude and the latitude with, for example 15 digits ?&amp;nbsp;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="2.png" style="width: 600px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/32503i9AF665FC3887C68C/image-size/large?v=v2&amp;amp;px=999" role="button" title="2.png" alt="2.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;My user have all the Admin rights but I don't find a way to change the numerical format for the longitude or latitude field.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks a lot !&lt;/P&gt;</description>
    <pubDate>Mon, 16 Sep 2019 14:37:34 GMT</pubDate>
    <dc:creator>OAK_BRANCH_RG</dc:creator>
    <dc:date>2019-09-16T14:37:34Z</dc:date>
    <item>
      <title>SAS Visual Investgator - LOCATION : How to control the number of decimal that appear</title>
      <link>https://communities.sas.com/t5/Fraud-AML-and-Security/SAS-Visual-Investgator-LOCATION-How-to-control-the-number-of/m-p/589061#M388</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm using&amp;nbsp;SAS Visual Investgator 10.5. I'm working with a dataset that contains latitude and longitude fields. It works well to display it on the location map, but it seems that SAS cuts the decimals on the display, and just let 2 digits after the comma.&amp;nbsp;&lt;BR /&gt;In pgAdmin I have my 2 variables that are DOUBLE and with 15 decimals after the comma.&amp;nbsp;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="1.png" style="width: 600px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/32502iFCEE9B1B00ACA8E7/image-size/large?v=v2&amp;amp;px=999" role="button" title="1.png" alt="1.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;In SAS Vi it's also in double.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there any way to modify the number of digit after the comma on the display screen ?&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there any manipulation to modify it to display the longitude and the latitude with, for example 15 digits ?&amp;nbsp;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="2.png" style="width: 600px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/32503i9AF665FC3887C68C/image-size/large?v=v2&amp;amp;px=999" role="button" title="2.png" alt="2.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;My user have all the Admin rights but I don't find a way to change the numerical format for the longitude or latitude field.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks a lot !&lt;/P&gt;</description>
      <pubDate>Mon, 16 Sep 2019 14:37:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Fraud-AML-and-Security/SAS-Visual-Investgator-LOCATION-How-to-control-the-number-of/m-p/589061#M388</guid>
      <dc:creator>OAK_BRANCH_RG</dc:creator>
      <dc:date>2019-09-16T14:37:34Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Visual Investgator - LOCATION : How to control the number of decimal that appear</title>
      <link>https://communities.sas.com/t5/Fraud-AML-and-Security/SAS-Visual-Investgator-LOCATION-How-to-control-the-number-of/m-p/589416#M389</link>
      <description>&lt;P&gt;Hello,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you drag a field of type "double" onto a page template the default control associated with that field is a Number Input control with the number of decimal places displayed set to "2" - you can change the number of decimal places to 6 in the control properties or alternatively use a text input control to display this value. Using a text input control will show all the numbers after the decimal point. With the double type it looks like the value is rounded to 2 decimal places in the search result detail view.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I tried this with a field of type numeric which had a scale of 8 defined - this displayed the full value (all numbers after the decimal point) for the field shown in the search results detail view and the page template -&amp;nbsp;I'm not sure if you can specify the scale for a field of type double?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;
&lt;P&gt;Susan&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 17 Sep 2019 16:32:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Fraud-AML-and-Security/SAS-Visual-Investgator-LOCATION-How-to-control-the-number-of/m-p/589416#M389</guid>
      <dc:creator>susantrueman</dc:creator>
      <dc:date>2019-09-17T16:32:52Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Visual Investgator - LOCATION : How to control the number of decimal that appear</title>
      <link>https://communities.sas.com/t5/Fraud-AML-and-Security/SAS-Visual-Investgator-LOCATION-How-to-control-the-number-of/m-p/593694#M394</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Hello,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Using a text input control allow me to&amp;nbsp;display the value with all the numbers after the decimal point.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;It's perfect&amp;nbsp; !&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thank you very much sir !&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 03 Oct 2019 12:57:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Fraud-AML-and-Security/SAS-Visual-Investgator-LOCATION-How-to-control-the-number-of/m-p/593694#M394</guid>
      <dc:creator>OAK_BRANCH_RG</dc:creator>
      <dc:date>2019-10-03T12:57:24Z</dc:date>
    </item>
  </channel>
</rss>

