Forum Discussion
How to have two tasks start on same day
Hi
I am trying to have two tasks start on same day both linked to each other. So this is what I tried:
Two task example
Task A 06/23/2022 06/23/2022 1 day
Task B 06/23/2022 06/23/2022 1 day
Task C 06/23/2022 06/23/2022 1 day
What I initially did is I copied the end date of the first and did a paste special as object to the start of Task B and that worked. I did even have the predecessors too.
But when I tried to add more that technique didn't worked out.
The only time I can have all tasks start on the same day / date is when I do not link them or remove predecessors
Any advise will be much appreciated.
Thanks,
VeeExcelLearn Use JSON column formatting like:
{ "$schema": "https://developer.microsoft.com/json-schemas/sp/v2/column-formatting.schema.json", "elmType": "a", "attributes": { "href": "@currentField", "target": "_blank" }, "style": { "text-decoration": "none" }, "children": [ { "elmType": "button", "txtContent": "Link to Item", "style": { "cursor": "pointer", "width": "100%" } } ] }
Output:
You can applying CSS styling using available properties given in documentation: formatting-syntax-reference style
Please click Mark as Best Response & Like if my post helped you to solve your issue. This will help others to find the correct solution easily. It also closes the item. If the post was useful in other ways, please consider giving it Like.