"Percent_of_total" by a different field

i want to create a returnQuote by a total from a field.
In my Example:
I want to calculate the Quote Of Returns always from the total of MovingAvgPrice

In my Example the TotalLine (green) is correct but not the values above in the Column Quote of Returns.

This are the correct values:

(my: 1700_sandbox.returns.view / 1700_returnsCustomer)

Find Solution by AI :slight_smile: (great)
${returnsCustomer.Returns} / ${returnsCustomer.movingAvgPrice:total}
need just a little CustomCalculation.

hm..can not set to solved….why :slight_smile:

Glad you could find an answer with AI :smiley:

I think you can’t mark it as solved until someone has replied? You could try replying and then marking that reply as the solution.