Hi Melissa, You have a few options.#1) You can set up a report with a
column using text mode, and a valueexpreesion similar
to:valueexpression=DATEDIFF({entryDate},$$TODAY)OR#2) You can create a
calculated field that is applied to each issue you want the data on,
with a similar expression as above, slightly modified: DATEDIFF(Entry
Date,$$TODAY) One thing to note if you go the field route is that custom
data is not calculated every time you view it, only when it's changed,
or another custom fiel...