The formula that can be used to get the last day of the quarter in a saved search:
1. Navigate to Lists > Search > Saved Searches > New.
2. Click any Search Type e.g. Transaction
3. In the Results tab, add Formula (Text) - add the formula below:
(add_months(trunc({date},'Q'),3))-1
4. Save & Run or Preview the result.
Note: Change {date} with any date tag that should be used in the formula:
e.g . {today}
if Today's date is 07/16/2017, which belongs to 3rd Quarter, the formula field will show 09/30/2017 which is the last day of the quarter.
No comments:
Post a Comment