Hi -
I have a Gantt chart that I am generating in the first window of my project. The grid application is called, and I am using nm_gp_move to redirect to the Gantt chart. It is generating properly.
My first question: where do I change the title - or remove the title - from the chart? I have tried all “Layout” options throughout the grid, but that does not seem to affect that chart. It is currently showing the app name as the title. I did not see the title as one of the options I can pass via nm_gp_move.
Second question: what format does the “Percent Completed” data need to be in? I can’t seem to get any of the colors to change based on the field. Does it need to be .25, 25, etc. What triggers the color change in the chart based on that Percent Completed data? How many color changes are there? Of course, I am assuming that the bar changes color based upon the Percent Completed data.
Thanks for any thoughts on these!