Totals tables

Сonversation on different topics
Post Reply
laarl97
Posts: 6
Joined: Thu Feb 09, 2023 2:35 pm

Totals tables

Post 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
laarl97
Posts: 6
Joined: Thu Feb 09, 2023 2:35 pm

Re: Totals tables

Post by laarl97 »

I manage to do it, if someone needs it:

{Sum(DProMatrixAnalysisGroups.Packaging_Steel)+Sum(DProMatrixAnalysisGroups.Packaging_plastic)}
Lech Kulikowski
Posts: 6196
Joined: Tue Mar 20, 2018 5:34 am

Re: Totals tables

Post by Lech Kulikowski »

Hello,

Thank you for the information.
Post Reply