Forum Discussion

mikedebruyn's avatar
mikedebruyn
Frequent Visitor
2 years ago
Solved

Probably an easy one - why doesn't this Today function work?

Just trying to get a column that will sort out the dates for the past 10 days for another operation.  Should be a really simple statement?  Here is what I have while trying to add a column the Power ...
  • parry2k's avatar
    2 years ago

    mikedebruyn try this, tweak it as you see fit

     

    if [Ticket Date] >= Date.AddDays(Date.From(DateTime.LocalNow()), -10) then 1 else 0