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

sas-innovate-2024.png

Available on demand!

Missed SAS Innovate Las Vegas? Watch all the action for free! View the keynotes, general sessions and 22 breakouts on demand.

 

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