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
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!
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.