You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{
text : 'Baseline 1',
collapsible : true,
children : [
{ type : 'baselinestartdate', text : 'Start', field : 'baselines[0].startDate' },
{ type : 'baselineenddate', text : 'Finish', field : 'baselines[0].endDate' },
{ type : 'baselineduration', text : 'Duration', field : 'baselines[0].fullDuration' },
{ type : 'baselinestartvariance', field : 'baselines[0].startVariance' },
{ type : 'baselineendvariance', field : 'baselines[0].endVariance' },
{ type : 'baselinedurationvariance', field : 'baselines[0].durationVariance' }
]
},
{
text : 'Baseline 2',
collapsible : true,
children : [
{ type : 'baselinestartdate', text : 'Start', field : 'baselines[1].startDate' },
{ type : 'baselineenddate', text : 'Finish', field : 'baselines[1].endDate' },
{ type : 'baselineduration', text : 'Duration', field : 'baselines[1].fullDuration' },
{ type : 'baselinestartvariance', field : 'baselines[1].startVariance' },
{ type : 'baselineendvariance', field : 'baselines[1].endVariance' },
{ type : 'baselinedurationvariance', field : 'baselines[1].durationVariance' }
]
}
When clicking the export button, you see that none of the columns are available to be selected from the Columns combo, but they are selected by default
"And another issue we are stuck at. We cannot add baseline columns into exported set using PDF export.
Is Gantt supporting including hierarchical columns? How to set export config for that?"
The text was updated successfully, but these errors were encountered:
Forum post
Columns
combo, but they are selected by default"And another issue we are stuck at. We cannot add baseline columns into exported set using PDF export.
Is Gantt supporting including hierarchical columns? How to set export config for that?"
The text was updated successfully, but these errors were encountered: