Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
6 years ago
Solved

Custom Column - We cannot apply operator + to types Time and Number.

Hi,   Having no luck modifying this formula to get around the error.   = if [Cancelled] = 1 and [logIn time] <= [dueIn] + 1/24 * .25 and [logIn time] >= [dueIn] - 1/24*.25 then 1 else 0   Expr...