cancel
Showing results for 
Search instead for 
Did you mean: 

How to show a Milestone in a Gantt Chart?

Former Member
0 Kudos
81

Hi All,

I have made a Gantt Chart and want to show a milestone for a particular date.

I am trying the following code in my BSP Page and I can see the text i.e (Test) in the UI but can not see the milestone icon.

<i><phtmlb:ganttChartActivity row = "5"

startDate = "20070604"

endDate = "20070604"

text = "Test"

color = "BLACK"

type = "MILESTONE"

shading = "SOLID"

textInsideActivity = "false" /></i>

Can anyone please help me.

<b>Regards,</b>

Abhinav

Accepted Solutions (0)

Answers (1)

Answers (1)

Patrick_McMahon
Contributor
0 Kudos

Hi Abhinav,

Have a look at this <a href="https://forums.sdn.sap.com/click.jspa?searchID=3941807&messageID=426094">thread</a>.

Regards,

Patrick.

Former Member
0 Kudos

Hi Patrick,

I have gone through the thread and the note provided in the thread, It is useful.

But for some reason even after following everything properly the Milestone symbol does not appear in my ganttChart but the text which I have provided for the Milestone appears on my ganttChart.

I have even gone through "ganttChartSample.htm" in BSP Application

"bspext_phtmlb" and followed the same thing still the milestone symbol does not apear at all.

Regards,

Abhinav

GrahamRobbo
Active Contributor
0 Kudos

These BSP Extensions are not perfect. Log an OSS message with SAP to see if this is a known problem.

Cheers

Graham