Scenario
Users need to display the day of the Project's Projected End Date in a saved search.
Solution
- Navigate to Lists > Search > Saved Searches > New
- Click Project or Job
- On the Result tab, under Columns subtab:
- Add a field called Formula (Text)
-
-
Copy the formula: TO_CHAR({projectedenddate}, 'Day')
NOTE: If the day needs to be in uppercase letters, use the formula below instead: TO_CHAR({projectedenddate}, 'DAY') - Click Add button
-
Copy the formula: TO_CHAR({projectedenddate}, 'Day')
-
- Click Save
- Click Save & Run to save and see the results