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 379
1 REPLY 1

Iโ€™m not sure why your test results and actual performance would differ. Iโ€™m responding to this in order to put it at the top of the list in the hope that someone else, who is able to help, will see it as a result.

Top Labels in this Space