This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

DEVELOPERS FORUM - How to modify Project Time Report

Simone.C - Monday, January 28, 2013 1:00 PM:

Hi, I would like to modify the standar ProjectTimeReport, with the aim of display the assignment work hours not for week, but with daily interval

 

I've tried to understand the relative stylesheet, but I don't know how change the code; I think the lines to change are: 

<tr>

<xsl:for-each select="../../Relationships/Item[1]/Relationships/Item[1]/dates/date[position()&gt;$start and position()&lt;$end]">

<td class="date">

            <xsl:value-of select="@date"></xsl:value-of>

 </td>

</xsl:for-each>

 </tr>

 

Any help will be really appreciate!

Thanks in advance...