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?
Which version of SAS Visual Analytics are you using?
-------------------------------------------------------------------------
Four tips to remember when you contact SAS Technical Support
Tricks for SAS Visual Analytics Report Builders
SAS Visual Analytics Learning Center
I am using SAS Visual Analytics 8.5
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
-------------------------------------------------------------------------
Four tips to remember when you contact SAS Technical Support
Tricks for SAS Visual Analytics Report Builders
SAS Visual Analytics Learning Center
April 27 – 30 | Gaylord Texan | Grapevine, Texas
Walk in ready to learn. Walk out ready to deliver. This is the data and AI conference you can't afford to miss.
Register now and lock in 2025 pricing—just $495!
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.