Page 1 of 1

Totals tables

Posted: Mon Feb 20, 2023 2:01 pm
by laarl97
Hi I created a table were each cell is linked to a different dataColum expression.
Example:

Packaging Weight (kg)
Packaging Plastic {DProMatrixAnalysisGroups.Packaging_Plastic}
Packaging Steel {DProMatrixAnalysisGroups.Packaging_Plastic}
Total

I want to have a 3 row with total sum of the column weight values, but it doesn't give me anything. I've tried several combinations:
{Totals.Sum(DataBand8, Table9.Table9_Cell6, Table9.Table9_Cell10)}
{Totals.Sum(DataBand8, Table9)}
{Sum(Databand8, Table9.Column2)}
{Totals.Sum(Databand8, Table9.Column2)}
{Sum(Databand8, Table9.Weight (kg))}



And it either throws me a 0.000 or a blank space.

I would appreciate any input

Re: Totals tables

Posted: Tue Feb 21, 2023 8:19 am
by laarl97
I manage to do it, if someone needs it:

{Sum(DProMatrixAnalysisGroups.Packaging_Steel)+Sum(DProMatrixAnalysisGroups.Packaging_plastic)}

Re: Totals tables

Posted: Tue Feb 21, 2023 10:45 pm
by Lech Kulikowski
Hello,

Thank you for the information.