Filter and condition modifiers

The filter and condition modifiers allow you to build filters and establish conditions for formatting your report results.

For more information about building filters, see the article Filters overview.

보기에서 조건부 서식 사용에 대한 자세한 내용은 보기에서 조건부 서식 사용 문서를 참조하십시오.

필터 및 조건 수정자

일부 수정자는 내장되어 있으므로 필터 명령문이나 조건부 서식 명령문 내의 드롭다운 메뉴에서 선택할 수 있습니다. 다른 수정자는 텍스트 모드 필터에서만 사용할 수 있습니다.

텍스트 모드 이해에 대한 자세한 내용은 텍스트 모드 개요를 참조하십시오.

기본 제공 시간 프레임 한정자 목록을 보려면 문서 시간대별 보고서 필터링을 참조하십시오.

You can use the following condition modifiers in filters and conditional formatting statements:

Built-in Modifier
Text Mode Modifier
설명
Is Blank
blank
The field exists for the object but the field does not currently have a value.
Is Not Blank
notblank
The field you are filtering for exists and has been given a value.
null

필드가 비어 있거나 존재하지 않습니다. 예를 들어, 상위 작업 ID가 없는 항목을 찾을 수 있습니다. 즉, 독립형 작업만 볼 수 있습니다. ID가 없는 작업(이 경우 상위 작업)이 없으므로 "상위 작업 ID"의 한정자는 null이 됩니다.

이 수정자는 텍스트 모드 필터에서만 사용할 수 있습니다. 필터의 텍스트 모드에 대한 자세한 내용은 텍스트 모드를 사용하여 필터 편집을 참조하세요.

notnull

필터링하려는 필드가 존재하며 null 이외의 값을 포함합니다.

이 수정자는 텍스트 모드 필터에서만 사용할 수 있습니다. 필터의 텍스트 모드에 대한 자세한 내용은 텍스트 모드를 사용하여 필터 편집을 참조하세요.

포함
선명

포함대/소문자를 구분하지 않는 버전입니다. 예: cicontains inf은(는) Inf 또는 inf을(를) 포함하는 모든 값을 캡처합니다.

Note: Adobe Workfront searches for the exact word or phrase that you are specifying for each filter statement. For example, if you are searching for any project that contains the phrase new project in the name, Workfront does not display projects that have just new or just project, or new main project in the name. The filter finds only projects with the exact phrase new project in the name.

포함하지 않음
cinotcontains

포함 안 함대/소문자를 구분하지 않는 버전입니다.

이 수정자는 지정된 값이 없는 항목을 필터링합니다.

예를 들어 does not contain inf은(는) 이름에 Inf 또는 inf이(가) 없는 모든 항목을 캡처합니다.

Note: When applied to fields that contain multiple values (such as a collection of notes within a project), the filter determines exclusion as follows:

  • If all items in a collection contain the specified text, the entire record is excluded from the results.
  • If at least one item in the collection does not contain the specified text, the record remains in the results.
포함

Searches for the specified case sensitive text throughout an entire text string.

For example, using contains Inf captures anything with Inf in it, such as the word Infinity.

This modifier can only be used in text mode filters.For more information about text mode in filters, see Edit a filter using text mode.

notcontains

지정된 대/소문자 구분 값이 없는 항목을 필터링합니다.

For example, notcontains inf captures anything without inf, but it displays values that contain Inf.

This modifier can only be used in text mode filters. For more information about text mode in filters, see Edit a filter using text mode.

cieq

This is the case insensitive option of eq. It only returns an exact match of the searched value.

예를 들어, 특정 이름의 작업을 검색할 때 task name cieq test은(는) 이름이 Test, TEST 또는 Test인 작업을 찾지만 해당 이름의 작업은 찾지 않습니다 test 123.

상태를 검색할 때 cieq 한정자는 지원되지 않습니다. 상태를 검색하려면 대/소문자 구분 한정자 eq을(를) 사용해야 합니다.

This modifier can only be used in text mode filters. 필터의 텍스트 모드에 대한 자세한 내용은 텍스트 모드를 사용하여 필터 편집을 참조하세요.

cine

This is the case insensitive option of ne, and it is the opposite of the cieq modifier. It only returns results that are not an exact match of the searched value, not taking in account the case of the value.

For example, cine returns any values that do not equal either "current" or "Current".

This modifier can only be used in text mode filters. For more information about text mode in filters, see Edit a filter using text mode.

eq

이 한정자는 검색된 값과 정확히 일치하는 대/소문자 구분만 반환합니다.

예를 들어, 전체 프로젝트를 검색할 때 eq CPL은(는) 전체 상태의 모든 프로젝트를 반환합니다. 프로젝트를 완료하고 동시에 최신 상태로 유지할 수 없으므로 eq CPL, CUR에서 결과를 반환하지 않습니다.

이 수정자는 텍스트 모드 필터에서만 사용할 수 있습니다. 필터의 텍스트 모드에 대한 자세한 내용은 텍스트 모드를 사용하여 필터 편집을 참조하세요.

