<?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: Modify Predefined format in SAS Visual Analytics</title>
    <link>https://communities.sas.com/t5/SAS-Visual-Analytics/Modify-Predefined-format/m-p/254843#M3535</link>
    <description>Thanks @freelancereinhard for you advice,&lt;BR /&gt;But unfortunately it will not work in VA,&lt;BR /&gt;Because va will do live calculations,&lt;BR /&gt;Not like base sas, so it will not work,&lt;BR /&gt;But anyway i really appreciate your assistance to solve this issue, thank you very much.</description>
    <pubDate>Sun, 06 Mar 2016 15:14:07 GMT</pubDate>
    <dc:creator>Kalind_Patel</dc:creator>
    <dc:date>2016-03-06T15:14:07Z</dc:date>
    <item>
      <title>Modify Predefined format</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/Modify-Predefined-format/m-p/254829#M3531</link>
      <description>Hi All,&lt;BR /&gt;Is their any way to change pre defined format ?&lt;BR /&gt;For eg: i want to change commaw.d format, which is by default giving value like this 123,456,000 but my client wants value like this 12,34,56,000 (in indian comma )&lt;BR /&gt;&lt;BR /&gt;My problem is that i had tried to create picture format and imported this format in SAS VA, but in VA if we use any user-defined format than it will convert that variable to category, and we can not convert it to measure if we want to use user-defined format (in my case that format is indian comma format), so in category i can not do calculations on that variable with user-defined format, ao is their any other way to apply user-defined format in VA and can do calculations also.</description>
      <pubDate>Sun, 06 Mar 2016 12:14:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/Modify-Predefined-format/m-p/254829#M3531</guid>
      <dc:creator>Kalind_Patel</dc:creator>
      <dc:date>2016-03-06T12:14:52Z</dc:date>
    </item>
    <item>
      <title>Re: Modify Predefined format</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/Modify-Predefined-format/m-p/254837#M3532</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/71754"&gt;@Kalind_Patel﻿&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;No, I don't think you can&amp;nbsp;change a SAS-supplied format. You can only create your own user-defined formats (where using the same name as a SAS-supplied format is not a good idea, see &lt;A href="http://support.sas.com/techsup/notes/v8/18/075.html" target="_blank"&gt;SAS Problem Note 18075&lt;/A&gt;), as you did already.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I'm not familiar with VA, but normally a format on a numeric variable should not prevent calculations. In any case it should be possible to perform the calculations before the format comes into play. The format could be assigned at a late stage, only for reporting purposes.&lt;/P&gt;</description>
      <pubDate>Sun, 06 Mar 2016 13:41:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/Modify-Predefined-format/m-p/254837#M3532</guid>
      <dc:creator>FreelanceReinh</dc:creator>
      <dc:date>2016-03-06T13:41:07Z</dc:date>
    </item>
    <item>
      <title>Re: Modify Predefined format</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/Modify-Predefined-format/m-p/254841#M3533</link>
      <description>Thanks @freelancereinhard for your reply, actually i tried both ways, using same name of predefined format &amp;amp; using with another name,&lt;BR /&gt;But no luck !!&lt;BR /&gt;And about VA limitation which i am talking about, i am also surprised after i knew that VA is not allowing variable (which has user-defined format ) to calculate, in base sas and eg, i can easily do calculations on the same variae with same user-defined format.&lt;BR /&gt;&lt;BR /&gt;Please see this link :&lt;BR /&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;BR /&gt;&lt;BR /&gt;In this link under "Formats in SAS® Visual Analytics Designer" section, it is clearly mentioned that you can not convert that variable (user-define format enabled ) from category to measure, and even i can not do calculations before applying the format, it is not possible in my scenario.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Sun, 06 Mar 2016 14:39:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/Modify-Predefined-format/m-p/254841#M3533</guid>
      <dc:creator>Kalind_Patel</dc:creator>
      <dc:date>2016-03-06T14:39:05Z</dc:date>
    </item>
    <item>
      <title>Re: Modify Predefined format</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/Modify-Predefined-format/m-p/254842#M3534</link>
      <description>&lt;P&gt;If there was no other way, I would then&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;leave that numeric variable X unformatted&lt;/LI&gt;
&lt;LI&gt;perform the calculations with it&lt;/LI&gt;
&lt;LI&gt;store the result of the calculation in a different variable Y&lt;/LI&gt;
&lt;LI&gt;apply the desired format for reporting to variable Y&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;But, again, I have never used VA. So, the above approach may be unusual.&lt;/P&gt;</description>
      <pubDate>Sun, 06 Mar 2016 14:54:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/Modify-Predefined-format/m-p/254842#M3534</guid>
      <dc:creator>FreelanceReinh</dc:creator>
      <dc:date>2016-03-06T14:54:05Z</dc:date>
    </item>
    <item>
      <title>Re: Modify Predefined format</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/Modify-Predefined-format/m-p/254843#M3535</link>
      <description>Thanks @freelancereinhard for you advice,&lt;BR /&gt;But unfortunately it will not work in VA,&lt;BR /&gt;Because va will do live calculations,&lt;BR /&gt;Not like base sas, so it will not work,&lt;BR /&gt;But anyway i really appreciate your assistance to solve this issue, thank you very much.</description>
      <pubDate>Sun, 06 Mar 2016 15:14:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/Modify-Predefined-format/m-p/254843#M3535</guid>
      <dc:creator>Kalind_Patel</dc:creator>
      <dc:date>2016-03-06T15:14:07Z</dc:date>
    </item>
  </channel>
</rss>

