보기: 모든 일자 차이가 있는 작업

이 작업 보기는 Adobe Workfront 계정과 함께 제공되는 "모든 날짜" 보기와 유사합니다. 이 특정 보기에는 다음 날짜 사이의 일 차이를 계산하는 Variance 열이 포함되어 있습니다.

  • 계획된 시작 일자 및 예상 시작 일자
  • 계획된 시작 일자 및 실제 시작 일자
  • 계획된 및 예상 완료 일자
  • 계획된 및 실제 완료 일자

이 보기는 계산된 열의 예를 나타내며, 두 개의 다른 열에서 값을 가져와서 계산으로 연결하여 세 번째 값을 얻을 수 있습니다. 이 경우 날짜 2에서 날짜 1을 뺍니다.

보기에서 계산을 사용하는 방법에 대한 자세한 내용은 텍스트 모드의 일반적인 사용 개요 섹션을 참조하십시오.  텍스트 모드의 일반적인 사용 개요.

Screen_Shot_2017-04-24_at_11.35.33_AM.png

액세스 요구 사항

이 문서의 단계를 수행하려면 다음 액세스 권한이 있어야 합니다.

Adobe Workfront 플랜*
임의
Adobe Workfront 라이센스*

보기 수정 요청

보고서 수정 계획

액세스 수준 구성*

보고서, 대시보드, 캘린더에 대한 액세스 권한을 편집하여 보고서 수정

필터, 보기, 그룹화에 대한 액세스 권한을 편집하여 보기 수정

메모

여전히 액세스 권한이 없는 경우 Workfront 관리자에게 액세스 수준에 추가 제한을 설정하는지 문의하십시오. Workfront 관리자가 액세스 수준을 수정하는 방법에 대한 자세한 내용은 사용자 지정 액세스 수준 만들기 또는 수정을 참조하십시오.

개체 권한

보고서에 대한 권한 관리

추가 액세스 요청에 대한 자세한 내용은 개체에 대한 액세스 요청 을 참조하십시오.

*보유 중인 플랜, 라이선스 유형 또는 액세스 권한을 확인하려면 Workfront 관리자에게 문의하십시오.

