Dear Experts,
Could you please advice me on how to create a Average on top of count of a field.
To be specific, I have a category named "ID" (character datatype) and i need to calculate the average of the count of ID for a group called "Dept"
Thanks in advance
Karthik
I understand count:
select dept, count(distinct ID) as cnt
from have
group by dept
;
But average, of what...? Perhaps some sample input and desired output?
Thanks for the reply Linus,
Firstly, I dont have access to Data Preparation. Hence, I need to complete my requirement at the VA Report itself.
The Actual Requirement is: I want to set the Target as "Average of the bar value" in the "Targeted Bar Chart". The bar shows the Count of ID as Measure. and the group is "Dept" column.
Could you please suggest me on how to set the target with the "Average" . Thanks
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.
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.