Skip to main content
Question

How would you improve attribute handling with the data provided below?

  • February 7, 2017
  • 1 reply
  • 29 views

Forum|alt.badge.img

With the workflow and data I attached, I am looking for suggestions as to how I can modify the workflow to make it more efficient in accomplishing what I want it to do (e.g. How to manipulate attribute information more effectively to cover multiple specifications; Gender, Province and Cancer Type in this example). I also attached a sample output indicating what sort of format and output results I would like to see (e.g.). New ideas are welcome.

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.

1 reply

Forum|alt.badge.img+7

Hi @je6thoma

I quickly checked your data and I think you can make use of the StatisticsCalculator with the group by option. For example you can calculate the sum of a specific attribute grouped by year, gender and province. A simple TestFilter in front of this StatisticsCalculator allows you to only keep the values fro 1992 and 2013 in the analysis.

Example - WorkSpace

Example - result