BookmarkSubscribeRSS Feed
cokello
Fluorite | Level 6

I have a table which has null in some of the cells, how do I make it display 0 in the axis instead of dash, blank or missing?

3 REPLIES 3
Madelyn_SAS
SAS Super FREQ

Which version of SAS Visual Analytics are you using? 

cokello
Fluorite | Level 6

I am using SAS Visual Analytics 8.5

Madelyn_SAS
SAS Super FREQ

You could create an IF/THEN calculated item that returns 0 if a value missing. For example: 

IF ( 'Salary'n Missing )
RETURN 0
ELSE 'Salary'n

SAS Innovate 2025: Call for Content

Are you ready for the spotlight? We're accepting content ideas for SAS Innovate 2025 to be held May 6-9 in Orlando, FL. The call is open until September 25. Read more here about why you should contribute and what is in it for you!

Submit your idea!

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
  • 3 replies
  • 672 views
  • 0 likes
  • 2 in conversation