Forum Discussion

ShontaySmith's avatar
ShontaySmith
Qrew Assistant Captain
8 years ago

I am receiving an error that the formula is a date field but the result is a datework field

I am receiving an error that the formula is a date field but the result is a datework field

how do I fix the formula
  • MichaelGraham2's avatar
    MichaelGraham2
    Qrew Assistant Captain
    You might have to do a type conversion
    ToDate([WorkDate Field])

    Or
     
    ToWorkDate([Date Field])

    Depending on which way you have it.