<?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: User Defined Formats in SAS VA Designer in SAS Visual Analytics</title>
    <link>https://communities.sas.com/t5/SAS-Visual-Analytics/User-Defined-Formats-in-SAS-VA-Designer/m-p/385126#M7779</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I used your guidelines .&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;proc format lib=TTT;&lt;BR /&gt;picture social (round)&lt;BR /&gt;1E03-&amp;lt;1000000='000K' (mult=.001 )&lt;BR /&gt;1E06-&amp;lt;1000000000='000.9M' (mult=.00001)&lt;BR /&gt;1E09-&amp;lt;1000000000000='000.9B' (mult=1E-08)&lt;BR /&gt;1E12-&amp;lt;1000000000000000='000.9T' (mult=1E-11);&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;DATA sample;&lt;BR /&gt;SET insighttoy_notexta(OBS=1000);&lt;/P&gt;&lt;P&gt;formatted_total=ORDERTOTAL; &amp;nbsp;&lt;/P&gt;&lt;P&gt;format&amp;nbsp;&lt;SPAN&gt;formatted_total social.;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;RUN;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I uploaded the sample dataset to sas va, then when I am using the same in SAS VA designer the system is recognize the social format and I can see 1mi, 2mi figures.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The problem is that I cannot convert it to measure &amp;nbsp;i.e. I want to display the total of 1m + 2m as 3m . I am getting 2 different rows of 1mi and 2mi .&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any suggestions.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;BR /&gt;Ram&lt;/P&gt;</description>
    <pubDate>Wed, 02 Aug 2017 21:31:45 GMT</pubDate>
    <dc:creator>ram1981mehta</dc:creator>
    <dc:date>2017-08-02T21:31:45Z</dc:date>
    <item>
      <title>User Defined Formats in SAS VA Designer</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/User-Defined-Formats-in-SAS-VA-Designer/m-p/270665#M4217</link>
      <description>&lt;P&gt;Hi Community,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm following this URL &lt;A href="http://support.sas.com/kb/47/100.html" target="_blank"&gt;http://support.sas.com/kb/47/100.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I've created a User Defined format and saved it at "&lt;CODE&gt;SAS-config-dir/Lev1/SASApp/SASEnvironment/SASFormats&lt;/CODE&gt;" as specified.&lt;/P&gt;&lt;P&gt;How can I use this format in SAS VA Designer?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What steps to be followed to "&lt;STRONG&gt;define User Defined Formats in the SAS&lt;FONT size="-1"&gt;®&lt;/FONT&gt; LASR™ Analytic Server&lt;/STRONG&gt;"?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Kind Regards,&lt;/P&gt;&lt;P&gt;SAS Explorer&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 16 May 2016 11:07:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/User-Defined-Formats-in-SAS-VA-Designer/m-p/270665#M4217</guid>
      <dc:creator>SAS_Explorer</dc:creator>
      <dc:date>2016-05-16T11:07:54Z</dc:date>
    </item>
    <item>
      <title>Re: User Defined Formats in SAS VA Designer</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/User-Defined-Formats-in-SAS-VA-Designer/m-p/271822#M4281</link>
      <description>&lt;P&gt;SAS Explorer:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It's not that you can "use" (per se) the user-defined custom format within SAS VA Designer.&lt;/P&gt;
&lt;P&gt;SAS VA Designer can "recognize" the user-defined custom format already applied to the source data.&lt;/P&gt;
&lt;P&gt;So it is assumed the user-defined custom format was applied to the column/variable (in something like SAS EG, BASE SAS, or the like) PRIOR to following that SASNOTE and PRIOR to loading the SAS data set into SAS VA LASR.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Once all that takes place and then working with such data items is documented here (as well as related/unrelated topics):&lt;/P&gt;
&lt;P&gt;&lt;A href="http://support.sas.com/documentation/cdl/en/vaug/68648/HTML/default/viewer.htm#p0uroboxihl12on1pzzkfzok84u3.htm" target="_blank"&gt;http://support.sas.com/documentation/cdl/en/vaug/68648/HTML/default/viewer.htm#p0uroboxihl12on1pzzkfzok84u3.htm&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Do a search on the term "user-defined" throughout above page (there should be 20 occurrences).&lt;/P&gt;
&lt;P&gt;1 example ... &lt;EM&gt;The designer can display data items using an existing user-defined format that has already been specified externally for a data column in a data source. However, you cannot specify a new or different user-defined format for a data item in the designer.&amp;nbsp;&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hope this helps,&lt;/P&gt;
&lt;P&gt;Ted Stolarczyk, SAS Customer Loyalty team&lt;/P&gt;</description>
      <pubDate>Thu, 19 May 2016 19:18:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/User-Defined-Formats-in-SAS-VA-Designer/m-p/271822#M4281</guid>
      <dc:creator>TedStolarczyk</dc:creator>
      <dc:date>2016-05-19T19:18:30Z</dc:date>
    </item>
    <item>
      <title>Re: User Defined Formats in SAS VA Designer</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/User-Defined-Formats-in-SAS-VA-Designer/m-p/271896#M4284</link>
      <description>&lt;P&gt;Hi &lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/4569"&gt;@TedStolarczyk﻿&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks alot for that link, now I got some idea and These are the steps I followed:&lt;/P&gt;&lt;P&gt;1. Created an ODBC Library in SMC and registered the tables.&lt;/P&gt;&lt;P&gt;2. From SAS EG using LIBNAME statement I accessed the table.&lt;/P&gt;&lt;P&gt;3. Applied the User-defined format to the table(i.e, converting Billions to INR).&lt;/P&gt;&lt;P&gt;4. Now I'm stuck at &lt;STRONG&gt;loading the table to the LASR Server&lt;/STRONG&gt;? , can you guide me how to do this.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Kind Regards,&lt;/P&gt;&lt;P&gt;SAS Explorer&lt;/P&gt;</description>
      <pubDate>Fri, 20 May 2016 04:48:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/User-Defined-Formats-in-SAS-VA-Designer/m-p/271896#M4284</guid>
      <dc:creator>SAS_Explorer</dc:creator>
      <dc:date>2016-05-20T04:48:20Z</dc:date>
    </item>
    <item>
      <title>Re: User Defined Formats in SAS VA Designer</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/User-Defined-Formats-in-SAS-VA-Designer/m-p/272015#M4301</link>
      <description>&lt;P&gt;SAS Explorer:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Loading data to SAS LASR Server is the same thing as loading data&amp;nbsp;into SAS Visual Analytics.&lt;/P&gt;
