Skip to main content
Question

Adding a "Sum" row/feature to a dataset from StatisticsCalculator output?

  • April 29, 2020
  • 2 replies
  • 180 views

Hi all,

 

Hoping you can help!

 

I have a dataset of assets and associated values, by date and I would like to sum each value column and add the results as a "Sum" row per date, as the image below. I am using the StatisticCalculator to generate the Sum values.

 

Can anyone suggest how I can take the output of the StatisticsCalculator and write the results as a row/feature?

 

Thanks in advance,

Mark

This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.

2 replies

ebygomm
Influencer
Forum|alt.badge.img+45
  • Influencer
  • April 29, 2020

You can just rename the output from the summary port and combine with the original data

addsumrow.fmwt


  • Author
  • April 29, 2020

You can just rename the output from the summary port and combine with the original data

addsumrow.fmwt

That is fantastic! Thank you so much for your assistance!