Hello,
Is it possible to calculate a duration from a mirror column showing timeline ?
It seems that we can’t have date#start and date#end as a regular timeline column.
Corentin
Hello,
Is it possible to calculate a duration from a mirror column showing timeline ?
It seems that we can’t have date#start and date#end as a regular timeline column.
Corentin
Hi @corentin.dalfarra !
You have the right idea but try this formula instead:
DAYS({Mirror#End}, {Mirror#Start})
If you renamed your mirror column, just replace the “Mirror” with your column name.
Hope this helps!
Hello @jailynnlucidday ,
It works well thanks ! I was thinking that we could not use formulas with mirrored timeline column.
Have a great day,
Corentin