How do I replace the "." with 0 in a crosstab?
You can control the appearance of missing values for numerics:
options missing='0';
That will get you "0" instead of "." although the values might not line up the way you hope.
And where to I set this options in VA?
You can create a calculated item from the numeric and replace the missing values with 0.. something like
IF ('Customer Engagement'n missing) RETURN 0
ELSE 'Customer Engagement'n
and name it as Customer_Engagement2 or something - then use that variable in the crosstab.
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.