I have a scope issue in the summing of values to get a percentage.
What I have:
=Fields!UPC_COUNT.Value/Sum(Fields!UPC_COUNT.Value, "C2")
What I need is something like this:
=Fields!UPC_COUNT.Value/Sum(Fields!UPC_COUNT.Value, "C2" & "AREA")
Any Ideas?
Image Describing the dilemma