How to schedule report for the article expiring within 30 days??
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-02-2014 09:32 PM
I want to schedule report which should run daily and creates list of those articles which are going to expire within 30 days.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-04-2014 03:22 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-24-2014 08:00 AM
Terry:
Your solution will show articles with expiring date less than 30 days from now, including all older than today. The requirement was for expiring in the next 30 days only. So this doesn't work.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-24-2014 08:33 AM
That can be accomplished by using 2 lines:the first one filters data starting the from-now-30-days and older (including older than today) and the second line restrict anything older than today. Yeah, silly but it works.
An elegant way could be to define the "Next 30 days', "Next 60 days" and the like. If SNC has the "last" ranges, why not having the "next" ranges?