Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
7 years ago
Solved

keep rows with dates older than

Hi, I'm currently working on a report to show aged inventory and I want to only keep rows where the date is older than 3 days. There is a date filter to keep rows in the past n days but how do I rem...
  • ImkeF's avatar
    ImkeF
    7 years ago

    That's not as straigthforward as one would hope, unfortunatly:

     

    Date.From(DateTime.LocalNow()) - [Date]