Control Center Archive Criteria
We need to archive projects at 100% completion, but we cannot get the archive criteria (see graphic, which identifies no projects for archive) to work correctly. When we usecontains 1, projects are listed to be archived, but they're not all at 100% completion and we do not want accidently archive incomplete projects. Any tips for working with Control Center criteria appreciated.
Answers
-
Matt Johnson ✭✭✭✭✭✭
Maybe add a helper checkbox column to the CN Portfolio that says if Percent Complete@row = 100%, then check the box, if not, leave it unchecked. Then do the Archive off the checkbox.
I hope that helps.
Matt
-
Marvin Daniels ✭✭✭✭
Thanks@Matt Johnson. I was trying to avoid another column, but I created a simple binary archive column (not a checkbox):
=IF([Percent Complete]@row = 1, 1, 0)
This works (correct projects identified as ready for archive) withcontains("archive contains 1") however, whenis equal tois used, it fails (no projects identified as ready for archive). Seemsis equal toexpects a text argument.
Categories
There currently isn't a way to overlay an Outlook Calendar on top of a Smartsheet Calendar; you can do the reverse, publish dates from Smartsheet into Outlook.<\/a><\/p>
Please provide your feedback to the Product team through this form, here.<\/a><\/p>
You are more than welcome!<\/p>
Glad to hear that it worked for your present use-case. <\/p>