&lt;P&gt;LASR Server is basically the "back-end" in-memory data "store" behind SAS Visual Analytics.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Not to be presumptuous, have you ever loaded data into SAS Visual Analytics before?&lt;/P&gt;
&lt;P&gt;Particularly for SAS data sets, they are a variety of ways to do it ...&lt;/P&gt;
&lt;P&gt;* Pre-define SAS libname (and Metadata folder reference) in SAS Management Console and then load into memory via SAS VA Web Admin interface (via that Metadata folder reference); or&lt;/P&gt;
&lt;P&gt;* SAS Visual Data Builder; or&lt;/P&gt;
&lt;P&gt;* directly from within SAS Visual Analytics Designer (Reporter) itself via self-service load; or&lt;/P&gt;
&lt;P&gt;* directly from within SAS Visual Analytics Explorer itself via self-service load;&amp;nbsp;or&lt;/P&gt;
&lt;P&gt;* place the data file in SAS Visual Analytics Auto-Load directly structure (assuming this is configured&amp;nbsp;within your installation); or&lt;/P&gt;
&lt;P&gt;* SAS Add-in for MS-Office or Enterprise Guide can "push" data to SAS LASR (depending on your version and if they are set up in a shared Metadata environment with your VA).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Any of these methods assume you even have proper authorization to load data into your SAS VA LASR, so you may need to work with your SAS Admin.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hope this helps,&lt;/P&gt;
&lt;P&gt;Ted&lt;/P&gt;</description>
      <pubDate>Fri, 20 May 2016 15:42:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/User-Defined-Formats-in-SAS-VA-Designer/m-p/272015#M4301</guid>
      <dc:creator>TedStolarczyk</dc:creator>
      <dc:date>2016-05-20T15:42:18Z</dc:date>
    </item>
    <item>
      <title>Re: User Defined Formats in SAS VA Designer</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/User-Defined-Formats-in-SAS-VA-Designer/m-p/385126#M7779</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I used your guidelines .&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;proc format lib=TTT;&lt;BR /&gt;picture social (round)&lt;BR /&gt;1E03-&amp;lt;1000000='000K' (mult=.001 )&lt;BR /&gt;1E06-&amp;lt;1000000000='000.9M' (mult=.00001)&lt;BR /&gt;1E09-&amp;lt;1000000000000='000.9B' (mult=1E-08)&lt;BR /&gt;1E12-&amp;lt;1000000000000000='000.9T' (mult=1E-11);&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;DATA sample;&lt;BR /&gt;SET insighttoy_notexta(OBS=1000);&lt;/P&gt;&lt;P&gt;formatted_total=ORDERTOTAL; &amp;nbsp;&lt;/P&gt;&lt;P&gt;format&amp;nbsp;&lt;SPAN&gt;formatted_total social.;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;RUN;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I uploaded the sample dataset to sas va, then when I am using the same in SAS VA designer the system is recognize the social format and I can see 1mi, 2mi figures.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The problem is that I cannot convert it to measure &amp;nbsp;i.e. I want to display the total of 1m + 2m as 3m . I am getting 2 different rows of 1mi and 2mi .&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any suggestions.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;BR /&gt;Ram&lt;/P&gt;</description>
      <pubDate>Wed, 02 Aug 2017 21:31:45 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/User-Defined-Formats-in-SAS-VA-Designer/m-p/385126#M7779</guid>
      <dc:creator>ram1981mehta</dc:creator>
      <dc:date>2017-08-02T21:31:45Z</dc:date>
    </item>
    <item>
      <title>Re: User Defined Formats in SAS VA Designer</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/User-Defined-Formats-in-SAS-VA-Designer/m-p/385127#M7780</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I used your guidelines .&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;proc format lib=TTT;&lt;BR /&gt;picture social (round)&lt;BR /&gt;1E03-&amp;lt;1000000='000K' (mult=.001 )&lt;BR /&gt;1E06-&amp;lt;1000000000='000.9M' (mult=.00001)&lt;BR /&gt;1E09-&amp;lt;1000000000000='000.9B' (mult=1E-08)&lt;BR /&gt;1E12-&amp;lt;1000000000000000='000.9T' (mult=1E-11);&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;DATA sample;&lt;BR /&gt;SET insighttoy_notexta(OBS=1000);&lt;/P&gt;&lt;P&gt;formatted_total=ORDERTOTAL; &amp;nbsp;&lt;/P&gt;&lt;P&gt;format&amp;nbsp;&lt;SPAN&gt;formatted_total social.;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;RUN;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I uploaded the sample dataset to sas va, then when I am using the same in SAS VA designer the system is recognize the social format and I can see 1mi, 2mi figures.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The problem is that I cannot convert it to measure &amp;nbsp;i.e. I want to display the total of 1m + 2m as 3m . I am getting 2 different rows of 1mi and 2mi .&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any suggestions.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;BR /&gt;Ram&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 02 Aug 2017 21:35:23 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/User-Defined-Formats-in-SAS-VA-Designer/m-p/385127#M7780</guid>
      <dc:creator>ram1981mehta</dc:creator>
      <dc:date>2017-08-02T21:35:23Z</dc:date>
    </item>
    <item>
      <title>Re: User Defined Formats in SAS VA Designer</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/User-Defined-Formats-in-SAS-VA-Designer/m-p/385337#M7795</link>
      <description>&lt;P&gt;&lt;A class="lia-link-navigation lia-page-link lia-user-name-link" id="link_33" style="color: rgb(153, 153, 153);" href="https://communities.sas.com/t5/user/viewprofilepage/user-id/156334" target="_self"&gt;&lt;SPAN&gt;ram1981mehta&lt;/SPAN&gt;&lt;/A&gt;:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you're talking about what I think you're talking about ...&lt;/P&gt;
