Total Column in Collection

Sachin_Kharmale

Active Member
Hi Danniaus,

Just loop the output collection
View attachment 1561705140998.png
add Calculation stage and store result in output sum data item which have number data type
use bellow expression to perform your addition work.

ToNumber([Collection Out.PKWh1])+[SUM]
 

Attachments

  • 1561705065707.png
    11.9 KB · Views: 22
Top