Hi,
I have reached the following stage where for each time stamp and for each machine unit, I have a value for a field detail as shown below:
I want to transpose this and group similar field names to show:
Time Stamp | Unit | Grid Prod. Power Avg. | Ambient Temp. Avg. |
2014-11-01 00:00:00 | T01 | 24.9 | 6 |
2014-11-01 00:00:00 | T02 | 45.4 | 6 |
2014-11-01 00:00:00 | T03 | 25.4 | 7 |
2014-11-01 00:00:00 | T04 | 19.399999999999999 | 9 |
2014-11-01 00:00:00 | T05 | 42.3 | 8 |
2014-11-01 00:00:00 | T06 | 73.599999999999994 | 7 |
How do I go about this? Can someone please help?
Thanks!
Eric
Solved! Go to Solution.
You can use crosstab tool to get the desired results. Hope this is helpful.
1. Check following field under Group Data by these values.
i)PCTimeStamp
ii)Unit
2. Make "Field" as New column header
3. Make "Value" as Values for new columns
4. Check "sum" under Method for Aggregating vaues
Thanks a lot. That worked well
User | Count |
---|---|
17 | |
16 | |
14 | |
6 | |
5 |