Hi all,
I'm am putting together a proc report for output to ODS Excel, which contains several computed fields, for example, "Price per Tonne", which as you can probably guess, is "Revenue" divided by "Tonnes".
I want to replicate this in a summary row on my report, but using this:
* Grand totals;
rbreak after / summarize style(summary)={font_weight=bold backgroundcolor=gwh color=firebrick};
Gives a total of the "Price per Tonne" column, and not the computation of Total Revenue / Total Tonnes.
Is there an option to continue use of the computed field into the summary/grand total row?
Thanks
Jim
... View more