I am, for my first time, attempting to create a report based on a crosstab. It's a simple one in that I want to list the names of club members and how many times they have done the three duties that we keep track of. When I use the following at an R prompt: crosstab count dutyname=8 for dutyname by fulln from try2 I get exactly what I want - a listing of 37 names with three columns following and a total column at the end.
When I attempt to create a report based on the same table I get only a listing of 36 names and 100 pages of them rather than just a single page. The report does create the columns as I wish and looks great but. Can anyone push me in the right direction for correcting my simple mind that must be overlooking something just as simple? Using 7.6.4.30919 Thanks.

