I'm attempting to provide totals on a selected item in a 1:Many relationship. I can get the total number of accounts in a sales region but I can't the get total of SPECIFIC products in the entire sales region. Let's say the product names are "D", "R" and "Y" (not the word 'dry'). These product names are in a character based field. I just need to total all of "D" in a region.
The results should be similar to:
Total Products sold in region 1A is 1250
Total "D" sold is 740
Total "R" sold is 200
Total "Y" sold is 310
Eventially, I'll need the ratio of D/total:
Ratio is 740/1250= x.xx %
etc.
I've tried a couple of things but they haven't worked.
What direction for calculations here (and more advanced) can you provide? Like resources?
TIA!
The results should be similar to:
Total Products sold in region 1A is 1250
Total "D" sold is 740
Total "R" sold is 200
Total "Y" sold is 310
Eventially, I'll need the ratio of D/total:
Ratio is 740/1250= x.xx %
etc.
I've tried a couple of things but they haven't worked.
What direction for calculations here (and more advanced) can you provide? Like resources?
TIA!