Quantcast
Viewing all articles
Browse latest Browse all 9238

Re: How to Sum Distinct Count Field for Each Group within a Report?

Unfortunately, you can't use the simple approach I posted since it is a calculated field.

 

You would need to use Sastry's approach to show the counts on the Group Footer. I would change his second formula to:

 

EvaluateAfter({@formula_for_po_backorders});

Numbervar sum;

If {@formula_for_po_backorders} > 0 then

sum := sum + 1

 

Replace {@formula_for_po_backorders} in the above code with the formula name for PO Backorder.

 

-Abhilash


Viewing all articles
Browse latest Browse all 9238

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>