Comparing tasks for a project grouping with tasks for a baseline

You can compare all tasks belonging to a project grouping with all tasks belonging to a baseline.

About this task

You must specify -union, -intersection, or -not_in.

ccm pg|project_grouping -compare -baseline -all_tasks 
      ([-int|-intersection] | [-not|-not_in] | [-un|-union]) 
      [-f|-format format] [-nf|-noformat] 
      ([-ch|-column_header] | [-nch|-nocolumn_header]) 
      [-sep|-separator separator] ([-sby|-sortby sortspec] | 
      [-ns|-nosort|-no_sort]) [-gby|-groupby groupformat] 
      [-u|-unnumbered] project_grouping_spec baseline_spec
baseline_spec
Specifies the baseline to be compared. For more information, see Baseline specification.
-ch|-column_header
Specifies to use a column header in the output format. See -ch|-column_headers for details.
-f|-format format
Specifies the command output format. See -f|-format for details.
-gby|-groupby groupformat
Specifies how to group the command output. See -gby|-groupby for details.
-int|-intersection
Specifies the comparison to show the tasks in common between the saved and added tasks for the project grouping and the tasks in the baseline.
-nch|-nocolumn_header
Specifies not to use a column header in the output format. See -nch|-nocolumn_headers for details.
-nf|-noformat
Specifies not to use column alignment. See -nf|-noformat for details.
-ns|-no_sort
Specifies not to sort the output. See -ns|-nosort for details.
-not|-not_in
Specifies the comparison to show the saved and added tasks in the project grouping that are not in the baseline.
project_grouping_spec
Specifies the project grouping to be compared. For more information, see Project grouping specification.
-sep|-separator separator
Specifies a different separator character. See -sep|-separator for details.
-sby|-sortby sortspec
Specifies how to sort the command output. See -sby|-sortby for details.
-un|-union
Specifies the comparison to show both the saved and added tasks that are in the project grouping and the tasks that are in the baseline.
-u|-unnumbered
Suppresses automatic numbering of the output (the output is not numbered). See -u|-unnumbered for details.

Example


Feedback