Forum Discussion
FrogFrolo
Mar 22, 2023Copper Contributor
What is the best method to show/hide specific columns?
Hello - I have a project with standard columns: Baseline start baseline finish Actual Start Actual Finish What is the easiest way to toggle quickly between the two, hiding the baseline st...
- 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
FrogFrolo
Mar 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-project
Mar 23, 2023Silver Contributor
FrogFrolo,
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
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