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

The 2025 SAS Hackathon Kicks Off on June 11!

Watch the live Hackathon Kickoff to get all the essential information about the SAS Hackathon—including how to join, how to participate, and expert tips for success.

YouTube LinkedIn

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
  • 931 views
  • 0 likes
  • 2 in conversation