<?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: Replace missing values with 0 in WRS Cross table in New SAS User</title>
    <link>https://communities.sas.com/t5/New-SAS-User/Replace-missing-values-with-0-in-WRS-Cross-table/m-p/630059#M20792</link>
    <description>&lt;P&gt;Hi there,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;in a cross table, this isn't an option. This field cannot be selected then in the cross table.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have the same issue and I'm still looking for an answer. Is there somebody who knows the solution?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 06 Mar 2020 13:08:09 GMT</pubDate>
    <dc:creator>Rolf24</dc:creator>
    <dc:date>2020-03-06T13:08:09Z</dc:date>
    <item>
      <title>Replace missing values with 0 in WRS Cross table</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Replace-missing-values-with-0-in-WRS-Cross-table/m-p/500426#M346</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Hi Team,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I have used a cross-tab in SAS WRS, and report is showing many null values associated against each row in cross-tab table. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;In web report studio, it is showing a "." for null value. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;It is very strange, can I change any setting to change it so that null value shows "0" (zero) rather than "."(Period).&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;SAS WRS Report is using informationMap as an source.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thanks,&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Dipan Arya&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 01 Oct 2018 15:00:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Replace-missing-values-with-0-in-WRS-Cross-table/m-p/500426#M346</guid>
      <dc:creator>dipanarya1</dc:creator>
      <dc:date>2018-10-01T15:00:04Z</dc:date>
    </item>
    <item>
      <title>Re: Replace missing values with 0 in WRS Cross table</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Replace-missing-values-with-0-in-WRS-Cross-table/m-p/500459#M348</link>
      <description>&lt;P&gt;I don't use WRS but generally the appearance for missing values is set with the OPTION MISSING. Option missing='0' ; would generally display all missing values as 0 until the option is changed.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Some specific procedures such as Proc Tabulate has a misstext=' ' option for each table to display any desired text when a missing value would appear.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Another option is to use custom formats that display missing as 0.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Some approaches may be more robust for your specific output. How are you creating your cross table?&lt;/P&gt;</description>
      <pubDate>Mon, 01 Oct 2018 15:58:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Replace-missing-values-with-0-in-WRS-Cross-table/m-p/500459#M348</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2018-10-01T15:58:33Z</dc:date>
    </item>
    <item>
      <title>Re: Replace missing values with 0 in WRS Cross table</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Replace-missing-values-with-0-in-WRS-Cross-table/m-p/500461#M349</link>
      <description>I am aware to use missing =0 option in SAS but unfortunately we can not use the same with SAS WRS.&lt;BR /&gt;</description>
      <pubDate>Mon, 01 Oct 2018 16:02:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Replace-missing-values-with-0-in-WRS-Cross-table/m-p/500461#M349</guid>
      <dc:creator>dipanarya1</dc:creator>
      <dc:date>2018-10-01T16:02:38Z</dc:date>
    </item>
    <item>
      <title>Re: Replace missing values with 0 in WRS Cross table</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Replace-missing-values-with-0-in-WRS-Cross-table/m-p/536857#M6677</link>
      <description>&lt;P&gt;I am sorry this answer is late. Can you use the suggestion in this SAS Note to get the results you are looking for?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="http://support.sas.com/kb/33/312.html" target="_blank"&gt;http://support.sas.com/kb/33/312.html&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 19 Feb 2019 18:39:27 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Replace-missing-values-with-0-in-WRS-Cross-table/m-p/536857#M6677</guid>
      <dc:creator>Madelyn_SAS</dc:creator>
      <dc:date>2019-02-19T18:39:27Z</dc:date>
    </item>
    <item>
      <title>Re: Replace missing values with 0 in WRS Cross table</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Replace-missing-values-with-0-in-WRS-Cross-table/m-p/630059#M20792</link>
      <description>&lt;P&gt;Hi there,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;in a cross table, this isn't an option. This field cannot be selected then in the cross table.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have the same issue and I'm still looking for an answer. Is there somebody who knows the solution?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 06 Mar 2020 13:08:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Replace-missing-values-with-0-in-WRS-Cross-table/m-p/630059#M20792</guid>
      <dc:creator>Rolf24</dc:creator>
      <dc:date>2020-03-06T13:08:09Z</dc:date>
    </item>
  </channel>
</rss>

