A
Abi Sabado
Hello,
I am currently working on creating status reports for our IT Managers
and they would like to see comments as well so I thought of making the PM's
enter all their comments in the Task Notes of a specific Summary Task (i.e.
Project Management) then in my SQL query I will extract the value entered
there from the MSP_TEXT_FIELDS (by joining it with appropriate tables --
MSP_WEB_PROJECTS etc.)
BUT when I displayed the data in an the report, it truncated the Task Notes.
For example:
__________________________
Actual Contents:
6/7/2005 - progress notes
5/30/2005 - previous week progress notes
5/23/2005 - developer;s on leave. will resume next week.
Displayed Contents:
6/7/2005 - progress notes
__________________________
How do I extract the full content of the task notes field so I can display
it properly?
Thanks
I am currently working on creating status reports for our IT Managers
and they would like to see comments as well so I thought of making the PM's
enter all their comments in the Task Notes of a specific Summary Task (i.e.
Project Management) then in my SQL query I will extract the value entered
there from the MSP_TEXT_FIELDS (by joining it with appropriate tables --
MSP_WEB_PROJECTS etc.)
BUT when I displayed the data in an the report, it truncated the Task Notes.
For example:
__________________________
Actual Contents:
6/7/2005 - progress notes
5/30/2005 - previous week progress notes
5/23/2005 - developer;s on leave. will resume next week.
Displayed Contents:
6/7/2005 - progress notes
__________________________
How do I extract the full content of the task notes field so I can display
it properly?
Thanks