Forum Discussion
- QuickBaseJunkieQrew CommanderJennifer,
I get the same issue. It may be a bug as I don't see anything in the documentation stating that this is a limitation for duration fields. I suggest you open a support ticket to find out.
If they share with you why it's behaving this way please post it here.
-Sharon - QuickBaseCoachDQrew CaptainJennifer,
If its a bug and you don't have months to wait or a fix, you can make a new field to convert the Duration field to say a formula numeric field for hours and also for the other field.
ToHours([my duration field])
Then you are comparing numbers to numbers. you might also want to round
round(ToHours([my duration field]),0.1)
as comparing fields to be equal can be messed up if there are small trailing decimals.