Forum Discussion

yellow_days's avatar
yellow_days
Helper I
8 years ago
Solved

Format Date which is a string / Using a View

Hello,   I have a Date column which is a String . I would like to generate a new column, that shows me the last n days. Therefore I need to convert my Column in a date   Im using this code: Colu...
  • Greg_Deckler's avatar
    Greg_Deckler
    8 years ago

    Use SUBSTITUTE to replace your "." with "/" before you try DATEVALUE.