I need to transpose a custom table. Has anyone done this?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-17-2023 06:33 AM
I have a custom table and want to transpose it. The records are quantity for a given year. I have 10 years. I want to transpose this table. Is it possible to do it in servicenow?
As a workaround I am doing this in powerbi, however it will be very helpful to create a view from this table that provides a transpose view.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-17-2023 07:14 AM
What do you mean with "transpose". Please provide an example and/or a better explanation.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-18-2023 01:59 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-17-2023 07:42 AM
If by transpose, you mean rotating data from rows to columns or vica-versa, then technically no, you can't do it. You should redesign your data model.