For this, I don't have much of a data step to do it actually. I am not even sure it can be done. The existing data table (s1) has the following columns (among many others, but the below are key): entity_id (unique id) age_category (1-4 indicator of the age range) county (county) ExitMonths (the time in months it takes to reach the court milestone) ExitMonthCategory (either a 6, 12, 18, 24 indicator) startYear (year child entered the court system) What I would like to do is to export a new data set (ultimately to Excel) creating columns for month ranges (i.e. 0-6, 7-12, 13-18, etc.) and rows for summarized measures and dimensions (i.e. county, age range, number, percent, cumulative percent). The row dimensions would summarize the above ExitMonths column from the s1 data table. I tried using Enterprise Guide to run a frequency over the s1 table, but could not get what I want. Any ideas? Paul
... View more