Split comma separated value then display to report
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-29-2024 09:19 PM
hi there,
We have a report requirement to split the values of a comma separated field and then display it to a report.
For example, data in servicenow looks like:
Number | AffectedCI |
INC00123 | CI1, CI2 |
We want to create a report that shows this instead:
Number | AffectedCI |
INC00123 | CI1 |
INC00123 | CI2 |
Is this possible? Thank you for your help.
0 REPLIES 0