Add Colours to a column that pulls in specific task names
Hey folks!!
Wracking my brain over this one, I am sure theres a way to do it, but my syntax is probably not exact.
The column is called "Strategic Planning Meeting"
The task is called "Planning | Strategic Planning Meeting"
What i want it to do is turn the box grey if the date is less than today (yesterday and earlier)
*bonus points if you can also get it to turn Green when it is today!*
I think im having problems with it identifying the task rather than the whole project once it comes down to changing colours.
displayname=Strategic Planning Meeting
listdelimiter=<p>
listmethod=nested(tasks).lists
shortview=true
styledef.case.0.comparison.icon=false
styledef.case.0.comparison.leftmethod=plannedStartDate
styledef.case.0.comparison.lefttext=plannedStartDate
styledef.case.0.comparison.operator=lt
styledef.case.0.comparison.operatortype=date
styledef.case.0.comparison.righttext=$$TODAY
styledef.case.0.comparison.trueproperty.0.name=bgcolor
styledef.case.0.comparison.trueproperty.0.value=e8e8e8
styledef.case.0.comparison.truetext=
textmode=true
type=iterate
valueexpression=IF(CONTAINS("Planning | Strategic Planning Meeting",{name}),{plannedStartDate},"")
valueformat=HTML
I tried copying the Valueexpression bit and replacing the "plannedStartDate" with it, but it didnt like that.
Any ideas greatly appreciated!! On go the efforts to try and understand the project vs task complexities!