&lt;P&gt;Refer to earlier within this particular SAS VA Community posting thread:&lt;/P&gt;
&lt;P&gt;&lt;A href="http://support.sas.com/kb/47/100.html" target="_blank"&gt;http://support.sas.com/kb/47/100.html&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;These are SAS Documentation (Tech Supported) guidelines.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Among other things (related and unrelated),&amp;nbsp;they describe particular scenarios where once a Custom Format comes into SAS Visual Analytics, it can NOT be then changed or re-formatted into another data item type.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If what I'm describing is totally not related to the problem you're currently experiencing, I will need to refer you to SAS Tech Support for further troubleshooting and resolution.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hope this helps,&lt;/P&gt;
&lt;P&gt;Ted Stolarczyk, SAS Customer Loyaly team&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 03 Aug 2017 14:55:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/User-Defined-Formats-in-SAS-VA-Designer/m-p/385337#M7795</guid>
      <dc:creator>TedStolarczyk</dc:creator>
      <dc:date>2017-08-03T14:55:52Z</dc:date>
    </item>
    <item>
      <title>Re: User Defined Formats in SAS VA Designer</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/User-Defined-Formats-in-SAS-VA-Designer/m-p/385474#M7798</link>
      <description>&lt;P&gt;All data items with an applied user-defined format are categories. You cannot change them to measures.&lt;/P&gt;</description>
      <pubDate>Thu, 03 Aug 2017 19:53:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/User-Defined-Formats-in-SAS-VA-Designer/m-p/385474#M7798</guid>
      <dc:creator>Madelyn_SAS</dc:creator>
      <dc:date>2017-08-03T19:53:19Z</dc:date>
    </item>
    <item>
      <title>Re: User Defined Formats in SAS VA Designer</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/User-Defined-Formats-in-SAS-VA-Designer/m-p/386370#M7828</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for replying to my post.I am attaching my requirements , it's part of the retail insights report (Sample report)&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.sas.com/en_gb/software/business-intelligence/visual-analytics/demo/retail-insights/sample-report.html" target="_blank"&gt;https://www.sas.com/en_gb/software/business-intelligence/visual-analytics/demo/retail-insights/sample-report.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am attaching the screen shot of my requirements, I want to display a measure i.e. in millions.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can you please suggest any ideas.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 08 Aug 2017 19:08:23 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/User-Defined-Formats-in-SAS-VA-Designer/m-p/386370#M7828</guid>
      <dc:creator>ram1981mehta</dc:creator>
      <dc:date>2017-08-08T19:08:23Z</dc:date>
    </item>
  </channel>
</rss>