ne

This is the case sensitive opposite of eq. It returns only results that are not an exact match of the searched value, and it also matches the case of the value.

For example, ne returns any values that do not equal "Current", but it does not return any values that do not equal "current".

This modifier can only be used in text mode filters. For more information about text mode in filters, see Edit a filter using text mode.

ciin

This is the case insensitive version of in.

This modifier can only be used in text mode filters. For more information about text mode in filters, see Edit a filter using text mode.

cinotin

This is the case insensitive version of notin.

This modifier can only be used in text mode filters. 필터의 텍스트 모드에 대한 자세한 내용은 텍스트 모드를 사용하여 필터 편집을 참조하세요.

같음
in

이 한정자를 사용하면 쉼표로 구분된 대/소문자 구분 변수 목록을 만들어 필터에서 평가된 단일 특성과 비교할 수 있습니다. 전체 목록이 OR 문으로 처리되고 하나 이상의 변수 기준에 맞는 결과를 반환합니다.

예를 들어, 프로젝트를 검색할 때 in CUR, PLN, CPL을(를) 사용하면 현재, 계획 또는 완료 상태인 모든 프로젝트가 반환됩니다.

기본 제공 한정자 Equal은(는) in의 텍스트 모드 한정자에 해당합니다. 즉, 필드에 대해 여러 값을 사용하여 [같음]을 선택할 수 있습니다.

예를 들어, 프로젝트 보고서에서 "Status equals Current, Planning, Dead"를 선택할 수 있으며 이러한 상태의 프로젝트를 볼 수 있습니다.

같지 않음
알림

in과(와) 반대되는 대/소문자 구분입니다. 지정된 목록에 없는 결과만 반환합니다.

This modifier can only be used in text mode filters. For more information about text mode in filters, see Edit a filter using text mode.

Note: If the field you are filtering for has multiple options, this filters out the results that contain both the choice you specify, as well as the choice you specify and any additional choices.

like

이 한정자는 포함과 유사한 방식으로 대/소문자 구분 텍스트 문자열의 일부를 검색합니다. 그러나 좋아요를 사용하면 와일드카드 문자를 삽입하여 텍스트를 분리할 수 있습니다.

예를 들어, 메모를 검색할 때 like %Current% %Dead%을(를) 사용하면 "Current to Dead" 구문이 포함된 모든 메모를 반환합니다. "Dead to Current"가 포함된 노트는 포함되지 않습니다. 각 값은 나열된 순서대로 검색됩니다. % 는 텍스트의 문자 또는 세그먼트를 바꾸는 와일드 카드를 나타냅니다. "Project" 및 "Projects"를 모두 반환하는 like Project_과 같이 단일 와일드카드 문자에 밑줄을 사용할 수도 있습니다. 필터링에 like 또는 like 한정자를 사용하려면 사용자 지정 데이터 필드 이름, 매개 변수 옵션 값 또는 기타 개체 이름에 % 또는 _ 문자를 사용하지 않는 것이 좋습니다.

이 수정자는 텍스트 모드 필터에서만 사용할 수 있습니다. 필터의 텍스트 모드에 대한 자세한 내용은 텍스트 모드를 사용하여 필터 편집을 참조하세요.

섬모

좋아요대/소문자를 구분하지 않는 버전입니다. 예: cilike %Current% %Dead%은(는) Current to Dead 또는 current to dead을(를) 포함하는 모든 메모를 반환합니다.

이 수정자는 텍스트 모드 필터에서만 사용할 수 있습니다. 필터의 텍스트 모드에 대한 자세한 내용은 텍스트 모드를 사용하여 필터 편집을 참조하세요.

존재하지 않음
NOTEXISTS

This modifier is used only with complex filters in an EXISTS statement. These filters refer only to the following objects:

  • Objects that span multiple levels in the object hierarchy
  • Objects that are missing

For information about creating complex filters using EXISTS statements see the article Create Complex Text-Mode Filters Using EXISTS Statements. This is the only modifier used in EXISTS statements.

보다 큼
gt
입력한 값을 제외한 입력한 값보다 큰 값을 갖는 모든 결과가 검색됩니다.
보다 작음
lt
This searches for all results with a value less than what is entered, not including the entered value.
Greater Than Equal
gte
This searches for all results with values greater than or equal to the entered value.
Less Than Equal
lte
This searches for all results with a value less than or equal to the entered value.
사이
사이
두 개의 필수 필드 값을 제공하고 입력한 값을 포함하여 두 필드의 범위 내에 있는 모든 결과를 검색합니다.
사이 아님

between의 역입니다. 두 개의 필수 값 필드를 제공하고 입력한 값을 포함한 두 필드 범위 밖의 모든 결과를 검색합니다.

This modifier can only be used in text mode filters. For more information about text mode in filters, see Edit a filter using text mode.

recommendation-more-help
5f00cc6b-2202-40d6-bcd0-3ee0c2316b43