If I group in Crystal Reports to get the distinct records, my total varies -
my situation link.
i grouped , suppressed detail , displayed result on group header, @total summing records rather summing distinct one's .
please suggest how achieve this.
assuming group 4 distinctly selected group, should work running total. set summary field field totaling, evaluate option on change of group (selecting group 4), , reset never.
if need pull distinct records not grouped in group 4 (or 1 of other groups), have write running total manually. then, can use whatever logic makes sense when add total.
if not in set order, have fancier, i'd use array keep track of records have been added total. if record in array, don't anything, , if isn't, add total , add record array.
Comments
Post a Comment