- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-06-2024 12:07 AM - edited 11-06-2024 12:09 AM
Hi All,
We have an requirement where we have create a field call Days old and it will calculate Days old data based on below scenario.
Based on the daily scheduled job it will take
- Based on the daily scheduled job it will take current RUN date and time: This is when the report is created.
- Planned End date: This is the date something was supposed to be finished.
To find the Days Old:
- Look at the Current RUN date and time.
- Compare it to the Planned End date.
- Count how many days have passed between these two dates.
So, Days Old shows how many days have passed since the planned end date up to the current date and time when the report is made.
Example:
- Current RUN date and time: November 6, 2024.
- Planned End date: October 31, 2024.
To calculate the Days Old:
- Start with the Current RUN date: November 6, 2024.
- Compare it to the Planned End date: October 31, 2024.
- Count the days between these two dates.
From October 31 to November 6, there are 6 days.
So, the Days Old would be 6 days. This means it has been 6 days since the planned end date.
Can anyone help me on this?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-06-2024 12:49 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-06-2024 12:48 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-06-2024 12:49 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-06-2024 12:56 AM
Thanks @Shruti this works.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-06-2024 12:57 AM
Thank you @Shruti