Filter using date
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
17-08-18 01:47 PM
In Blueprism, how to use filter query for a collection have value as date like dd.mm.yyyy?
e,g I want all dates that are less than today
2 REPLIES 2
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
17-08-18 05:50 PM
This worked for me:
BO - 'Collection Manipulation'
Action - 'Filter Collection'
______________________
Collection In : your collection with dates
Filter : ""date < '"" & ToDate(FormatDate(Today(), ""MM/dd/yyyy"")) & ""'""
(date = column name)
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
17-08-18 05:59 PM
Maybe you'll need to play with formatting a bit, I just created some custom collection and it took system format (in your case it might be ""dd.MM.yyyy"" instead).
