<?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: Default value for data item in WRS in SAS Web Report Studio</title>
    <link>https://communities.sas.com/t5/SAS-Web-Report-Studio/Default-value-for-data-item-in-WRS/m-p/37234#M646</link>
    <description>You can create a custom data element for the measure (in Information Map Studio) you would like to display as 0 rather than MISSING.&lt;BR /&gt;
&lt;BR /&gt;
Edit the expression of this new custom data element and set as: &lt;BR /&gt;
&lt;BR /&gt;
                   sum(olddataname, 0)&lt;BR /&gt;
&lt;BR /&gt;
~ Angela&lt;BR /&gt;
&lt;BR /&gt;
Reference:&lt;BR /&gt;
&lt;A href="http://www.sascommunity.org/wiki/Tips:Convert_MISSING_to_0" target="_blank"&gt;http://www.sascommunity.org/wiki/Tips:Convert_MISSING_to_0&lt;/A&gt;</description>
    <pubDate>Thu, 24 Mar 2011 18:42:36 GMT</pubDate>
    <dc:creator>AngelaHall</dc:creator>
    <dc:date>2011-03-24T18:42:36Z</dc:date>
    <item>
      <title>Default value for data item in WRS</title>
      <link>https://communities.sas.com/t5/SAS-Web-Report-Studio/Default-value-for-data-item-in-WRS/m-p/37231#M643</link>
      <description>Hi,&lt;BR /&gt;
&lt;BR /&gt;
Is there a way to display default value like ( 0 or some default text ) instead of  . (dot)  when the data items are null in SAS WRS?&lt;BR /&gt;
&lt;BR /&gt;
-Nithin.</description>
      <pubDate>Wed, 23 Mar 2011 19:16:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Web-Report-Studio/Default-value-for-data-item-in-WRS/m-p/37231#M643</guid>
      <dc:creator>Nithin</dc:creator>
      <dc:date>2011-03-23T19:16:58Z</dc:date>
    </item>
    <item>
      <title>Re: Default value for data item in WRS</title>
      <link>https://communities.sas.com/t5/SAS-Web-Report-Studio/Default-value-for-data-item-in-WRS/m-p/37232#M644</link>
      <description>If you mean like setting a global property for the product, then,  no, I'm afraid that you cannot do that.</description>
      <pubDate>Wed, 23 Mar 2011 22:29:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Web-Report-Studio/Default-value-for-data-item-in-WRS/m-p/37232#M644</guid>
      <dc:creator>Madelyn_SAS</dc:creator>
      <dc:date>2011-03-23T22:29:09Z</dc:date>
    </item>
    <item>
      <title>Re: Default value for data item in WRS</title>
      <link>https://communities.sas.com/t5/SAS-Web-Report-Studio/Default-value-for-data-item-in-WRS/m-p/37233#M645</link>
      <description>No, I am not looking for global property of product.&lt;BR /&gt;
I want a way to assign default value for data item. Kindly let me know if I am not clear.&lt;BR /&gt;
&lt;BR /&gt;
-Nithin</description>
      <pubDate>Thu, 24 Mar 2011 14:44:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Web-Report-Studio/Default-value-for-data-item-in-WRS/m-p/37233#M645</guid>
      <dc:creator>Nithin</dc:creator>
      <dc:date>2011-03-24T14:44:52Z</dc:date>
    </item>
    <item>
      <title>Re: Default value for data item in WRS</title>
      <link>https://communities.sas.com/t5/SAS-Web-Report-Studio/Default-value-for-data-item-in-WRS/m-p/37234#M646</link>
      <description>You can create a custom data element for the measure (in Information Map Studio) you would like to display as 0 rather than MISSING.&lt;BR /&gt;
&lt;BR /&gt;
Edit the expression of this new custom data element and set as: &lt;BR /&gt;
&lt;BR /&gt;
                   sum(olddataname, 0)&lt;BR /&gt;
&lt;BR /&gt;
~ Angela&lt;BR /&gt;
&lt;BR /&gt;
Reference:&lt;BR /&gt;
&lt;A href="http://www.sascommunity.org/wiki/Tips:Convert_MISSING_to_0" target="_blank"&gt;http://www.sascommunity.org/wiki/Tips:Convert_MISSING_to_0&lt;/A&gt;</description>
      <pubDate>Thu, 24 Mar 2011 18:42:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Web-Report-Studio/Default-value-for-data-item-in-WRS/m-p/37234#M646</guid>
      <dc:creator>AngelaHall</dc:creator>
      <dc:date>2011-03-24T18:42:36Z</dc:date>
    </item>
    <item>
      <title>Re: Default value for data item in WRS</title>
      <link>https://communities.sas.com/t5/SAS-Web-Report-Studio/Default-value-for-data-item-in-WRS/m-p/37235#M647</link>
      <description>Does setting the missing = 0 option in the autoexec for the workspace server (the one used by WRS)  work?</description>
      <pubDate>Thu, 24 Mar 2011 18:43:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Web-Report-Studio/Default-value-for-data-item-in-WRS/m-p/37235#M647</guid>
      <dc:creator>twocanbazza</dc:creator>
      <dc:date>2011-03-24T18:43:34Z</dc:date>
    </item>
    <item>
      <title>Re: Default value for data item in WRS</title>
      <link>https://communities.sas.com/t5/SAS-Web-Report-Studio/Default-value-for-data-item-in-WRS/m-p/37236#M648</link>
      <description>The MISSING= system option does not work for results returned by WRS. &lt;BR /&gt;
&lt;BR /&gt;
See this new SAS note for another workaround at the data item (not global) level.&lt;BR /&gt;
&lt;BR /&gt;
&lt;A href="http://support.sas.com/kb/42/868.html" target="_blank"&gt;http://support.sas.com/kb/42/868.html&lt;/A&gt;</description>
      <pubDate>Wed, 06 Apr 2011 18:09:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Web-Report-Studio/Default-value-for-data-item-in-WRS/m-p/37236#M648</guid>
      <dc:creator>Madelyn_SAS</dc:creator>
      <dc:date>2011-04-06T18:09:10Z</dc:date>
    </item>
  </channel>
</rss>

