Planning - Date Difference calculation formula field
Hi Community,
I have a question about a time difference calculation in Planning. I have a field called End Date and i want to calculate the weeks until this End Date in T-weeks.
I used this formula with the intend to receive the following results: T-6, T-4, T-0 etc., but for some reason the $$TODAY makes issues in the formula field for Planning, since I am either getting T-0 for all calculations/data variations or no results at all.
Any thoughts? Workarounds? Tipps?
I already tried the following calculations:
CONCAT("T-",ROUND(DATEDIFF($$TODAY,{Date End})/7)),
"T-0")
CONCAT("T-",ROUND((DATEDIFF($$TODAY,{Date End}))*-1/7))
DATEDIFF({Date End},$$TODAY)
ROUND(DATEDIFF({Date End},$$TODAY)/7)
CONCAT("T-",ABS(ROUND(DATEDIFF($$TODAY,{Date End})/7)))
WEEKDAYDIFF($$TODAY,{Date End})
Thank you for any thoughts in advance.

