I have a dataset, which has a (country_name) variable and a count of (requests) sent from that country to a company both variables are coded as long data.
My question is how to summarize the values of the (requests) variable for each (country).
If I use the code:

collapse (sum) requests, by (country_name)

the results are wrong.