Results in Test, but none in Virtual Column

Hello,
The following expression generates correct results in Test, however the virtual column displays 0 on all records having a [Closed Date] value:
IF(
ISNOTBLANK([Closed Date]),
HOUR( [Closed Date] - [CreatedDate])/24,
0
)
Thanks in advance.

0 1 383
1 REPLY 1
Top Labels in this Space