Excellent point Anthony; thanks! Amy, as Anthony mentioned, I invite you to review our "https://store.atappstore.com/product/hot-sheet/" Hotsheet solution, which efficiently distills your upcoming work down to those tasks planned to finish (or overdue) within the next 3, 4, or 5 business days across all projects, by every program within an entire portfolio. And for both of you... I did retry the coloring-based-on-a-collection idea again this morning, too, and am pleased to offer this gem to highlight a column in a list if the last name of the currently logged in user is among ANY of the assignees (e.g. vs just the "primary" assignee on a Task): styledef.case.0.comparison.icon=false styledef.case.0.comparison.leftmethod=assignmentsListString styledef.case.0.comparison.lefttext=assignmentsListString styledef.case.0.comparison.operator=cicontains styledef.case.0.comparison.operatortype=string styledef.case.0.comparison.righttext=$$USER.name styledef.case.0.comparison.trueproperty.0.name=bgcolor styledef.case.0.comparison.trueproperty.0.value= ff0000 styledef.case.0.comparison.truetext= To use it in any Task view, simply edit any column (e.g. Assignments), switch to text mode, and copy/paste it in to the bottom of what's already there. The ff0000 means "red", which you can easily replace with any "https://www.w3schools.com/colors/colors_picker.asp" hex color you prefer. And for you textmode nerds... - I used the API Explorer to discover the (built in but LAZY_READ) assignmentsListString - I used the Wildcard Filter Variables to remind myself of the $$USER options (TIP: this one is #WorthBookmarking , and @Narayan Raum I suggest you add this as a WFPro/WARP resource, too) - I tried at first to use CONTAINS $$USER.name (which would have been my preference, since it's more granular)...but at first, it didn't work - I settled instead on CONTAINS $$.USER.lastName (meh; close enough in most cases)...and it worked enough for me to write this up - I then retried CONTAINS $$USER.name again (suspecting a glitch)...and it worked as above and below, so is what I would recommend Regards, Doug P.S. For those like Jen (who pinged me privately) are interested in the Avatar idea, I invite you to add a column to your view to show the built in Assigned To > Photo in order to see the (primary) Assignee's avatar on each row, which is also pretty slick
Doug Den Hoed - AtAppStore