What I need is a Top N report that shows the following:
Ship-To Name CY Units PY Units CY Dollars PY Dollars
where CY is Current Year and PY is Prior Year. I have the report now where I have all of the data I need in the Group Footer but I want to only include the Top 200. Since I have to originally group by Ship-To Name to get the totals I now want to subsequently sort by total fields that are the CY Dollars descending.
I use the YearToDate and the LastYearYTD functions to get the proper values in the right buckets. Can I perform a Top N sort by a subtotal field in the Group Footer or am I going about it the wrong way...
Thanks,
Bessebo
Ship-To Name CY Units PY Units CY Dollars PY Dollars
where CY is Current Year and PY is Prior Year. I have the report now where I have all of the data I need in the Group Footer but I want to only include the Top 200. Since I have to originally group by Ship-To Name to get the totals I now want to subsequently sort by total fields that are the CY Dollars descending.
I use the YearToDate and the LastYearYTD functions to get the proper values in the right buckets. Can I perform a Top N sort by a subtotal field in the Group Footer or am I going about it the wrong way...
Thanks,
Bessebo