SOLVED
Date time struggles
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
chiragpatel_1
8 - Asteroid
‎06-06-2022
03:37 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Just been cheeky!
I have the below formula ad for some odd reason it is missing out the last day of May, (the 31st), what changes do i have to make in the formula
DateTimeMonth([Workflow Run])=DateTimeMonth(DateTimeNow())-1
//is it MTD?
very many thanks
Solved! Go to Solution.
Labels:
- Labels:
- Tips and Tricks
- Workflow
3 REPLIES 3
binuacs
21 - Polaris
‎06-06-2022
03:48 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
@chiragpatel_1 IF you are looking for the last day of the previous month you can use the formula
[Workflow Run] == DateTimeAdd(DateTimeToday(),-DateTimeDay(DateTimeToday()),'days')
‎06-06-2022
03:51 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hi Thank you, just to clarify, i don't want the last day in isolation, but I want all the days so below there should be another line for 31st
binuacs
21 - Polaris
‎06-06-2022
03:55 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
@chiragpatel_1 yes, you need to use the >= in the filter condition. also please check your data has the date value 5/31?
