Forum Discussion

Dom87326's avatar
Dom87326
Helper II
4 years ago
Solved

If condition for DATE

Hello,    I am having some difficulty of If condition result.   I have two columns: %DATE_KEY int type, which has many non unique rows with dates looking back 5 years, format is always yyyymm&"...
  • AlexisOlson's avatar
    AlexisOlson
    4 years ago

    Ah, OK. Then try the same thing except as a number.

    if Number.Mod([%DATE_KEY], 10000) = 1201 then [%DATE_KEY] else null