表示:親タスクの情報とともに時間数を表示

この時間ビューには、時間が記録されたタスク名とその親タスク名が表示されます。

custom_hour_view_with_task_and_parent_task_info.png

アクセス要件

展開すると、この記事の機能のアクセス要件が表示されます。

この記事の手順を実行するには、次のアクセス権が必要です。

table 0-row-2 1-row-2 2-row-2 3-row-2 layout-auto html-authored no-header
Adobe Workfront プラン 任意
Adobe Workfront プラン

新規:

  • ビューを変更する場合は Contributor
  • レポートを変更する場合は Standard

または

現在:

  • 表示の変更をリクエスト
  • レポートを変更するためのプラン
アクセスレベル設定

レポート、ダッシュボード、カレンダーへのアクセス権を編集して、レポートを変更できるようにします。

フィルター、表示、グループ化へのアクセス権を編集して、表示を変更できるようにします。

オブジェクト権限 レポートに対する権限を管理します。

この表の情報について詳しくは、Workfront ドキュメントのアクセス要件を参照してください。

親タスクの情報とともに時間数を表示

  1. 時間のリストに移動します。

  2. 表示 ​ドロップダウンメニューから、新規表示 ​を選択します。

  3. 列プレビュー 領域で、1 列以外のすべての列を削除します。

  4. 残りの列のヘッダーをクリックし、「テキストモードに切り替え」をクリックします。

  5. テキストモードを編集 をクリックします。

  6. テキストモードを編集」ボックスで検索したテキストを削除し、次のコードに置き換えます。

    code language-none
    column.0.aggregator.displayformat=doubleAsString
    column.0.aggregator.function=SUM
    column.0.aggregator.namekey=hours
    column.0.aggregator.valuefield=hours
    column.0.aggregator.valueformat=doubleAsDouble
    column.0.descriptionkey=hours
    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=doubleAsDouble(hours)
    column.0.namekey=hours.abbr
    column.0.querysort=hours
    column.0.shortview=false
    column.0.stretch=100
    column.0.valuefield=hours
    column.0.valueformat=doubleAsString
    column.0.width=150
    column.1.descriptionkey=task
    column.1.link.linkproperty.0.name=ID
    column.1.link.linkproperty.0.valuefield=task:ID
    column.1.link.linkproperty.0.valueformat=int
    column.1.link.lookup=link.view
    column.1.link.valuefield=task:objCode
    column.1.link.valueformat=val
    column.1.linkedname=task
    column.1.listsort=nested(task).string(name)
    column.1.namekey=task
    column.1.querysort=task:name
    column.1.shortview=false
    column.1.stretch=0
    column.1.valuefield=task:name
    column.1.valueformat=HTML
    column.1.width=150
    column.2.description=Parent Task Name
    column.2.link.linkproperty.0.name=ID
    column.2.link.linkproperty.0.valuefield=task:parent:ID
    column.2.link.linkproperty.0.valueformat=int
    column.2.link.lookup=link.view
    column.2.link.valuefield=task:objCode
    column.2.link.valueformat=val
    column.2.linkedname=task
    column.2.listsort=nested(task:parent).string(name)
    column.2.name=Parent Task Name
    column.2.querysort=task:parent:name
    column.2.shortview=false
    column.2.stretch=0
    column.2.valuefield=task:parent:name
    column.2.valueformat=HTML
    column.2.width=150
    
  7. 完了」をクリックし、「ビューを保存 をクリックします。

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