I am performing a basic crosstab that results in three columns of summed data, and I’d like to add a fourth column containing each row’s total of the three columns. I read a posting in which someone suggested doing a Grouping and summing the data prior to the Crosstab, but I’m unclear how to structure and append those totals in advance of the Crosstab.
Any suggestions, please?