You might want to hide information in the column of a view. You can do this by modifying the text mode of the column.
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.
Go to a list of tasks.
From the View drop-down menu, click New View.
Click Add Column and start typing “Task Number” in the Show in this column field then select it when it displays in the list.
Click Switch to Text Mode.
Hover over the text mode area, and click Click to edit text.
Remove the text you find in the Text Mode box, and replace it with the following code:
displayname=linkedname=directThe important changes in this code which make the column hidden are:
querysort=taskNumber
sortOrder=1
sortType=asc
textmode=true
value=valueformat=int
width=0
displayname
this line must be blank.
valuefield
This has been replaced by value, and must be blank.
width
: Depending on the field, this must have a value of 0 or 1.
Click Save, then Save View.