I am having trouble figuring out how to summarize an IF statement at the group level within Crystal 8.5. I have created a report that sums reject qty by reject code(group1) then by part number(group2) for a date range. Next I created an IF statement in the details section stating:
If(defects.shiftdate} = maximum({defects.shiftdate}) then {defects.quantity} else 0
this returns only quanitities for the maximum date at the detail level. How do I then sum this info at the Group Levels?
Thanks for your help!
If(defects.shiftdate} = maximum({defects.shiftdate}) then {defects.quantity} else 0
this returns only quanitities for the maximum date at the detail level. How do I then sum this info at the Group Levels?
Thanks for your help!