Page 1 of 1
Sorting on a Pre-Procesed Total
Posted: Fri Feb 06, 2009 9:44 am
by Bruce_Gardner_(Guest)
Hello:____I have followed the [F1] instructions for sorting on a Pre-processed total (I found them very good).____The report is a list of Invoices totalled by Customer and then sorted from highest to lowest. The details are suppressed and only the total line appears for each Customer.____But there is a problem if two Customers in a row have the same total. Only 1 row appears. Therefore the report is missing Customers. For instance:____Report should be:__900__850__850__700 etc.____But is actually:__900__850__700____Have I missed a step or a setting somehwere? Using Version 11.____Thank you.
=> RE: Sorting on a Pre-Procesed Total
Posted: Tue Feb 10, 2009 9:46 am
by kfleming
Making sure that you are grouping by the customer field rather than the preprocessed total. The sort will be the total field but the group will be the customer field.____Kathleen__R&R Support
==> RE: Sorting on Pre-Processed Total
Posted: Thu Feb 12, 2009 9:58 am
by Bruce_Gardner_(Guest)
Thank you Kathleen.____That solved the problem! I appreciate the excellent support you provide whenever the need arises.__
==> RE: Sorting on Pre-Processed Total
Posted: Thu Feb 12, 2009 9:58 am
by Bruce_Gardner_(Guest)
Hello Kathleen:____The report was so successful that the client is now asking if I can add Top N selection! I believe that R&R can do that but I don^t see any option or Help reference.____-Can R&R do Top N?__-Where should I look for an explanation of the technique?__-Can the N figure be controlled by the user as a parameter?____We are using version 11 but would consider an upgrade for added functionality.____Thank you.
====> RE: Sorting on Pre-Processed Total
Posted: Fri Feb 13, 2009 9:54 am
by Bruce_Gardner_(Guest)
Hello Kathleen:____Thank you. That worked perfectly!__
===> RE: Sorting on Pre-Processed Total
Posted: Fri Feb 13, 2009 10:14 am
by kfleming
There is no built in Top N but you can add a logical condition based on a total that is a count that accumulates once per group and resets at the grand level.____You can use a parameter field to prompt the user for the N value.____The calc field expression would be:__TOTFIELD <= PARAMETERFIELD____You then use this calc field as the logical condition for the group footer.____Kathleen__R&R Support