내 커뮤니티 업적 표시줄을 확대합니다.

Don’t miss the Workfront AMA: System Smarts & Strategic Starts! Ask your questions about keeping Workfront running smoothly, planning enhancements, reporting, or adoption, and get practical insights from Adobe experts.
해결됨

Report filter based on array length

Avatar

Level 7

I have a field called numPick which is a checkbox field that can contain multiple things, for ex AAA123, AAA122, AAA121. Is it possible to create a report filter that filters out projects that have more than one checked?

 

Projects I want:

numPick: AAA102

 

Projects I don't want:

numPick: AAA123, AAA122, AAA120

주제

토픽은 커뮤니티 콘텐츠를 분류하여 관련성 있는 콘텐츠를 찾는 데 도움이 됩니다.

1 채택된 해결책 개

Avatar

정확한 답변 작성자:
Level 7

Thank you very much for the response, it set me on the right path! I am going to filter my report using

DE:numPick=,

DE:numPick_Mod=cinotcontains

 

This way any project with more than one numPick is filtered out because since numPick is a checkbox field it separates multiple using a comma.

원본 게시물의 솔루션 보기

2 답변 개

Avatar

Community Advisor

I think if you make a calculated field and then filter off that calculated field, this would be the easiest.

 

So if for example, you created a calculated field called numPick-CF, and the calculation would be {DE:numPick}.

 

Then your report filter would be

DE:numPick-CP=AAA102

DE:numPick-CP_Mod=cieq

Avatar

정확한 답변 작성자:
Level 7

Thank you very much for the response, it set me on the right path! I am going to filter my report using

DE:numPick=,

DE:numPick_Mod=cinotcontains

 

This way any project with more than one numPick is filtered out because since numPick is a checkbox field it separates multiple using a comma.