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

hackathon24-white-horiz.png

2025 SAS Hackathon: There is still time!

Good news: We've extended SAS Hackathon registration until Sept. 12, so you still have time to be part of our biggest event yet – our five-year anniversary!

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