Hello,
I'm trying to create a list view that shows off all acounts with a date field that is 10 days away or less. At present the best solution I am working with is creating a custom date field formula that is Subdate( DATE FIELD,10,'DAY'), but what I would like to do is create List View Criteria that says If Formula Date Fields is before NOW() then show.
The problem is that I only see how to stipualte fixed dates, which would obviously be silly if it were the only available parameter since these tools are to be dynamic.
Please let me know how I can fix this issue!