BookmarkSubscribeRSS Feed
macambo1
Calcite | Level 5

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.

 

Thanks,

 

Madeline

4 REPLIES 4
macambo1
Calcite | Level 5

This is an issue with line chart and bar chart objects within the report. 

 

Best,

 

Madeline

Sam_SAS
SAS Employee

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.

Another approach, if the data item with missing values is a category, would be to create a calculated item with an expression like this:

IF ( 'Category'n Missing )
RETURN 'NA'
ELSE 'Category'n

 

Actually, you could use a similar expression for a measure by returning zero. This is probably bad practice if you are presenting data for something like a scientific study, so consider whether or not this is OK to do.

macambo1
Calcite | Level 5

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?

 

 

 

Thanks,

 

Madeline

sas-innovate-white.png

Special offer for SAS Communities members

Save $250 on SAS Innovate and get a free advance copy of the new SAS For Dummies book! Use the code "SASforDummies" to register. Don't miss out, May 6-9, in Orlando, Florida.

 

View the full agenda.

Register now!

Tips for filtering data sources in SAS Visual Analytics

See how to use one filter for multiple data sources by mapping your data from SAS’ Alexandria McCall.

Find more tutorials on the SAS Users YouTube channel.

Discussion stats
  • 4 replies
  • 2132 views
  • 0 likes
  • 3 in conversation