Milestones are a great way to solve for this as it acts as your baseline from the plan vs actual as well. If you want specific data fields you can report on in addition to the milestone visualization then the solution provided by @RowvillBh1 is a great option as well.
Hey @CrystalH - can you tell us more about you usecase? Are you changing the project status between each task? At milestones?
Your answer will help to guide the conversation to the best solution for you.
My quick thoughts, while you can use task tags for something like this they can get a little h...
Have you tried changing the duration type to SIMPLE? That should allow you to change it but will have an effect on the rest of the project, not sure what else is attached in there...
Check out more info on duration types here: Overview of Task Duration and Duration Type
Hi @Kasey-Gagne! A few thoughts here...
If you just use one calc field holding the {DE:Company} value it will show you all individual selections, along with any that are multi-select in a comma delimited format... likely that you did this and were not satisfied but just calling it out in case you d...
Hi @KarthickNa1!
Unfortunately no, from a proof approval report I tested many possible connections on this from the documentVersion, nested(document.folders).lists, docfdr, folderIDs, and more without avail.
@Sven-iX is onto something though for using a custom form / field that could be attached a...
If you just want to show the home team alongside the user, that can be appended as well, even stacked along with @KellieGardner's logic to filtering based on that criteria!
IF(IN({user}.{companyID},"XYZ"),CONCAT({user}.{name}, " - ", {user}.{homeTeam}.{name}),"")
Hey @ThomasNe2 - Kurt's solution can still work for you, you can add a calc field that sources the checkbox and then do the sort against that field and point your reporting to that new calc field. This will also allow you to group by the field - something you cannot do against a checkbox field!
You ...