Expand my Community achievements bar.

The next phase for Workfront Community ideas is coming soon. Learn all about it in our blog!

Text Mode Filters - Filtering multiple values within same issue report

Avatar

Level 5

Hi everyone, I am trying to create an issue report that will filter out specific issues via the referenceNumber ID. I have tried different iterations and no success. What am I missing, here is the code, thanks in advance.

DE:Procedure Request Category=Control

DE:Procedure Request Category_Mod=in

DE:project:Procedure Status=In Effect

DE:project:Procedure Status_Mod=in

project:portfolioID=60f6d1b2000ea498ee1fdb0a9c795f76 626004860022ad347f458552f9b1e8be

project:portfolioID_Mod=in

referenceNumberID=1412667, 1412668, 1412669, 1412670, 1412671, 1412672, 1412673

referenceNumberID_Mod=in

Topics

Topics help categorize Community content and increase your ability to discover relevant content.

2 Replies

Avatar

Employee Advisor

@Nuria Munguia‚ If you were to create a basic Issue Report and add the filter for Issue Reference Number > Not Equal > (Value), the code looks like the following.

referenceNumber=9133

referenceNumber_Mod=ne

This field is not like a standard issue name/ID field where you can add multiple values. Instead, you would have to use OR statements to make this possible or look to see if there are any similarities between those issues you want to filter out and use a different field instead.