The CreatorCon Call for Content is officially open! Get started here.

Create Report based on list collector field

User659586
Mega Guru

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.

find_real_file.png

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! 

1 ACCEPTED SOLUTION

Hi @Ricardo Rodrigues ,

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

View solution in original post

10 REPLIES 10

Community Alums
Not applicable

Hi , 

I have a similar requirement , could you brief what all steps were done to achieve it ? list collector value to be populated in tags field by BR/schedule job ? then was any database view also created ? for reporting purposes.