Forum Discussion
ForrestParker
7 years agoQrew Cadet
Ron, you just need an if formula to set it to zero when it goes negative. See the following as an example.
var number daysTillTraining = WeekdaySub(ToDate(), Today()); If ( $daysTillTraining < 0 ,0 ,$daysTillTraining )