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

Ready to join fellow brilliant minds for the SAS Hackathon?

Build your skills. Make connections. Enjoy creative freedom. Maybe change the world. Registration is now open through August 30th. Visit the SAS Hackathon homepage.

Register today!
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
  • 556 views
  • 0 likes
  • 2 in conversation