SOLVED
Rolling 90 Days Data from Date field
Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
ankamshetti_nagaraj
5 - Atom
a month ago
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hi Experts,
I need your help in filtering data for Rolling 90 days data from Date field, which contains text as well as date in the field. I have tried using the filter tool, but i see the results with all the future dates in the field. attached the sample workflow.
could someone please help in getting the desired output.
Thanks
Solved! Go to Solution.
Labels:
- Labels:
- Date Time
1 REPLY 1
18 - Pollux
a month ago
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
You need to convert your Date field into an actual Date!
DatetimeParse([Date],"%d-%b-%Y") >= todate(DateTimeAdd(DateTimeNow(),90,'days'))
