I'm using a Pivot Table Chart to accumulate a field value.
ACTUAL field is calculate:
RangeSum(below(ACTUAL), $(vActual))
vActual field is the value of vActual variable:
$(vActual)
In this case the report works, but I must to transforn the report in Chart Straight table to be able to create an Excel using only some fields to send this Excel in Npriting.
When I convert to Chart Straigt table, ACTUAL field doesn't calculate correctly.