Skip to main content
Question

Display results as Columns instead of row

  • June 22, 2015
  • 4 replies
  • 38 views

ruby
Contributor
Forum|alt.badge.img+6
Is it possible to have my results display as Asset Name Headers instead of row.

 

I would like the results to display as following:

 

Date, Air Switches, Power Transformers, Voltage Regulators, PCB

 

06-2015, 1            ,   3                         , 3                          ,2

 

 

 

Current results

 

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.

4 replies

takashi
Celebrity
  • June 23, 2015
Hi,

 

 

I suppose that you have created the count values with the ListElementCounters. If my understanding is correct, this might help you.

 

-----

 

(1) Set the asset name to the "Element Count Attribute" parameter for each ListElementCounter. i.e. "Air Switches", "Power Transformers", "Voltage Regulators", "PCB".

 

(2) Send the features to an Aggregator (Keep Input Attributes: Yes). 

 

 

Takashi

ruby
Contributor
Forum|alt.badge.img+6
  • Author
  • Contributor
  • June 23, 2015

 

Takashi,

 

 

How can I get rid off the Asset Name in Column A.  I don't need that since it tell me what the asset is on the top.

 

 

Thank you

takashi
Celebrity
  • June 23, 2015
Consider using the AttributeRemover to remove the unnecessary attribute.

ruby
Contributor
Forum|alt.badge.img+6
  • Author
  • Contributor
  • June 23, 2015
It worked.  Thank you so much Takashi :)