Forum Discussion

jhudson1977's avatar
jhudson1977
Frequent Visitor
7 years ago

IF Statement Help

I need a little help with an IF statement as it's somewhat working but not fully.   The statement is this: xMeasure = IF(Employee[Duration] >= 8, 1, Employee[Duration]/8)   What I'm trying to ge...