Forum Discussion

CentTrois's avatar
CentTrois
New Member
5 years ago
Solved

Condition and date

Hello everyone, Forgive my automatically translated post. I'm having trouble with a date condition. I want to differentiate between entries older than 90 days. My following query works: = if Da...
  • amitchandak's avatar
    5 years ago

    CentTrois , Try like

     

    = if [createdon] > Date.AddDays(Date.From(DateTime.LocalNow()),-90)  then "en retard" else "a jour"