<?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: SAS VA Hover Labels - Replacing (missing) with NA in SAS Visual Analytics</title>
    <link>https://communities.sas.com/t5/SAS-Visual-Analytics/SAS-VA-Hover-Labels-Replacing-missing-with-NA/m-p/525705#M11748</link>
    <description>&lt;P&gt;So this is a data tips issue not a data issue. I want to be able to hide (missing) in the hover labels. I've attached an example of a hover label where for three of the series it says (missing). It should either not display these series in the label or it should say NA instead of (missing). Is there a way to do that?&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;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Madeline&lt;/P&gt;</description>
    <pubDate>Wed, 09 Jan 2019 13:28:42 GMT</pubDate>
    <dc:creator>macambo1</dc:creator>
    <dc:date>2019-01-09T13:28:42Z</dc:date>
    <item>
      <title>SAS VA Hover Labels - Replacing (missing) with NA</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/SAS-VA-Hover-Labels-Replacing-missing-with-NA/m-p/524264#M11718</link>
      <description>&lt;P&gt;The business users are getting confused when the Hover labels display (missing). This happens when there is no data for that specific series. Is there a way to either replace the (missing) with NA or to not show that series at all in the hover label.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Madeline&lt;/P&gt;</description>
      <pubDate>Thu, 03 Jan 2019 14:09:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/SAS-VA-Hover-Labels-Replacing-missing-with-NA/m-p/524264#M11718</guid>
      <dc:creator>macambo1</dc:creator>
      <dc:date>2019-01-03T14:09:42Z</dc:date>
    </item>
    <item>
      <title>Re: SAS VA Hover Labels - Replacing (missing) with NA</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/SAS-VA-Hover-Labels-Replacing-missing-with-NA/m-p/525408#M11733</link>
      <description>&lt;P&gt;What is the object?&lt;/P&gt;</description>
      <pubDate>Tue, 08 Jan 2019 14:23:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/SAS-VA-Hover-Labels-Replacing-missing-with-NA/m-p/525408#M11733</guid>
      <dc:creator>Madelyn_SAS</dc:creator>
      <dc:date>2019-01-08T14:23:02Z</dc:date>
    </item>
    <item>
      <title>Re: SAS VA Hover Labels - Replacing (missing) with NA</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/SAS-VA-Hover-Labels-Replacing-missing-with-NA/m-p/525410#M11734</link>
      <description>&lt;P&gt;This is an issue&amp;nbsp;with line chart and bar chart objects within the report.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Madeline&lt;/P&gt;</description>
      <pubDate>Tue, 08 Jan 2019 14:27:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/SAS-VA-Hover-Labels-Replacing-missing-with-NA/m-p/525410#M11734</guid>
      <dc:creator>macambo1</dc:creator>
      <dc:date>2019-01-08T14:27:31Z</dc:date>
    </item>
    <item>
      <title>Re: SAS VA Hover Labels - Replacing (missing) with NA</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/SAS-VA-Hover-Labels-Replacing-missing-with-NA/m-p/525571#M11744</link>
      <description>&lt;P&gt;The easiest solution is probably just to hide the missing values. Create a filter on the Filters tab, and then deselect the "Include missing values" option on the filter.&lt;BR /&gt;&lt;BR /&gt;Another approach, if the data item with missing values is a category, would be to create a calculated item with an expression like this:&lt;BR /&gt;&lt;BR /&gt;IF ( 'Category'n Missing )&lt;BR /&gt;RETURN 'NA'&lt;BR /&gt;ELSE 'Category'n&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Actually, you could use a similar expression for a measure by returning zero. This is probably bad practice if you are presenting data&amp;nbsp;for something like a scientific study, so consider whether or not this is OK to do.&lt;/P&gt;</description>
      <pubDate>Tue, 08 Jan 2019 20:44:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/SAS-VA-Hover-Labels-Replacing-missing-with-NA/m-p/525571#M11744</guid>
      <dc:creator>Sam_SAS</dc:creator>
      <dc:date>2019-01-08T20:44:55Z</dc:date>
    </item>
    <item>
      <title>Re: SAS VA Hover Labels - Replacing (missing) with NA</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/SAS-VA-Hover-Labels-Replacing-missing-with-NA/m-p/525705#M11748</link>
      <description>&lt;P&gt;So this is a data tips issue not a data issue. I want to be able to hide (missing) in the hover labels. I've attached an example of a hover label where for three of the series it says (missing). It should either not display these series in the label or it should say NA instead of (missing). Is there a way to do that?&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;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Madeline&lt;/P&gt;</description>
      <pubDate>Wed, 09 Jan 2019 13:28:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/SAS-VA-Hover-Labels-Replacing-missing-with-NA/m-p/525705#M11748</guid>
      <dc:creator>macambo1</dc:creator>
      <dc:date>2019-01-09T13:28:42Z</dc:date>
    </item>
  </channel>
</rss>