모든 일자 차이가 있는 작업 보기

  1. 작업 목록으로 이동합니다.

  2. 보기 드롭다운 메뉴에서 새 보기 ​를 선택합니다.

  3. 열 미리 보기 영역에서 열을 제외한 모든 열을 제거하십시오.

  4. 나머지 열의 머리글을 클릭한 다음 텍스트 모드로 전환 ​을 클릭합니다.

  5. 텍스트 모드 영역 위로 마우스를 가져간 후 텍스트를 편집하려면 클릭하세요.

  6. 텍스트 모드 상자에서 찾은 텍스트를 제거하고 다음 코드로 바꿉니다.

    column.1.descriptionkey=name
    column.1.link.linkproperty.0.name=ID
    column.1.link.linkproperty.0.valuefield=ID
    column.1.link.linkproperty.0.valueformat=int
    column.1.link.lookup=link.view
    column.1.link.valuefield=objCode
    column.1.link.valueformat=val
    column.1.linkedname=direct
    column.1.listsort=string(name)
    column.1.namekey=name.abbr
    column.1.querysort=name
    column.1.shortview=false
    column.1.stretch=95
    column.1.styledef.case.0.comparison.attribute=css
    column.1.styledef.case.0.comparison.isrowcase=true
    column.1.styledef.case.0.comparison.leftmethod=intAsInt(numberOfChildren)
    column.1.styledef.case.0.comparison.lefttext=numberOfChildren
    column.1.styledef.case.0.comparison.operator=gt
    column.1.styledef.case.0.comparison.operatortype=int
    column.1.styledef.case.0.comparison.righttext=0
    column.1.styledef.case.0.comparison.trueproperty.0.name=fontstyle
    column.1.styledef.case.0.comparison.trueproperty.0.value=bold
    column.1.styledef.case.0.comparison.truetext=
    column.1.styledef.case.0.comparison.usefield=false
    column.1.valuefield=name
    column.1.valueformat=HTML
    column.1.width=150
    column.2.descriptionkey=plannedstartdate
    column.2.linkedname=direct
    column.2.listsort=atDateAsAtDate(plannedStartDate)
    column.2.namekey=plannedstartdate.abbr
    column.2.querysort=plannedStartDate
    column.2.shortview=false
    column.2.stretch=0
    column.2.valuefield=plannedStartDate
    column.2.valueformat=atDate
    column.2.width=75
    column.3.descriptionkey=projectedstartdate
    column.3.linkedname=direct
    column.3.listsort=atDateAsAtDate(projectedStartDate)
    column.3.namekey=projectedstartdate.abbr
    column.3.querysort=projectedStartDate
    column.3.shortview=false
    column.3.stretch=0
    column.3.valuefield=projectedStartDate
    column.3.valueformat=atDate
    column.3.width=75
    column.4.descriptionkey=plannedstartdate
    column.4.displayname=Projected Start Variance
    column.4.linkedname=direct
    column.4.listsort=atDateAsAtDate(plannedStartDate)
    column.4.namekey=plannedstartdate.abbr
    column.4.querysort=plannedStartDate
    column.4.shortview=false
    column.4.stretch=0
    column.4.styledef.case.0.comparison.attribute=css
    column.4.styledef.case.0.comparison.isrowcase=false
    column.4.styledef.case.0.comparison.leftmethod=atDateAsAtDate(plannedStartDate)
    column.4.styledef.case.0.comparison.lefttext=plannedStartDate
    column.4.styledef.case.0.comparison.operator=notnull
    column.4.styledef.case.0.comparison.operatortype=date
    column.4.styledef.case.0.comparison.righttext=
    column.4.styledef.case.0.comparison.trueproperty.0.name=bgcolor
    column.4.styledef.case.0.comparison.trueproperty.0.value=E1E1E1
    column.4.styledef.case.0.comparison.truetext=
    column.4.styledef.case.0.comparison.usefield=false
    column.4.valueexpression=ROUND(DATEDIFF({projectedStartDate},{plannedStartDate}))
    column.4.valueformat=HTML
    column.4.width=75
    column.5.descriptionkey=plannedstartdate
    column.5.linkedname=direct
    column.5.listsort=atDateAsAtDate(plannedStartDate)
    column.5.namekey=plannedstartdate.abbr
    column.5.querysort=plannedStartDate
    column.5.shortview=false
    column.5.stretch=0
    column.5.valuefield=plannedStartDate
    column.5.valueformat=atDate
    column.5.width=75
    column.6.descriptionkey=actualstartdate
    column.6.linkedname=direct
    column.6.listsort=atDateAsAtDate(actualStartDate)
    column.6.namekey=actualstartdate.abbr
    column.6.querysort=actualStartDate
    column.6.shortview=false
    column.6.stretch=0
    column.6.valuefield=actualStartDate
    column.6.valueformat=atDate
    column.6.width=75
    column.7.descriptionkey=plannedstartdate
    column.7.displayname=Actual Start Variance
    column.7.linkedname=direct
    column.7.listsort=atDateAsAtDate(plannedStartDate)
    column.7.namekey=plannedstartdate.abbr
    column.7.querysort=plannedStartDate
    column.7.shortview=false
    column.7.stretch=0
    column.7.styledef.case.0.comparison.attribute=css
    column.7.styledef.case.0.comparison.isrowcase=false
    column.7.styledef.case.0.comparison.leftmethod=atDateAsAtDate(plannedStartDate)
    column.7.styledef.case.0.comparison.lefttext=plannedStartDate
    column.7.styledef.case.0.comparison.operator=notnull
    column.7.styledef.case.0.comparison.operatortype=date
    column.7.styledef.case.0.comparison.righttext=
    column.7.styledef.case.0.comparison.trueproperty.0.name=bgcolor
    column.7.styledef.case.0.comparison.trueproperty.0.value=E1E1E1
    column.7.styledef.case.0.comparison.truetext=
    column.7.styledef.case.0.comparison.usefield=false
    column.7.valueexpression=ROUND(DATEDIFF({actualStartDate},{plannedStartDate}))
    column.7.valueformat=HTML
    column.7.width=75
    column.8.descriptionkey=plannedcompletiondate
    column.8.linkedname=direct
    column.8.listsort=atDateAsAtDate(plannedCompletionDate)
    column.8.namekey=plannedcompletiondate.abbr
    column.8.querysort=plannedCompletionDate
    column.8.shortview=false
    column.8.stretch=0
    column.8.valuefield=plannedCompletionDate
    column.8.valueformat=atDate
    column.8.width=75
    column.9.descriptionkey=projectedcompletiondate
    column.9.linkedname=direct
    column.9.listsort=atDateAsAtDate(projectedCompletionDate)
    column.9.namekey=projectedcompletiondate.abbr
    column.9.querysort=projectedCompletionDate
    column.9.shortview=false
    column.9.stretch=0
    column.9.valuefield=projectedCompletionDate
    column.9.valueformat=atDate
    column.9.width=75
    column.10.descriptionkey=plannedcompletiondate
    column.10.displayname=Projected Completion Variance
    column.10.linkedname=direct
    column.10.listsort=atDateAsAtDate(plannedCompletionDate)
    column.10.namekey=plannedcompletiondate.abbr
    column.10.querysort=plannedCompletionDate
    column.10.shortview=false
    column.10.stretch=0
    column.10.styledef.case.0.comparison.attribute=css
    column.10.styledef.case.0.comparison.isrowcase=false
    column.10.styledef.case.0.comparison.leftmethod=atDateAsAtDate(plannedCompletionDate)
    column.10.styledef.case.0.comparison.lefttext=plannedCompletionDate
    column.10.styledef.case.0.comparison.operator=notnull
    column.10.styledef.case.0.comparison.operatortype=date
    column.10.styledef.case.0.comparison.righttext=
    column.10.styledef.case.0.comparison.trueproperty.0.name=bgcolor
    column.10.styledef.case.0.comparison.trueproperty.0.value=E1E1E1
    column.10.styledef.case.0.comparison.truetext=
    column.10.styledef.case.0.comparison.usefield=false
    column.10.valueexpression=ROUND(DATEDIFF({projectedCompletionDate},{plannedCompletionDate}))
    column.10.valueformat=HTML
    column.10.width=75
    column.11.descriptionkey=plannedcompletiondate
    column.11.linkedname=direct
    column.11.listsort=atDateAsAtDate(plannedCompletionDate)
    column.11.namekey=plannedcompletiondate.abbr
    column.11.querysort=plannedCompletionDate
    column.11.shortview=false
    column.11.stretch=0
    column.11.valuefield=plannedCompletionDate
    column.11.valueformat=atDate
    column.11.width=75
    column.12.descriptionkey=actualcompletiondate
    column.12.linkedname=direct
    column.12.listsort=atDateAsAtDate(actualCompletionDate)
    column.12.namekey=actualcompletiondate.abbr
    column.12.querysort=actualCompletionDate
    column.12.shortview=false
    column.12.stretch=0
    column.12.valuefield=actualCompletionDate
    column.12.valueformat=atDate
    column.12.width=75
    column.13.descriptionkey=plannedcompletiondate
    column.13.displayname=Actual Completion Variance
    column.13.linkedname=direct
    column.13.listsort=atDateAsAtDate(plannedCompletionDate)
    column.13.namekey=plannedcompletiondate.abbr
    column.13.querysort=plannedCompletionDate
    column.13.shortview=false
    column.13.stretch=0
    column.13.styledef.case.0.comparison.attribute=css
    column.13.styledef.case.0.comparison.isrowcase=false
    column.13.styledef.case.0.comparison.leftmethod=atDateAsAtDate(plannedCompletionDate)
    column.13.styledef.case.0.comparison.lefttext=plannedCompletionDate
    column.13.styledef.case.0.comparison.operator=notnull
    column.13.styledef.case.0.comparison.operatortype=date
    column.13.styledef.case.0.comparison.righttext=
    column.13.styledef.case.0.comparison.trueproperty.0.name=bgcolor
    column.13.styledef.case.0.comparison.trueproperty.0.value=E1E1E1
    column.13.styledef.case.0.comparison.truetext=
    column.13.styledef.case.0.comparison.usefield=false
    column.13.valueexpression=ROUND(DATEDIFF({actualCompletionDate},{plannedCompletionDate}))
    column.13.valueformat=HTML
    column.13.width=75
    row.0.styledef.applyallcases=true
    row.0.styledef.case.0.comparison.attribute=css
    row.0.styledef.case.0.comparison.isrowcase=true
    row.0.styledef.case.0.comparison.leftmethod=intAsInt(numberOfChildren)
    row.0.styledef.case.0.comparison.lefttext=numberOfChildren
    row.0.styledef.case.0.comparison.operator=gt
    row.0.styledef.case.0.comparison.operatortype=int
    row.0.styledef.case.0.comparison.righttext=0
    row.0.styledef.case.0.comparison.trueproperty.0.name=fontstyle
    row.0.styledef.case.0.comparison.trueproperty.0.value=bold
    row.0.styledef.case.0.comparison.truetext=
    row.0.styledef.case.0.comparison.usefield=false
    
  7. 보기 저장 ​을 클릭합니다.

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