So after much googling and trying all the suggestions at http://forums.msdn.microsoft.com/en-US/sharepointworkflow/thread/e8891d49-1d82-422e-8c7f-eb99326ec14c We found the way to select from a list where the Assigned To user is the current user by building...
I did a three day consulting gig 3 months ago where I installed and configured WSS 3.0, trained them on the basics of document libraries and lists, and converted a spreadsheet with multiple pages into a List so that their users could edit items simultaneously...
A client asked me today how to create a view filtered so that only items that where missing their Start Date, Due Date, or both. First, create a calculated column DatesMissing with the following formula: =NOT(AND(ISNUMBER([Start Date]),ISNUMBER([Due Date...