Tuesday, December 4, 2018

Alternate Solution to using Age in Months function in saved searches

You can use this formula field in the Results tab of the saved search instead:

Field: Formula (Numeric)
Formula: trunc(MONTHS_BETWEEN(last_day({today}), {trandate})) 

No comments:

Post a Comment