視圖:顯示最多4層的父任務

此任務視圖顯示第一列中的任務名稱,並且(如果存在)同一清單中單獨列中最多4個父任務。

parent_tasks_4_levels_deep_png

訪問要求

您必須具有以下訪問權限才能執行本文中的步驟:

Adobe Workfront計畫
任何
Adobe Workfront許可證*

請求修改視圖

計畫修改報表

訪問級別配置*

編輯對報表、儀表板、日曆的訪問以修改報表

編輯對篩選器、視圖、分組的訪問以修改視圖

附註

如果您仍然沒有訪問權限,請詢問您的Workfront管理員是否在您的訪問級別設定了其他限制。 有關Workfront管理員如何修改您的訪問級別的資訊,請參見 建立或修改自定義訪問級別

對象權限

管理對報表的權限

有關請求附加訪問的資訊,請參見 請求訪問對象

*要瞭解您擁有的計畫、許可證類型或訪問權限,請與您的Workfront管理員聯繫。

將父任務顯示到4個級別

  1. 轉到任務清單。

  2. 視圖 下拉菜單,選擇 新建視圖

  3. 在​ 列預覽 框中,刪除除一個列之外的所有列。

  4. 按一下其餘列的標題,然後按一下 切換到文本模式

  5. 將滑鼠移到文本模式區域上,然後按一下 按一下可編輯文本

  6. 刪除在中查找的文本 文本模式 框,並用以下代碼替換它:

    code language-none
    column.0.descriptionkey=name
    
    column.0.link.linkproperty.0.name=ID
    column.0.link.linkproperty.0.valuefield=ID
    column.0.link.linkproperty.0.valueformat=int
    column.0.link.lookup=link.view
    column.0.link.valuefield=objCode
    column.0.link.valueformat=val
    column.0.linkedname=direct
    column.0.listsort=string(name)
    column.0.namekey=name.abbr
    column.0.querysort=name
    column.0.shortview=false
    column.0.valuefield=name
    column.0.valueformat=HTML
    column.0.width=150
    column.1.descriptionkey=parent
    column.1.link.linkproperty.0.name=ID
    column.1.link.linkproperty.0.valuefield=parent:ID
    column.1.link.linkproperty.0.valueformat=int
    column.1.link.lookup=link.view
    column.1.link.valuefield=parent:objCode
    column.1.link.valueformat=val
    column.1.linkedname=parent
    column.1.listsort=nested(parent)。string(name)
    column.1.namekey=parent
    column.1.querysort=parent:name
    column.1.shortview=false
    column.1.stretch=0
    column.1.valuefield=parent:name
    column.1.valueformat=HTML
    column.1.width=150
    column.2.description=父代
    column.2.link.linkproperty.0.name=ID
    column.2.link.linkproperty.0.valuefield=parent:parent:ID
    column.2.link.linkproperty.0.valueformat=int
    column.2.link.lookup=link.view
    column.2.link.valuefield=parent:parent:obj代碼
    column.2.link.valueformat=val
    column.2.linkedname=parent
    column.2.listsort=nested(parent:parent)。string(name)
    column.2.name=父代
    column.2.querysort=parent:parent:名稱
    column.2.shortview=false
    column.2.strt.0
    column.2.valuefield=parent:parent:名稱
    column.2.valueformat=HTML
    column.2.width=150
    column.3.description=父代父代
    column.3.link.linkproperty.0.name=ID
    column.3.link.linkproperty.0.valuefield=parent:parent:父級:ID
    column.3.link.linkproperty.0.valueformat=int
    column.3.link.lookup=link.view
    column.3.link.valuefield=parent:parent:父代:obj代碼
    column.3.link.valueformat=val
    column.3.linkedname=parent
    column.3.listsort=nested(父級):parent:parent)。string(name)
    column.3.name=父代父代
    column.3.querysort=parent:parent:父級:名稱
    column.3.shortview=false
    column.3.strt.0
    column.3.valuefield=parent:parent:父級:名稱
    column.3.valueformat=HTML
    column.3.width=150
    column.4.description=父代父代
    column.4.link.linkproperty.0.name=ID
    column.4.link.linkproperty.0.valuefield=parent:parent:父:parent:ID
    column.4.link.linkproperty.0.valueformat=int
    column.4.link.lookup=link.view
    column.4.link.valuefield=parent:parent:父:parent:obj代碼
    column.4.link.valueformat=val
    column.4.linkedname=parent
    column.4.listsort=nested(父級):parent:parent:parent)。string(name)
    column.4.name=父代父代
    column.4.querysort=parent:parent:父:parent:名稱
    column.4.shortview=false
    column.4.stretch=100
    column.4.valuefield=parent:parent:父:parent:名稱
    column.4.valueformat=HTML
    column.4.width=150
    
  7. 按一下 保存視圖

    任務的名稱顯示在第一列中,如果任務有任何父項,則最多4個父項顯示在其餘列中。

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