I am tryng to implement the cross table with frequency counts on SAS Visual Analytics.
Each raw of my source table is a result of bandwidth test of telco operators. There are several operators that have been tested, a number(many) tests has been done for each operator. Each test results with some throughput value.
The table has the Throughput column - connection speed - with discret values (e.g. 128, 512, 1024, etc) which is the rounded value of actual connection speed and the name of the operator.
I need to build a table that will show the frequency of occurrence in percentage for each value of throughput per operator.
e.g.
Orange Vodafone T-Mobile
128 1.1% 1.2%
256 1.1% 1.4%
512 1.2% 1.5%
1024 1.3% 1.6% ... Total 100% 100%
I use standard cross table for my implementation and Throughput(Role - Category) as raws and operator names for columns and the predefined measurement - Frequency Percent. However it seems to calculate the percentage of overall occurrence not per operator. When I apply a filter for an operator to limit the result for a single operator the calculations are correct.
I am new to SAS and will appreciate any suggestion or comment.
Thanks.
UPD: SAS Visual Analytics version is 9.4.