BookmarkSubscribeRSS Feed
bryanssilveira
Calcite | Level 5

Hi,

I have a base data that have some missing values in some columns. I do a upload from Guide to Visual Analytics by LARS and make calculations with this variable that have missing values. The problem is that SAS Visual Analytics don't use this line with missing values. Can I replace this missing values by zero on SAS Enterprise Guide ou Visual Analytics ? And how can I do this ?

 

Best Regards,

Bryan

1 REPLY 1
FredrikE
Rhodochrosite | Level 12

You can create a calculated variable either in EG or in VA:

if missing(var) then 0  else var

//Fredrik

SAS Innovate 2025: Save the Date

 SAS Innovate 2025 is scheduled for May 6-9 in Orlando, FL. Sign up to be first to learn about the agenda and registration!

Save the date!

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
  • 1 reply
  • 1946 views
  • 0 likes
  • 2 in conversation