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

hackathon24-white-horiz.png

2025 SAS Hackathon: There is still time!

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!

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