BookmarkSubscribeRSS Feed
MM88
Calcite | Level 5

Hi experts,

 

 Is it possible to return missing value in an aggregated measure in SAS Visual Analytics?

 

 Example:

 

IF ( Max [_ByGroup_] (TreatAs(_Number_, 'Date1'n[Raw])) <= Max [_ByGroup_] (TreatAs(_Number_, 'Date2'n[Raw])) )
RETURN ( Sum [_ByGroup_] ('myvar1'n) / Sum [_ByGroup_] ('myvar2'n) )
ELSE .

 SAS gives an error saying that there is an element that cannot be aggregated (the missing .)

 

 I don't like to return 0. Are there any options to return missing?

 

Thanks

3 REPLIES 3
Madelyn_SAS
SAS Super FREQ

Did you try the MISSING function instead of .

MM88
Calcite | Level 5
@Madelyn_SAS, coould you please give an example? SAS VA gives error because MISSING function return bool, instead of numeric.
MM88
Calcite | Level 5

Hi community,

 

Perhaps there is a better solution. I made it work creating a 'dummy' integer variable containing only missing in the data source. 

 

Applying any function (Min [_ByGroup_], Max [_ByGroup_]) to this variable in SAs Visual Analytics you can obtain the missing value.

 

Any other ideas, please share.

 

Regards.

sas-innovate-2024.png

Available on demand!

Missed SAS Innovate Las Vegas? Watch all the action for free! View the keynotes, general sessions and 22 breakouts on demand.

 

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
  • 3 replies
  • 516 views
  • 0 likes
  • 2 in conversation