Hi,

I want to draw a bar graph for the industries which have more than 100 firms, however, I do not know how do it. My code to generate the graph is

graph hbar (count) if certification_cycle==1&current_status =="certified", over(industry, sort(1) descending) blabel(bar, size(small))

However, the variable industry have more than 50 industries and I just want to select those are popular (more than 100 firm). Any suggestion would be appreciated

Many thanks