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

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