Calculated Formula Field

Calculated Formula Field

Hi,

I'm trying to display Days Since Last Activity in a custom formula field:

(Datecomp(Now(),${Leads.Last Activity Time}))/(24*60)

I get no errors in the field builder but I get no output in the leads section or reports. What am I missing?