Finding Tasks with 'Publish' flag set to 'no'

P

PatLac

Hello all,

I'm trying to create a report to list all projects with tasks that have the
'Publish' flag set to 'No'.

It should be easy except that I cannot seem to find the flag in the
MSP_TASKS table. I looked in the Draft and Published database.

Can you help.

Thanks again !
 
P

paul conroy

look for the AssignmentIsPublished column in the MSP_EPMAssignment table in
the reporting DB.
 
Top