- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-26-2021 07:01 AM
Hi
I want to create a report that groups and counts projects with same business applications. This field is a List Collector so it can have multiple entries.
What can I do to split this field for reporting purposes?
I tried database views to join project and business application tables because I need the Application Portfolio Manager to filter these projects.
How can I accomplish that?
Thanks!
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-03-2021 08:04 AM
Hi
I'm afraid it is not that simple, as there is a many-to-many relation between records and tags (aka labels). But due to this fact the tag concept is suitable to your use case (as you cannot create a m2m table for licence reasons)
For more information please see https://docs.servicenow.com/bundle/paris-platform-user-interface/page/use/common-ui-elements/concept...
Kind regards
Maik
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-26-2021 08:18 AM
Hi
the answer is not simple, but there is an excellent article that covers exactly your use case: https://community.servicenow.com/community?id=community_blog&sys_id=36ee942edb1304501cd8a345ca961974
Kind regards
Maik
If my answer replied your question please mark appropriate response as correct so that the question will appear as resolved for other users who may have a similar question in the future.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-26-2021 08:25 AM
It's a great solution but I can't create a new table because of licensing problems...
Is there any alternative to accomplish this?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-27-2021 09:26 PM
Hi
with an additional table for value normalization it is nearly impossible to create the wanted report.
However, I have an idea which I need to implement and test first. It may take a few days.
Kind regards
Maik
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-28-2021 01:48 AM
Thanks for replying.
I will wait for that idea and your feedback, thanks a lot!