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, then Edit Text Mode.

  5. Remove the text you find in the Edit 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:

    • displayname=: This line must be blank.
    • valuefield=: This line must be replaced by value=, which must be blank.
    • width=: Depending on the field, this must have a value of 0 or 1.
  6. Click Done, then Save View.

Previous pageView: expanded user details
Next pageView: hours with parent task information

Workfront