Forum Discussion
What is the best method to show/hide specific columns?
- Mar 26, 2023
The view table is only one element of a view. If you create two separate view tables in order to have them show separately you will need to create two separate views. For example, create a new view called "Actuals" and select your view table that shows the Actual fields. Something like this:
Create another new view called "Baseline" and select your view table that shows the Baseline fields.
I should also ask what version of Project are you using. My screen shot is for the desktop version.
John
I select field column headers, right click, and select "Hide Column". But if you want something really quick, record a macro of those steps and then add that macro to the Quick Access Toolbar. BOOM! one click on the Quick Access icon and its done.
John
- FrogFroloMar 23, 2023Copper Contributor
Hi John,
If I go with the macro route, if I hide the columns it will still show up in the gantt chart view. Is there a way to hide it in the gantt chart view as well?
- John-projectMar 23, 2023Silver ContributorFrogFrolo,
A view is made up of a screen (e.g. Gantt Chart), table, (e.g. Entry), group and filter. Fields that appear as columns are defined by the view table (e.g. Entry). As long as whatever view you are using and the Gantt Chart view share the same view table, then the recorded macro that modifies the view table will be active in both views.
John