Expand my Community achievements bar.

SOLVED

Date Calculated Column in a Report

Avatar

Community Advisor

I'm not sure why but whenever I try to do a calculated column my brain goes foggy. I want to simply add a column to my report that calculates 8 weeks before a custom date field called "E-Comm Due Date". Can someone please put me out of my misery and give me the value expression??

Topics

Topics help categorize Community content and increase your ability to discover relevant content.

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

Hi Monique,

This should do it:

displayname=8 weeks before E-Comm Date

textmode=true

valueexpression=ADDDAYS({DE:E-Comm Due Date},-56)

valueformat=HTML

Best Regards,

Rich.

View solution in original post

3 Replies

Avatar

Correct answer by
Community Advisor

Hi Monique,

This should do it:

displayname=8 weeks before E-Comm Date

textmode=true

valueexpression=ADDDAYS({DE:E-Comm Due Date},-56)

valueformat=HTML

Best Regards,

Rich.

Avatar

Community Advisor

THANK YOU SO MUCH RICHARD!!!!

I don't know if I ever would have thought about using -56. Works like a charm!

Avatar

Level 1

Hi Richard,

 

How do I calculate if I have to take a difference of entry date to the date a report is run?

 

For e.g. I'm trying to create a report for projects where the "Last updated date" is greater than 14 days when run.