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 2024

Innovate_SAS_Blue.png

Registration is open! SAS is returning to Vegas for an AI and analytics experience like no other! Whether you're an executive, manager, end user or SAS partner, SAS Innovate is designed for everyone on your team. Register for just $495 by 12/31/2023.

If you are interested in speaking, there is still time to submit a session idea. More details are posted on the website. 

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