Hello!

I want to order the results of a bar graph in descending order. I have two facets/panels as I want to disaggregate results by gender, male and female. But I want to order both panels/bars in descending order based on the order of how women responded. I am using this code:

graph hbar Q101A , over( Q102 ) by( Q1002 )

to get the attached graph but if I use the descending option the two panels are ordered differently. Any tips? Thanks! Array