Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
6 years ago
Solved

New column if statement

Hi  I have used the simple if command as below  Late tasks = if(Tasks[TaskFinishDate] - RELATED(TaskBaselines[TaskBaselineFinishDate]) > 1 , 1 , 0) does anyone know why is is not working correctl...