BookmarkSubscribeRSS Feed
Ryan10
Calcite | Level 5

As an example, what I’d like to do in VA 7.4 is a dynamic outlier flag. Q1, Q3, and IQR are aggregated measures found for each [ByGroup], but then I need a calculated item which flags each observation as 1 if > Q3 + 1.5 IQR or < Q1 - 1.5 IQR else 0. As of right now, calculated items cannot refer to aggregated measures, so I was wondering if there is some parameter trick to get this done. Thanks! Ryan

3 REPLIES 3
Ryan10
Calcite | Level 5
I'm surprised I still have no response! I guess this means it isn't possible???
Renato_sas
SAS Employee

Hi Ryan,

 

Aggregated measures are only known by the visualization - the [ByGroup] is dynamically determined within the visualization, depending on the categories added to the roles. I don't know what VA release you are talking about, but you can accomplish that with VA 8.3, using some of the new aggregation capabilities introduced on that release, such as aggregated data sources, data source join, and AggregateTable operator.

 

Best,

Renato

Ryan10
Calcite | Level 5

Hey Renato,

 

Thanks for the response. I am using 7.4. I'll edit the original post.

 

Thanks,

Ryan

hackathon24-white-horiz.png

The 2025 SAS Hackathon has begun!

It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.

Latest Updates

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