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 now open for SAS Innovate 2025 , our biggest and most exciting global event of the year! Join us in Orlando, FL, May 6-9.
Sign up by Dec. 31 to get the 2024 rate of just $495.
Register now!
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.