Tracking down 'Split Tasks'

J

Jim Aksel

Use a flag field. Set the Flag field to have a custom formula:

IIf([Duration]<ProjDateDiff([Start],[Finish]),Yes,No)

Now use the autofilter to slect "Yes" on the flag field. Only tasks with
splits should show.

You can customize the flag to calculate a formula by right clicking on the
field and then select customize fields. From there select the formula
button. Please note that the ProjDateDiff function will also accept a
calendar for a task, you should probably read up on that function in the help.

If this post helped you, please consider rating it.

It's Software, it's not allowed to win....
Jim
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top