
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Converting columns to rows with multiple fields
My input table has Resource types, companies and week numbers showing allocation of resources. I need to load the data so that I can chart by week the number of resources by type and company. I've tried using Crosstable but as I have more than one column I need to include I'm not getting the results I need.
The table:
The required result:
- Tags:
- crosstable
Accepted Solutions

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi, you can still use crosstable to achieve the desired result, you just need to leave the first two column.
here is the script that would work for you:
Best Regards,
Sayed Mannan Ahmad


- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Have you tried to follow "Example 3" in the documentation for crosstable?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi, you can still use crosstable to achieve the desired result, you just need to leave the first two column.
here is the script that would work for you:
Best Regards,
Sayed Mannan Ahmad
