View: hide the content of a column

You might want to hide information in the column of a view. You can do this by modifying the text mode of the column.

TIP
  • You can use hidden columns to sort by a certain object that you do not want to display in the view.
    For example, you can sort by Task Number in a task view and hide the Task Number information from the view. In this case, the object referenced in the column helps sorting the view, but the information of that object does not display in the view.
  • When you hide a column, note that the information in the column is hidden, but the column still exists in the view.

Access requirements

You must have the following access to perform the steps in this article:

Adobe Workfront plan*
Any
Adobe Workfront license*

Request to modify a view

Plan to modify a report

Access level configurations*

Edit access to Reports, Dashboards, Calendars to modify a report

Edit access to Filters, Views, Groupings to modify a view

NOTE

If you still don’t have access, ask your Workfront administrator if they set additional restrictions in your access level. For information on how a Workfront administrator can modify your access level, see Create or modify custom access levels.

Object permissions

Manage permissions to a report

For information on requesting additional access, see Request access to objects.

*To find out what plan, license type, or access you have, contact your Workfront administrator.

Example: Sort and hide the Task Number column in a task view:

  1. Go to a list of tasks.

  2. From the View drop-down menu, click New View.

  3. Click Add Column and start typing “Task Number” in the Show in this column field then select it when it displays in the list.

  4. Click Switch to Text Mode.

  5. Hover over the text mode area, and click Click to edit text.

  6. Remove the text you find in the Text Mode box, and replace it with the following code:

    displayname=linkedname=direct
    querysort=taskNumber
    sortOrder=1
    sortType=asc
    textmode=true
    value=valueformat=int
    width=0
    

    The important changes in this code which make the column hidden are:

    code language-none
    displayname
    

    this line must be blank.

    code language-none
    valuefield
    

    This has been replaced by value, and must be blank.

    code language-none
    width
    

    : Depending on the field, this must have a value of 0 or 1.

  7. Click Save, then Save View.

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