Question
Help with Status Timestamp
Hi All, I am hoping someone can help me. I want to use the status timestamp to show when a project changes into Complete. I found this in the help section but I'm unsure where to put it to make it work:
1. Status Timestamp
IF(Status='INP',IF(ISBLANK({DE:Custom Field}),$$NOW,{DE:Custom Field}),{DE:Custom Field})
This is a calculated field on a custom form (labeled "DE: Custom Field") that enables you to capture the timestamp of the change to INP (works for other statuses, too). Status timestamp custom field can then be reported on normally. Note that if your status changes to INP, then another status, then back to INP, only the timestamp of the first change to INP will be captured.
Thank you in advance for your help, sorry if its a stupid question. Carinne Crockett