I added a column in my project template that calculates TOTALFLOAT and was hoping to use that value to set a drop dead date for myself to reference. Basically =[End Date]@row + [Days Item Can Be Delayed]@row. The second column in the formula is where TOTALFLOAT formula lives. But this outputs the same date as the end date, even when I convert the TOTALFLOAT into a value, it spits out the number zero. Does anyone know why this is? Or a way around it?
I am considering an automation that records the value generated by total float in another hidden column, but that seems like a lot of extra work for something that in theory should be generating a number.