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

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

custom_hour_view_with_task_and_parent_task_info.png

アクセス要件

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

Adobe Workfront プラン*
任意
Adobe Workfront ライセンス*

表示の変更をリクエスト

レポートを変更するためのプラン

アクセスレベル設定*

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

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

メモ

まだアクセス権がない場合は、Workfront 管理者に問い合わせて、アクセスレベルに追加の制限が設定されているかどうかを確認してください。Workfront 管理者がアクセスレベルを変更する方法について詳しくは、カスタムアクセスレベルの作成または変更を参照してください。

オブジェクト権限

レポートに対する権限を管理します。

追加のアクセス権のリクエストについて詳しくは、オブジェクトへのアクセス権のリクエストを参照してください。

*保有するプラン、ライセンスタイプ、アクセス権を確認するには、Workfront 管理者に問い合わせてください。

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

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

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

  3. 列のプレビュー ​エリアで、1 つを除くすべての列を削除します。

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

  5. テキストモードエリアにカーソルを置き、「クリックしてテキストを編集」をクリックします。

  6. テキストモード」ボックスにあるテキストを削除し、次のコードに置き換えます。

    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