Forum Discussion

Seb2441's avatar
Seb2441
Regular Visitor
8 years ago
Solved

reading null date value

I'm trying to get a new column created where i will have a status based on the date in a column....    My formulas look like this:   =if [TARGSTARTDATE] < DateTime.LocalNow() then "Needs Reschedu...
  • Seb2441's avatar
    Seb2441
    8 years ago

    The column is a Date data type and it is expecting a date... 

     

    I think i solved the issue by creating a new column with the date difference between todays and that date... if its 0 then label as No date...

     

    Thanks