I appreciate the reply. However, I have a date field that must stay static. I need to perform different multiple calculations on it.
Hence, when I add a SP Calculated Field, it will not take [Today] as part of the formula. I believe they call it volatile data.
The different calculations I need to perform on it are to identify which records have dates that are:
90 Days Out
180 Days Out
365 Days Out
etc.
I am not a developer and limited to the SP Features and some FrontPage. Thanks.
Main Topics
Browse All Topics





by: cjones_mcsePosted on 2005-11-14 at 15:46:31ID: 15292118
I'm not sure what your question is here. To create a field with a calculated value of [Today] + 90, you simply create a field with a date/time value and select "Calculated value" at the bottom of the list. Then you enter [Today] + 90. When you create a new record, it will fill the value in as 90 days from today's date.
To filter on that date, create a new view that filters on your new Today + 90 date field (let's call it 90Days) where 90Days is > = [Today].