Forum Discussion
QuickBaseCoachD
7 years agoQrew Captain
The corrected formula is this
IF([TSK - Est. Edit Time] > Hours(0), TRUE)
or you can also write is as just this
[TSK - Est. Edit Time] > Hours(0)
IF([TSK - Est. Edit Time] > Hours(0), TRUE)
or you can also write is as just this
[TSK - Est. Edit Time] > Hours(0)
QuickBaseCoachD
7 years agoQrew Captain
In fact, Zero seconds is equal to zero minutes is equal to zero hours is equal to zero days is equal to zero weeks.
Zero duration is zero duration no matter the Units.
So we can use Hours(0) or Weeks(0) or Seconds(0) to test against and the result would be the same.
Zero duration is zero duration no matter the Units.
So we can use Hours(0) or Weeks(0) or Seconds(0) to test against and the result would be the same.