I am in the process of fully automating a code process. i have 10 different variables and first i have to find the 4 that represents the highest number of cases. that has already been done, now i need to make a 4 way cross tab. the normal code would be something like table (var 1 var 2) (var3 var4) ()
but i need it to work no matter what four variables remain of the 10.
hope that makes sense otherwise feel free to ask any question.