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: Call for Content

Are you ready for the spotlight? We're accepting content ideas for SAS Innovate 2025 to be held May 6-9 in Orlando, FL. The call is open until September 25. Read more here about why you should contribute and what is in it for you!

Submit your idea!

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