Loading...

RE: Gantt View roll-up

RE: Gantt View roll-up

#6986
Anonymous
Anonymous
Participant

Sandy, yes I did get it all working. 

In the qListView webpart:

  1. Add your list to the Viewed Lists section on the Display tab
  2. Navigate to the Custom Display tab
  3. Add the top part of the code to the results header section (as defined above by Curtis)
  4. In results body place the field to be graphed (i.e., <%GanttData%>)
  5. In the Results footer, add the g.Draw() and the remainder of the script

I had all of the data added into a calculated field formatted in the correct format.  If the data is not in the correct format, the chart will not display.  I found that you need to eliminate any trailing ',' in the data where parameters are not valued at the end of the data parameters.  Once I figured this out, all worked fine.

Jeff